
Physical Properties of master
The following table lists the initial configuration values of the master data and log files. The sizes of these files may vary slightly for different editions of SQL Server.
|
File
|
Logical name
|
Physical name
|
File growth
|
|---|
|
Primary data
|
master
|
master.mdf
|
Autogrow by 10 percent until the disk is full.
|
|
Log
|
mastlog
|
mastlog.ldf
|
Autogrow by 10 percent to a maximum of 2 terabytes.
|
For information about how to move the master data and log files, see Moving System Databases. The Resource database depends on the location of the master database. If you move the master database, you must also move the Resource database to the same location.
Database Options
The following table lists the default value for each database option in the master database and whether the option can be modified. To view the current settings for these options, use the sys.databases catalog view.
|
Database option
|
Default value
|
Can be modified
|
|---|
|
ALLOW_SNAPSHOT_ISOLATION
|
ON
|
No
|
|
ANSI_NULL_DEFAULT
|
OFF
|
Yes
|
|
ANSI_NULLS
|
OFF
|
Yes
|
|
ANSI_PADDING
|
OFF
|
Yes
|
|
ANSI_WARNINGS
|
OFF
|
Yes
|
|
ARITHABORT
|
OFF
|
Yes
|
|
AUTO_CLOSE
|
OFF
|
No
|
|
AUTO_CREATE_STATISTICS
|
ON
|
Yes
|
|
AUTO_SHRINK
|
OFF
|
No
|
|
AUTO_UPDATE_STATISTICS
|
ON
|
Yes
|
|
AUTO_UPDATE_STATISTICS_ASYNC
|
OFF
|
Yes
|
|
CHANGE_TRACKING
|
OFF
|
No
|
|
CONCAT_NULL_YIELDS_NULL
|
OFF
|
Yes
|
|
CURSOR_CLOSE_ON_COMMIT
|
OFF
|
Yes
|
|
CURSOR_DEFAULT
|
GLOBAL
|
Yes
|
|
Database Availability Options
|
ONLINE
MULTI_USER
READ_WRITE
|
No
No
No
|
|
DATE_CORRELATION_OPTIMIZATION
|
OFF
|
Yes
|
|
DB_CHAINING
|
ON
|
No
|
|
ENCRYPTION
|
OFF
|
No
|
|
NUMERIC_ROUNDABORT
|
OFF
|
Yes
|
|
PAGE_VERIFY
|
CHECKSUM
|
Yes
|
|
PARAMETERIZATION
|
SIMPLE
|
Yes
|
|
QUOTED_IDENTIFIER
|
OFF
|
Yes
|
|
READ_COMMITTED_SNAPSHOT
|
OFF
|
No
|
|
RECOVERY
|
SIMPLE
|
Yes
|
|
RECURSIVE_TRIGGERS
|
OFF
|
Yes
|
|
Service Broker Options
|
DISABLE_BROKER
|
No
|
|
TRUSTWORTHY
|
OFF
|
Yes
|
For a description of these database options, see ALTER DATABASE (Transact-SQL).