I have an issue when restoring a database from a backup.
I restore production data onto my local machine and run my scripts against the latest data from the backup. But since the production database does not have the stored procedures i am running, i keep having to recreate them all the time.
Does anyone know of a way to avoid this situation or a workaround?
Thanks..