INF: sp_dbcmptlevel 'master' is not AllowedID: Q214602
|
Setting the compatibility level of the master database is not allowed. The master database must always be in 7.0 compatibility level.
If you attempt to put the master database into a different compatibility mode by running the following:
exec sp_dbcmptlevel 'master', 65
You will get this error:
Even logged on with the 'sa' account fails to put the master database in an alternate compatibility mode. Do not attempt to do this.Server: Msg 15417, Level 16, State 1, Procedure sp_dbcmptlevel, Line 80 Insufficient permission to change the compatibility level of the 'master' database.
Additional query words:
Keywords : kbSQLServ700
Version : winnt:7.0
Platform : winnt
Issue type : kbinfo
Last Reviewed: April 22, 1999