|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 11:35 AM
Points: 146,
Visits: 546
|
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 1:52 PM
Points: 306,
Visits: 1,016
|
|
Nicely done!
I have a question, is the order of the scripts the order of execution?
Thanks,
Rudy
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Yesterday @ 11:35 AM
Points: 146,
Visits: 546
|
|
Rudy Panigas (7/13/2010) Nicely done!
I have a question, is the order of the scripts the order of execution?
Thanks,
Rudy
Yes, the order of the scripts is the order of execution. I should say that the scripts are written to use a Pull subscription with queued updates also.
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 1:05 PM
Points: 1,559,
Visits: 1,397
|
|
One recommendation for script #4 would be to explain how to use sp_help_agent_profile to determine the correct @profile_id for sp_add_agent_parameter. It appears that you are supplying the agent_type value rather than the profile_id value for the subsequent calls to sp_add_agent_parameter. Some of those values may be the same, some may not. This is especially true if you decide to create custom agent profiles for the replicaiton topologies that use mirroring (which is the best practice I call out in my book).
My blog: SQL Soldier Twitter: @SQLSoldier Microsoft Certified Master: SQL Server 2008 Sr. Product Consultant and Chief SQL Server Evangelist @ Idera My book: Pro SQL Server 2008 Mirroring
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 9:54 AM
Points: 4,
Visits: 101
|
|
I have doubts that would happen if our publication has multiple subscribers, and these in the future would have also would have mirror settings as serious the current is so -PublisherFailoverPartner: server2
but since that publication, subscribe multiple servers as serious
-PublisherFailoverPartner: serverA2, serverB2, serverC3
this could be?
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 1:05 PM
Points: 1,559,
Visits: 1,397
|
|
|
|
|