All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.generateChangelog.expectedSql.mssql.createProcedure.sql Maven / Gradle / Ivy

The newest version!
if object_id('test_procedure', 'p') is null exec ('create procedure test_procedure as select 1 a');
ALTER PROCEDURE test_procedure
      AS;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy