timabell / sqlHawk

Database management / migration tooling. Java / JDBC based.
http://timabell.github.com/sqlHawk/
GNU General Public License v3.0
8 stars 4 forks source link

option to force rewrite of procs / views #34

Closed timabell closed 12 years ago

timabell commented 12 years ago

normally sqlHawk will only run alter statements for procs & views if it detects a change

it can be useful to force unchanged procs to be updated anyway as this will cause the server to validate the proc again, flagging up any dormant issues. (sql server does this at any rate)