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

liquibase.harness.change.expectedSql.mssql.enableTrigger.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE TRIGGER test_trigger ON posts AFTER UPDATE AS RAISERROR ('error', 1, 1)
DISABLE TRIGGER test_trigger  ON posts
ENABLE TRIGGER test_trigger  ON posts




© 2015 - 2024 Weber Informatics LLC | Privacy Policy