An Introduction to SQL Triggers

Learn about SQL Server triggers and how to use them for inserts, updates, and deletes on a table, along with step-by-step examples.
The post An Introduction to SQL Triggers appeared first on SQLServerCentral.

Try Before You Commit in Flyway

Sometimes we want to check whether it is possible to run a Flyway migration without error, but not actually make the changes. We might just need to 'sanity test' the performance of a migration on the Staging server, for example. By using a placeholder 'switch' to trigger a SQL Exception, we can get Flyway to roll-back its transaction, and therefore the migration, on demand.
The post Try Before You Commit in Flyway appeared first on SQLServerCentral.

SQL LIKE Statement for Various Text Patterns

In this article, we look at how to use SQL LIKE statement to find various text patterns contained within a set of text along with many different examples of how to use LIKE.
The post SQL LIKE Statement for Various Text Patterns appeared first on SQLServerCentral.

How monitoring tools can help you excel at your job

Want to make the most of your scarce resources and do your job even better? Join us at PASS Data Community Summit, from November 15-18, and learn how database monitoring tools can speed up your maintenance tasks and give you the time to support strategic initiatives.
The post How monitoring tools can help you excel at your job appeared first on SQLServerCentral.