Skip to content

Instantly share code, notes, and snippets.

@house9
Created March 26, 2009 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save house9/86182 to your computer and use it in GitHub Desktop.
Save house9/86182 to your computer and use it in GitHub Desktop.
-- mssql 2005 and above (untested)
SELECT db_name(database_id) database_name, *
FROM sys.master_files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment