how to compare/validate sql schema

Posted by Ron Harlev on Stack Overflow See other posts from Stack Overflow or by Ron Harlev
Published on 2008-10-03T02:11:21Z Indexed on 2010/04/09 11:23 UTC
Read the original article Hit count: 301

Filed under:
|

I'm looking for a way to validate the SQL schema on a production DB after updating an application version. If the application does not match the DB schema version, there should be a way to warn the user and list the changes needed.

Is there a tool or a framework (to use programatically) with built-in features to do that? Or is there some simple algorithm to run this comparison?

Update: Red gate lists "from $395". Anything free? Or more foolproof than just keeping the version number?

© Stack Overflow or respective owner

Related posts about sql

Related posts about redgate