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 |
ofsouto
Starting Member
22 Posts |
Posted - 2006-10-03 : 14:21:52
|
Hi, dearIs there a faster way to get the row size of tables in bytes?Thank you very much.ObedeBrazil |
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2006-10-03 : 14:41:18
|
Faster than what?CODO ERGO SUM |
 |
|
ofsouto
Starting Member
22 Posts |
Posted - 2006-10-03 : 15:19:23
|
Faster than read table to table of a database |
 |
|
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 usagehttp://www.sqlteam.com/forums/topic.asp?TOPIC_ID=61762CODO ERGO SUM |
 |
|
|
|
|