/ Published in: SQL
Finds the location of the log and data files for every database in SQL Server
Expand |
Embed | Plain Text
SELECT physical_name FROM sys.master_files
You need to login to post a comment.
tcphll on 04/30/10
1 person have marked this snippet as a favorite
Finds the location of the log and data files for every database in SQL Server
SELECT physical_name FROM sys.master_files
You need to login to post a comment.