Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Database size

Author  Topic 

jogin malathi
Posting Yak Master

117 Posts

Posted - 2007-07-25 : 00:56:09
Hi all,
how can i get database size using a sql query


Malathi Rao

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-07-25 : 01:04:08
see http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=65794


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-07-25 : 05:48:08
or run sp_spaceused 'dbName'

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page
   

- Advertisement -