Linko recommends the following settings for both the SQL
Express and the Full SQL Versions.
These settings are defaulted to the values listed so there’s no need to change any of them unless they’re different.
Database
Properties – Options page
Right-click on CTS_Data and then click Properties
Automatic
Auto-close False
Auto-create
statistics True
Auto-shrink False
Auto-update statistics True
Statistics
Query statistics are managed automatically by SQL Server when auto-create statistics and auto-update statistics are set to Yes. This is recommended.
Recovery
Page
Verify Torn page
detection
File Size/Growth:
· CTS_Data_Data:
o Initial Size: 50 MB
o Automatically grow file
o By 10%
o 1 gig max file growth
· CTS_Data_Log: (if Full recovery model implemented)
o Initial Size: 10 MB
o Automatically grow file
o By 20%
o 2 gig max file growth
Recovery Model:
Simple (recommended, with nightly
scheduled backups)
Full (Optional)
Optional – Full Recovery Model
If you choose to implement the Full Recovery model, Linko recommends…
Server
Properties – Security page
Right-click on the top level of the Hierarchy which is the
Server Name\SQL Instance, and then click Properties.
SQL Server and Windows Authentication mode should be checked.
Related Topics