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

Опубликовано: 14 Август 2023
на канале: Right to Learn @BK
3,192
76

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


Смотрите видео Resource database in SQL server | 5th System database in SQL server | SQL interview Q&A | Ms SQL онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Right to Learn @BK 14 Август 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 3,192 раз и оно понравилось 76 людям.