Interviewer And Interviewee Guide

MS SQL Server Views Interview Question:

Explain What are partitioned views and distributed partitioned views?

Submitted by: Administrator
Partitioned views allow data in a large table to be split into smaller tables. These small tables are called as member tables. The split is done based on range of data values in one of the columns.

In a distributed portioned view, each member table is on a separate member server. This means that the member tables are distributed. To locate these tables easily, the database name on each server should be same.
Submitted by: Administrator

Read Online MS SQL Server Views Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.