In SQL Server, how do you determine the (average or expected) number of rows per page?
I know know how to determine the average and max row size, but I don’t know how that relates to actual rows/page.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
8060 bytes per page, 8 pages per extent…remember that if you row is 4040 bytes then you can only fit one row on the page
DBCC SHOWCONTIG will give you how many pages your table is using