Comments
2 comments
-
Locking this topic as it has been crossed posted in the SQL Packager forum too, a response will be delivered there:
http://www.red-gate.com/messageboard/vi ... hp?p=16026 -
For your weekly production-to-development restores, you need a solution that automates post-restore updates. SQL Change Automation or ApexSQL Diff can help. After restoring, run a job step to automatically update stored procedures to reference the correct development database names. This ensures all objects function properly without manual intervention. For the Italian translation requirement, you must use words "translate english to italian" in your configuration to handle any multi-language database objects.
Add comment
Please sign in to leave a comment.
for instance
I could like a utility that would update references inside stored procedures, views, UDF's
my_prod_db.dbo.table1 --> my_test_db.dbo.table1
Does this packager tool handle this scenario?