Have you managed to implement, or are you struggling to implement, automated deployments for your databases but keep hitting problems? Database deployments are usually far more complex than application rollouts, it’s not uncommon to hit road blocks when attempting to automate deployments.

This session will look at the commonly used deployment methods and look at the options to prevent the most common problems. We will be covering all of the commonly used methods from hand written scripts to gold schema models using SSDT or RedGate.

The session will include problems surrounding:
• Release order/dependencies
• Data
• Environment differences
• Schema Compare Tools