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
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 size of an existing table

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'
Go to Top of Page
   

- Advertisement -