InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Log shipping and mirroring allows to maintain complete database redundancy(b) Replication allows to maintain some part of the database (a set of required objects) at users location(c) Replication is object level low availability feature(d) All of the mentionedI had been asked this question in quiz.Origin of the question is Replication topic in chapter Data Connectivity of SQL Server |
|
Answer» RIGHT choice is (c) Replication is object level low availability feature The explanation is: Replicate doesn’t DISTRIBUTE entire database, but only distributes some part of database LIKE tables or VIEWS ensuring HIGH availability feature. |
|