Obtaining the size of the MDF file
SELECT size*8192 as FileSize
FROM master..sysaltfiles
WHERE fileid=1
AND dbid=DB_ID('')
FROM master..sysaltfiles
WHERE fileid=1
AND dbid=DB_ID('
A little bit of RDBMS' Microsoft stuff. Gathering things scattered, old queries, wisdom advices and so on.
0 Comments:
Post a Comment
<< Home