adspace
Answer Posted / Dhanvendra Shukla
A partitioned index in SQL Server allows for efficient management of large datasets by dividing an index into smaller, more manageable pieces called partitions. This helps improve query performance and maintenance tasks like rebuilding or reorganizing the indexes. Partitioning can be done based on various factors such as range (partitioning based on a column's value), list (creating partitions for specific values), and round robin (equally distributing data across multiple partitions).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sql server query analyzer?
Is it possible to have clustered index on separate drive from original table location?
How do I start sql server 2017?
do you know how to configure db2 side of the application? : Sql server database administration
What is an indexed view?
what is the difference between openrowset and openquery?
What are the properties of the transaction?
Can we shrink data file in sql server?
What is a coalesce function?
What is the difference between for xml raw and for xml auto?
What is self contained sub query?
How do I find query history in sql server?
What is a scheduled job or what is a scheduled task?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What is standby servers? Explain types of standby servers.