InterviewSolution
Saved Bookmarks
| 1. |
Which of the following stored procedure provide replication support for AlwaysOn?(a) sp_validate_replica_publishers(b) sp_validate_hosts_as_publishers(c) sp_validate_replica_hosts_as_publishers(d) all of the mentionedI had been asked this question in quiz.This question is from Replication topic in division Data Connectivity of SQL Server |
|
Answer» Right ANSWER is (C) sp_validate_replica_hosts_as_publishers |
|