Tuesday, November 17, 2009

Resource Database in SQL server 2005/2008

Resource Database in SQL server 2005/2008

Helpful for service pack installation for DBA

The Resource database is a read only, hidden system database that contains all the SQL Server system objects such as sys.objects which are physically available only in the Resource database, even though they logically appear in the SYS schema of every database. The Resource Database does not contain any user data or any user metadata


SELECT SERVERPROPERTY('ResourceVersion')
SELECT SERVERPROPERTY('ResourceLastUpdateDateTime');

No comments: