You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ SELECT @CMD
58
58
@ConstraintsNameAppend SYSNAME = '' -- This is an optional text string to append to constraint names, in order to avoid the duplicate object name exception. This is useful when creating the new table within the same database.
59
59
```
60
60
61
-
## Remarks:
61
+
## Remarks
62
62
63
63
- The **source table must exist**, otherwise an exception will be raised.
64
64
- The script **does not check whether the target table already exists**,
@@ -94,7 +94,7 @@ Any contribution is welcome.
94
94
95
95
You may view the currently opened issues at the [GitHub Issues page](https://github.com/EitanBlumin/sp_GenerateTableDDLScript/issues).
96
96
97
-
## Acknowledgements:
97
+
## Acknowledgements
98
98
99
99
The script is mainly based off of the sp_ScriptTable stored procedure originally published by Tim Chapman in this URL:
0 commit comments