Hi, I am trying to find out all data and log files in sql server instance. In sql server 2005 I can use following query for this purpose: SELECT name, physical_name AS current_file_location FROM sys.master_files
But I don't know how to do it in sql server 2000. When I run this query in 2k it gives error sys.master_files not found, any help will be appreciated.