Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 - General
»
Backups and restores
Backups and restores
Rate Topic
Display Mode
Topic Options
Author
Message
jon.wilson
jon.wilson
Posted Tuesday, December 04, 2012 7:01 AM
Grasshopper
Group: General Forum Members
Last Login: Yesterday @ 9:57 AM
Points: 13,
Visits: 119
I have 2 SQL Server 2008 environments - Production and Test. Both are on different domains and cannot speak to each other. I've been tasked to update some of the databases in the Test environment with Production data on a weekly basis. Since the domains cannot communicate with one another I need to manually copy a backup to a share and then restore the data in test. However, my issue is that the test environment has logins specific to that environment and get overwritten when I restore the procuction data. Then I have to go back and manually add the test logins and remove the orphaned production ones. Is there a way to just restore the data in the test environment without affecting the logins in the test environment. Thanks
Post #1392462
anthony.green
anthony.green
Posted Tuesday, December 04, 2012 7:07 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
Using backup and restore commands no. SQL has to restore the database how it was at the time it was backed up, which means you will always get orphaned accounts and need to add in the test accounts again.
I would have a job on Test which does the removing adding of users which you just execute every time you restore from Prod.
If the restore is automated, just need to add this step to the end of the restore command.
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1392466
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.