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 |
|
wardsan
Starting Member
48 Posts |
Posted - 2004-08-10 : 09:28:15
|
| Folks,does anyone know how to get the actual size of an existing table?Thanks Sandra |
|
|
schuhtl
Posting Yak Master
102 Posts |
Posted - 2004-08-10 : 10:23:11
|
| sp_spaceused @objname = 'table_name' |
 |
|
|
|
|
|