Resource Database
Contents of Resource Database
• The ID of the Resource database is always 32767.
• The Resource database is a read-only and hidden database.
• Resource database contains all the system objects that are included with SQL Server.
• The Resource database does not contain user data or user metadata.
Uses of Resource Database
• The Resource database makes upgrading to a new version of SQL Server an easier
and faster procedure.
• In earlier versions of SQL Server, upgrading required dropping and creating system
objects. Because the Resource database file contains all system objects, an upgrade is
now accomplished simply by copying the single Resource database file to the local
server.
Path of Resource Database
• C:\Program Files\Microsoft SQL
Server\MSSQL<version>.<instance_name>\MSSQL\Binn\[Link]
• C:\Program Files\Microsoft SQL
Server\MSSQL<version>.<instance_name>\MSSQL\Binn\[Link]
Backup and Restore of Resource Database
• SQL Server cannot back up the Resource database. You can perform your own file-
based or a disk-based backup
• but you cannot use SQL Server to restore your backups. Restoring a backup copy of
[Link] can only be done manually