Share via


Database Projects, Database Tools, Options Dialog Box

Use this page of the Options dialog box to change the default settings for database projects. You can access the Options dialog box from the Tools menu.

Query and Schema

  • Issue the SET statements that ensure commits succeed
    Select this option to include special SET statements in any SQL script transmitted to a SQL Server database whenever you save a table or database diagram. The SET statements establish per-session settings that can affect the database objects created by the script. For example, if you check this option and connect to a SQL Server 2000 database, your updates to the database might include statements to control the QUOTED_IDENTIFIER, ANSI_PADDING, and ANSI_NULLS settings for the tables the script is creating.

Script and Stored Procedure Editors

Script Execution

  • Warn when executing a script by dropping it on a reference
    Dragging a script file to a reference executes the script file on the referenced database. Setting this option displays the Execute Scripts dialog box where you can proceed with the script by clicking Yes or avoid executing the script by clicking No.

See Also

Database Designer, Database Tools, Options Dialog Box | Query/View Designer, Database Tools, Options Dialog Box | Server Explorer, Database Tools, Options Dialog Box | Database Projects