So I want to periodically refresh a development server with the backups from a production server for multiple databases. I can grab the backup file(s) from disk, copy them down and perform the restore through T-SQL. No problem...except the
logins use different passwords between the two servers. What is a good way to handle this?
↧