The Resource database is a read-only database that contains all the system objects that are included with SQL Server.
The physical file names of the Resource database are mssqlsystemresource.mdf and mssqlsystemresource.ldf.
Changing the location of the resource database is not supported or recommended.
-----------------------------------------------
Scripts used in this video:
------------------------------------------------
SELECT * FROM sys.sysaltfiles
WHERE DBID = 32767
To determine the version number of the Resource database, use:
SELECT SERVERPROPERTY('ResourceVersion');
To determine when the Resource database was last updated, use:
SELECT SERVERPROPERTY('ResourceLastUpdateDateTime');
In questa pagina del sito puoi guardare il video online Resource database in SQL server | 5th System database in SQL server | SQL interview Q&A | Ms SQL della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Right to Learn @BK 14 agosto 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 3,799 volte e gli è piaciuto 84 spettatori. Buona visione!