There is a huge benefit from two perspectives:
- If you need to refresh data in your Dev or Test environment, you can just grab the globals DB from Live and drop it in and not worry about overwriting any code in Dev or Test
- If you choose to deploy your code via a DB drop, you can drop in a new DB to replace the existing routines DB
NOTE - for either of these to work, you may need to map configuration into the routines DB (so you don't bring back Live config into Dev for instance)
HTH!
Ben
- Log in to post comments