adspace


What are partitioned views?

Answer Posted / Pitamber Arya

Partitioned views in SQL Server are similar to regular views but consist of multiple physical partitions. Partitioning allows large data volumes to be divided into smaller, more manageable pieces, improving query performance and reducing resource consumption. Each partition can reside on a different file group, which can be located on separate disk drives or storage devices.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I find the sql server version?

1103


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1300


What are the different types of subquery?

1235


What are the kinds of subquery?

1109


What are the source of constraints?

1010


Can sql servers link to other servers like oracle?

919


What is self contained sub query?

1141


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1073


what is spatial nonclustered index

1060


What is sql server query analyzer?

1131


Can we do dml on views?

1039


How to remove duplicate rows from table except one?

1090


How to rebuild the master database?

1167


What is clustered index

1087


How can we solve concurrency problems?

1123