ReadWriteMode Element
SQL Server 2008 R2
The ReadWriteMode database property specifies whether the database is in ReadWrite mode or in ReadOnly mode. These are the only two possible values of the property.
Databases are created in ReadWrite mode only. Databases cannot be created in ReadOnly mode.
The value of the ReadWriteMode element is limited to one of the strings listed in the following table.
Value | Description |
|---|---|
ReadOnly | No changes or updates can be applied to the database. |
ReadWrite | Changes and updates can be applied to the database. |
