Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3355258
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:22:22+00:00 2026-05-18T02:22:22+00:00

What is the difference of the sys.master_files and sys.database_files? I have about 20 databases

  • 0

What is the difference of the sys.master_files and sys.database_files? I have about 20 databases in my instance but when I query the sys.master_files I do not receive any rows. Why? When I query sys.database_files I get the information about the database files concerning the current database.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T02:22:22+00:00Added an answer on May 18, 2026 at 2:22 am

    sys.master_files :

    Contains a row per file of a database
    as stored in the master database. This
    is a single, system-wide view.

    sys.database_files :

    Contains a row per file of a database as stored in the database itself. This is a per-database view.

    So, SELECT * FROM sys.master_files should list the files for each database in the instance whereas SELECT * FROM sys.database_files should list the files for the specific database context.

    Testing this here (SQL 2K8), it works as per the above?

    Update:
    If you’re not seeing rows from sys.master_files, it could be a permissions issue as BOL states:

    The minimum permissions that are
    required to see the corresponding row
    are CREATE DATABASE, ALTER ANY
    DATABASE, or VIEW ANY DEFINITION.

    Whereas for sys.database_files just requires membership in the public role.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any difference between: __file__ and sys.argv[0] Because both seem to be doing
Is there any efficiency difference in an explicit vs implicit inner join? For example:
Is there any difference between int on_exit(void (*function)(int , void *), void *arg); and
What is the difference, if any, between these methods of indexing into a PHP
Certainly there's the difference in general syntax, but what other critical distinctions exist? There
What is the difference between inspect and interactive flags? The sys.flags function prints both
runing a select query on SQL Server 2008, sys.indexes gives me information on the
My question is about memory use and objects in actionscript 2. If I have
What is the difference between early and late binding?
What is the difference in terms of functionality between the Apache HTTP Server and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.