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
 Transact-SQL (2000)
 Row size in bytes

Author  Topic 

ofsouto
Starting Member

22 Posts

Posted - 2006-10-03 : 14:21:52
Hi, dear

Is there a faster way to get the row size of tables in bytes?

Thank you very much.

Obede
Brazil

Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)

7020 Posts

Posted - 2006-10-03 : 14:41:18
Faster than what?



CODO ERGO SUM
Go to Top of Page

ofsouto
Starting Member

22 Posts

Posted - 2006-10-03 : 15:19:23
Faster than read table to table of a database
Go to Top of Page

Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)

7020 Posts

Posted - 2006-10-03 : 16:42:47
quote:
Originally posted by ofsouto

Faster than read table to table of a database


I'm not sure what you mean by that. Try the script on the link below to see if it helps.

Script to analyze table space usage
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=61762




CODO ERGO SUM
Go to Top of Page
   

- Advertisement -