Is it possible to filter on sys.object.modify_date?

mshupemshupe Posts: 4
edited May 10, 2013 5:42AM in SQL Compare Previous Versions
Our development database has diverged from production. So I would like to take a copy of the production schema and update it with only the changes that have been made to the development database since the beginning of a project or since the last release to production.

I have a query to identify the changes in the development database and now I would like to use it as a filter in SQL Compare instead of selecting the changed objects manually.

Comments

  • James BJames B Posts: 1,124 Silver 4
    Thanks for your post- this is a nice idea, but unfortunately there's no way to currently achieve this with SQL Compare.

    If you can run the query yourself to get the objects you could probably work out a way to output these into a list in the correct format for our command line to use, with the "Include" switch (see here for an example) but unless you have thousands of objects it's likely to be quicker just to manually select them.
    Systems Software Engineer

    Redgate Software

Sign In or Register to comment.