Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get The Database Size
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01458634
Message ID:
01458653
Views:
50
>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

Click here to load this message in the networking platform