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.
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 |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|