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: docs/ssms/scripting/generate-and-publish-scripts-wizard.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Use this page to specify how you want this wizard to generate scripts. Many diff
146
146
147
147
**General** - The following options apply to the entire script.
148
148
149
-
-**ANSI Padding** - Includes **ANSI PADDING ON** in the script. The default is **True**.
149
+
-**ANSI Padding** - Includes `ANSI PADDING ON` in the script. The default is **False**.
150
150
151
151
-**Append to file** - When **True**, this script is added to the bottom of an existing script, specified on the **Set Scripting Options** page. When **False**, the new script overwrites a previous script. The default is **False**.
152
152
@@ -156,7 +156,7 @@ Use this page to specify how you want this wizard to generate scripts. Many diff
156
156
157
157
-**Convert UDDTs to base types** - When **True**, user-defined data types (UDDT) are converted into the underlying base data types that were used to create them. Use **True** when the UDDT does not exist in the database where the script runs. When **False**, UDDTs are used. The default is **False**.
158
158
159
-
-**Generate script for dependent objects** - Generates a script for any object that is required to be present when the script for the selected object is executed. The default is **True**.
159
+
-**Generate script for dependent objects** - Generates a script for any object that is required to be present when the script for the selected object is executed. The default is **True** for the **Script entire database** option, and **False** for **Select specific database objects**.
160
160
161
161
-**Include descriptive headers** - When **True**, descriptive comments are added to the script separating the script into sections for each object. The default is **False**.
162
162
@@ -204,7 +204,7 @@ Use this page to specify how you want this wizard to generate scripts. Many diff
204
204
205
205
-**Script full-text indexes** - Scripts the creation of full-text indexes. The default is **False**.
206
206
207
-
-**Script indexes** - Scripts the creation of indexes. The default is **True**. Indexes help you find data quickly.
207
+
-**Script indexes** - Scripts the creation of indexes. The default is **True** for the **Script entire database** option, and **False** for **Select specific database objects**. Indexes help you find data quickly.
208
208
209
209
-**Script primary keys** - Scripts the creation of primary keys on tables. The default is **True**. Primary keys uniquely identify each row of a table.
0 commit comments