Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01458634
Message ID:
01458653
Views:
52
>How do I get the Size of the database?

Another option:
SELECT * FROM sysfiles
or just
SELECT name,size FROM sysfiles
Previous
Next
Reply
Map
View