|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 8:14 PM
Points: 19,
Visits: 96
|
|
I am looking for a quick procedure where I can sync my primary and dr servers for logins and jobs automatically everyday.
I have around 100 of the primary instacnes.
I donot want to use the default SSIS procedures because creating them for each pair will take time.
Do we have any such functionalty in CMS server of 2008?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, May 05, 2013 10:25 PM
Points: 3,
Visits: 117
|
|
Hello Namit,
If you are using Database Mirroring or Log Shipping for DR , you can create the logins with same SID as prod on DR server. That will automatically sync the logins on DR Server when you will recover your DR dbs.
Not too sure how you can automate Jobs syncing.
Cheers,
Vikas
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: 2 days ago @ 3:04 AM
Points: 13,
Visits: 102
|
|
sehgalnamit (10/24/2012) I am looking for a quick procedure where I can sync my primary and dr servers for logins and jobs automatically everyday.
I have around 100 of the primary instacnes.
I donot want to use the default SSIS procedures because creating them for each pair will take time.
Do we have any such functionalty in CMS server of 2008?
Fr the jobs, I don't see how you can run such automated daily sync from within the CMS without involving something like powershell. Then again, you will need to put in more effort - which is what you're trying to avoid.
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562,
Visits: 3,451
|
|
what exactly do you mean by syncing ? drop and then create on destination side ? additionally here u need to do some brick work to create some script which will run at certain time (u decide it) then apply those script on dest server with linked server feature . you can find the scritps with search keyword " print sql jobs" like on web.but YES you need good efforts to do this.
-------Bhuvnesh---------- While 1 = 1 (Learning SQL....) Click to get fast response of your post
|
|
|
|