I have a program that the name of the SQL database changes once in a while. If there are backup scripts setup in SQL to backup that database called db1 when the db changes names to db2 is there a way to easily update the script if this has to be done on several databases?
Thanks all !