All Tags »
tsql »
data file »
log file
Sorry, but there are no more tags available to filter with.
-
SELECT @@servername as ServerName , db_name ( database_id ) as DatabaseName , Name as LogiCalFileName , Physical_Name [Physical file] , ( size * 8 )/ 1024 [Size_MB] FROM sys.master_files...(read more)