Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, November 15, 2017

Quck TSQL question with regards to sys.master_files

SQLServerCentral » Latest topics
Quck TSQL question with regards to sys.master_files
Hi,
I hope this is the correct forum place to ask this question but I am getting an odd error with a query [code language="sql"]
SELECT
  db.name AS DBName,
  type_desc AS FileType,
&n

No comments: