What is page in sql server?



What is page in sql server?..

Answer / Vartika Singh

A "page" in SQL Server refers to a unit of data storage. Each page contains 8 KB of data (by default) and is the smallest unit that can be read or written by the database engine at a time. Pages are used for efficient access, management, and retrieval of large amounts of data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Tell me what is the order in which the sql query is executed?

1 Answers  


what are the disadvantages of cursors? : Sql server database administration

1 Answers  


What is the SQL?????????????????????????????

5 Answers   CMS,


How to give a user the option of importing Excel and a delimited text file into a SQL Server Database without manually using SQL DTS?

1 Answers   GE,


What is the meaning of resultset type_scroll_insensitive?

1 Answers  


Is foreign key unique?

1 Answers  


Join 3 tables (table1, table2 & table3) in a single query. Inner join should be applied for table1 & table 2 and left outer join for table1 & table3 where table2.dept is ABC

2 Answers  


What is the difference between dropping a database and taking a database offline?

1 Answers  


What are the types of joins in sql?

1 Answers  


What is the recovery model? List the types of recovery model available in sql server?

1 Answers  


What is a join in sql?

1 Answers  


What is the Query of getting last 10 transaction Reports (like insert, update, Delete Data from Tabele) ?

4 Answers   Wipro,


Categories