I need to refresh the development data from production about once a week. Problem, is that there are mulitple id's created on the development side with differenct user id's & passwords.
I refresh the dev data by creating a backup of the production data, copying it over, and then restoring the backup.
This eliminates any and all of the different logins on the development db.
What is the best way to get around this? Recommendations appreciated, am a SQL Server newbie.
I refresh the dev data by creating a backup of the production data, copying it over, and then restoring the backup.
This eliminates any and all of the different logins on the development db.
What is the best way to get around this? Recommendations appreciated, am a SQL Server newbie.