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
 Development Tools
 ASP.NET
 Question

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-04-18 : 09:31:08
Manish writes "how to display the size of sql server database tables in asp.net page"

jubinjose
Starting Member

20 Posts

Posted - 2006-04-18 : 11:48:33
exec sp_spaceused <tablename>

gives space used by table.

Just write code to call this stored proc like any other proc and pass tablename as param
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-04-19 : 03:55:14
http://sqlteam.com/forums/topic.asp?TOPIC_ID=53843
http://sqlteam.com/forums/topic.asp?TOPIC_ID=61762

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -