I am new to Devops. I want to Execute/Deploy SQL script to sql server through Devops(CI-CD). I would like to know what are the possible options to achieve this and which is the preferable one Security wise and performance wise ???
My SQLscript will mostly contains 4, 5 Insert/update Script or 1 Procedure or function.