|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, February 04, 2013 3:30 AM
Points: 2,
Visits: 26
|
|
Hi All
Not used to posting on these things and also just getting used to SQL as a whole, so please feel free to kick me in the right direction.
The Task:
I want to use replication to you guessed it replicate a Database from one server to another so I can then setup reporting from the replicated DB instead of the live/production DB.
Testing:
I have restored the database I want on to another server and have also restored it to the report server.
I have setup the publication and the subcriber ok, But when the publisher is creating the first snapshot it fails as it needs to have the Linked servers that are on the live box and not on the test area, Now for testing I do not want to have my test area to have a connection to the live enviroments.
Question:
So my question how do I either filter out what it fails on, or what is the risk of just putting the linked servers in place.
Thanks
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Today @ 8:31 AM
Points: 3,129,
Visits: 4,312
|
|
recommend you create the relevant linked servers, with the same name as in production, just pointing to the equivalent development environment, e.g. you have a system Jacks in production, with a linked server to that system also called Jacks
In dev, create a linked server named Jacks that connects to the dev environment of the Jacks system. this goes a long way in ensuring consistency across the various environments (DEV / UAT / PRD)
____________________________________________ Space, the final frontier? not any more... All limits henceforth are self-imposed. “libera tute vulgaris ex”
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, February 04, 2013 3:30 AM
Points: 2,
Visits: 26
|
|
Hi
Thanks for the quick reply
The linked servers that are setup on live area all piont and are linked by server name.
so I am not sure how to re-point the linked servers that I will setup on the dev server to a dev enviroment.
or am I being a bit dence today,
|
|
|
|