Skip to content

Commit d47ffbd

Browse files
taroarairwestMSFT
authored andcommitted
Update Generate and Publish Scripts Wizard article
1 parent e824322 commit d47ffbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/ssms/scripting/generate-and-publish-scripts-wizard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Use this page to specify how you want this wizard to generate scripts. Many diff
146146

147147
**General** - The following options apply to the entire script.
148148

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**.
150150

151151
- **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**.
152152

@@ -156,7 +156,7 @@ Use this page to specify how you want this wizard to generate scripts. Many diff
156156

157157
- **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**.
158158

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**.
160160

161161
- **Include descriptive headers** - When **True**, descriptive comments are added to the script separating the script into sections for each object. The default is **False**.
162162

@@ -204,7 +204,7 @@ Use this page to specify how you want this wizard to generate scripts. Many diff
204204

205205
- **Script full-text indexes** - Scripts the creation of full-text indexes. The default is **False**.
206206

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.
208208

209209
- **Script primary keys** - Scripts the creation of primary keys on tables. The default is **True**. Primary keys uniquely identify each row of a table.
210210

0 commit comments

Comments
 (0)