How do I find a SQL database on my network?
You have two native options for finding out where the SQL server stores its database files: either right-click on the instance name in SQL Server Management Studio (SSMS) and navigate to the ‘Database Settings’ tab, or use a T-SQL query. How do I find SQL database location? You have two native options for finding out where the SQL server stores …