[SQL]列出DB Server中資料庫檔案的實際路徑

[SQL]列出DB Server中資料庫檔案的實際路徑

每個Databse檔案都會可以由 sys.master_files 這個View取得相關的資訊。

如果要列出DB Server中資料庫檔案的實際路徑,就可以透過以下的SQL得到。

SELECT name, physical_name 
FROM sys.master_files;

image

 

參考資料:SQL SERVER – Find Current Location of Data and Log File of All the Database

Hi, 

亂馬客Blog已移到了 「亂馬客​ : Re:從零開始的軟體開發生活

請大家繼續支持 ^_^