May 26, 2003 at 10:15 pm
How do I find size in KB of particular table in database
May 27, 2003 at 12:58 am
EXEC sp_spaceused <tablename>
May 27, 2003 at 12:59 am
Cross post in different categories?
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 27, 2003 at 1:01 am
Thanks for it.
I wrongly posted it in different section, so i reposted.
May 27, 2003 at 1:05 am
No problem!
I think that's one feature Snitz Forum Software is missing. You can only delete a topic, but not change a topic's category.
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
May 27, 2003 at 1:34 am
yeah, we need facility to move a posting from one category to another
May 29, 2003 at 9:02 am
In SQL 7 you can use EM to see size a particular table is using.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply