Resource Database in SQL Server
Resource Database in SQL Server
Identity the Location of Resource Database in SQL Server Using TSQL Script
Using the below TSQL Script one can easily identify the physical location of
Resource Database in SQL Server. This script is tested on SQL Server 2005,
SQL Server 2008, SQL Server 2008 R2 and SQL Server 2012.
Use master
GO
Using the below script you can identify the current version of SQL Server.
This version number is same as the build number of SQL Server. To know
more about different SQL Server Build Numbers read the following article
titled “SQL Server 2005, 2008, 2008 R2, 2012 Build List”.
The build number 10.50.1600 means you are running the Release to
Manufacturing (RTM) version of SQL Server 2008 R2.
Using the below script you can get to know when last time resource database
was updated.