Resource database in SQL server | 5th System database in SQL server | SQL interview Q&A | Ms SQL

Publicado el: 14 agosto 2023
en el canal de: Right to Learn @BK
3,799
84

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');


En esta página del sitio puede ver el video en línea Resource database in SQL server | 5th System database in SQL server | SQL interview Q&A | Ms SQL de Duración hora minuto segunda en buena calidad , que subió el usuario Right to Learn @BK 14 agosto 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 3,799 veces y le gustó 84 a los espectadores. Disfruta viendo!