Groups | Blog | Home
all groups > sql server (alternate) > october 2005 >

sql server (alternate) : SQL Server 2000 and 8k limit


Mike R
10/27/2005 12:00:00 AM
How can I check (from TSQL) if a table is likely to bust the 8k limit?

Thanks

Mike

SQL
10/27/2005 11:09:40 AM
This will give you the average length of all rows in your table
Just copy the proc and run it with your tablename in Query Analyzer

http://sqlservercode.blogspot.com/2005/09/average-length-of-all-rows-in-table.html
AddThis Social Bookmark Button