BUG: BUG: DOC: Primary Filegroup Cannot be Read-OnlyID: Q229385
|
The section entitled Read-only Filegroups in SQL Server Books Online (BOL) incorrectly states that the primary filegroup can be marked read-only. Any attempt to set the primary filegroup to read-only will result in the following error message:
Server: Msg 5047, Level 16, State 1, Line 1
Cannot change the READONLY property of the PRIMARY filegroup.
Microsoft has confirmed this to be a problem in SQL Server version 7.0.
The ALTER DATABASE (T-SQL) section of SQL Server Books Online states that the primary filegroup cannot be made read-only.
Additional query words:
Keywords : kbdocerr kbSQLServ700bug
Version : winnt:7.0
Platform : winnt
Issue type : kbbug
Last Reviewed: May 7, 1999