I want to check if a list of stored procedures exist. I want this all to be done in 1 script, one by one. So far I have this format:
USE [myDatabase] GO IF NO
you can execute the following:
DROP PROCEDURE IF EXISTS name_of_procedure; CREATE PROCEDURE name_of_procedure(....)