Can we create any alerts when the schema changes in a databa
svivekraju
Posts: 2
Can we create any alerts when the schema changes in a database in sql compare.....if anything changes in schema can configure alerts so we can receive them to our email....is there any solution ????
in sql backup tool we dont have something to configure alert when schema changes in a db
looking at sql compare tool, we can check for schema changes but im worried about alerts to get emails???? any solutions pls#???
in sql backup tool we dont have something to configure alert when schema changes in a db
looking at sql compare tool, we can check for schema changes but im worried about alerts to get emails???? any solutions pls#???
Comments
SQL Compare can compare two database schemas and show you if there are any differences, but it has no email capability.
You could write some batch script that runs the command-line version every so often and alerts you when the error code returned is not "63", which indicates the databases are equal and there is nothing to be compared.
There is a VBScript from a few years ago that may help.
http://www.red-gate.com/messageboard/vi ... php?t=1098