How To Find Database Location in SQL Server Management Studio

preview_player
Показать описание
Do you need to find the location of SQL database file on your SQL server? Where are sql database MDF files located? How to find the MDF file locations? List all MDF database locations? Where are mdf files stored?

These are the questions this short SQL tutorial answers inside of SQL Server Management Studio.
Рекомендации по теме
Комментарии
Автор

Extremally helpful. Short. Concise. Highly relevant! Thanks millions.

XX-qutv
Автор

Thank you, I solved my query with the help of your video👍

hafiznoumanshakoor
Автор

select name 'file name', physical_name 'file location' from sys.master_files

vixen