Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to calculate the size of some rows from table or from each table in a database (SQL Server 2005)?
Posted

1 solution

This link describes how to estimate the size of an entire table, but it starts out by estimating the size of a single row:

http://msdn.microsoft.com/en-us/library/aa933068%28v=sql.80%29.aspx[^]

Google really is that easy to use...

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900