Overview
In this next section will go over the properties that can be set for your database deployment.
Explanation
Double clicking the Database.sqlsettings file in the Solution Explorer presents the following screen:

Here is where you can define various options such as the default database collation and the default recovery model for each deployment.
Bear in mind that if you’re deploying to refactor an existing database, these options will override the existing options that may have been manually set after initial deployment. For instance, if you were to set SET NUMERIC_ROUNDABORT to on after deployment, the deployment will reset it back to false (if false was your original deployment option). Thankfully, this can be controlled as we are about to see in the next slide.

For 20+ years, MSSQLTips.com has been delivering comprehensive technical solutions on a daily basis for the Microsoft SQL Server platform. In that time, an innovative team of over 300 authors from around the globe have delivered over 7000 articles and 1000 webcasts ranging from beginner topics to advanced solutions. Our community prides itself on delivering human only generated content.

