In general we see that some times we go trough very small queries but it has really a big impact during ongoing scenario.
Here is one of the query by which you can see the location of data and log file of all the databases.
SELECT name, physical_name AS current_file_location
FROM sys.master_files
No comments:
Post a Comment