SSDT
Deploy SSIS from command line:
- https://stackoverflow.com/questions/55365581/deploy-ssis-project-using-tfs-command-line
- https://github.com/sabinio/AssistDeploy (powershell)
Automate performance test:
- https://www.sabin.io/blog/automating-sql-server-performance-testing/ (Generally check sabin.io)
Generic automatic deployment:
- https://www.sqlservercentral.com/blogs/source/richie-lees-sql-stuff (Richie lee)
- https://github.com/RichieBzzzt/PoshSSDTBuildDeploy/blob/master/README.md deploy with variables
Deploy DacPac with dbatools/powershell: