I need help to Automate my database deployment. I was doing manually by taking each .sql file and deploying it to the target environment by running the scripts on the target server.
This becomes very tedious when there are 100s of files to deploy. I have a PowerShell scripts that gets all the new changes from the source code and zip them into a folder with all the new and modified files.
What I want to Automate:Is to unzip the folder containing all the stored Procs etc .sql files and deploy them to the target environment.
- Please can anyone help with this question?
- I want recommendation on what tools to use,
- Whether I can use SQLCMD to accomplish this and if so any resource about how to do this etc....
Any suggestions would be warmly welcome.
Thanks.