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

Поділитися
Вставка
  • Опубліковано 13 сер 2023
  • 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');

КОМЕНТАРІ • 6

  • @harishsagar344
    @harishsagar344 Місяць тому

    Thanks for keeping video it’s very Detailed

  • @kmt8124
    @kmt8124 7 місяців тому

    Thanks for the explanation

  • @suda2723
    @suda2723 9 місяців тому +1

    wonderful info brother. please do videos more frequently i.e, 2 days 1 video😊

  • @user-im5mu7nm3i
    @user-im5mu7nm3i 10 місяців тому +1

    Great work bro

  • @hariharanjujarey-mc6dv
    @hariharanjujarey-mc6dv 4 місяці тому

    what is the recovery model of this resourcedb?? searched every where but couldnt able to find

    • @righttolearnbk
      @righttolearnbk  2 місяці тому

      System DB's are in Simple recovery model