Subscribe to Subscribers

Online Members

AHMED
More...

Resources » Code Snippets » SQL

How to find the page size of Sql Server 2005


Posted Date:     Category: SQL    
Author: Member Level: Gold    Points: 2


How to find the page size of Sql Server 2005



How to find the page size of Sql Server 2005?
Abstract
Easily we can find the page size of sql server.By using the below query You will get the number of page in SQL Server.


SELECT low FROM master..spt_values WHERE number = 1 AND type = 'E'

The out put of the above query is

8192
Related Resources:


Read related articles: Number of pages in SQL    SQL server page size    SQL query    


Did you like this resource? Share it with your friends and show your love!


Responses to "How to find the page size of Sql Server 2005"

No responses found. Be the first to respond...

Feedbacks      

Post Comment:




  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:   Sign In to fill automatically.
    Email: (Will not be published, but required to validate comment)



    Type the numbers and letters shown on the left.


    Next Resource: SQL Script to Concatenate column values
    Previous Resource: SQL Script To Get Table Wise No Of Rows
    Return to Resources
    Post New Resource
    Category: SQL


    Post resources and earn money!
     
    More Resources
    Popular Tags   Tag posting guidelines   Search Tags  
    How to find the page size of Sql Server 2005  .  

    Active Members
    TodayLast 7 Daysmore...

    Awards & Gifts
    Talk to Webmaster Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2013 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.