InterviewSolution
Saved Bookmarks
| 1. |
___________ is a set of technologies for copying and distributing data and database objects from one database to another.(a) Replication(b) Database Mirroring(c) Log Shipping(d) None of the mentionedThe question was posed to me in homework.The above asked question is from Replication in chapter Data Connectivity of SQL Server |
|
Answer» CORRECT OPTION is (a) Replication Easiest explanation: Using replication, you can distribute data to different locations and to remote or mobile users over local and WIDE area networks. |
|