Compare prod database from dev

  • Hi,

    Could you please give me some idea to compare prod database objects from dev. Prod runs using cyber account(window authentication) and dev runs using normal account.

    Thanks

    Sushil

  • I would recommend SQL Compare from Red-Gate, I use it all the time, great tool.

    Others are available, SSDT has one, also one from ApexSQL.

    There is a freeware tool called DBComparer but last I used this was for 2008, the site doesn't say anything about 2012 or above so may or may not work.

  • You could compare the definitions in the system tables and use the EXCEPT operator to filter out the objects that are the same.

    If you're looking for a ready-made product, I've heard good things about Red Gate SQL Compare, but haven't used it myself.

  • I also recommend SQL Compare, though if your databases are developed using VS DB projects, there is a Schema Compare tool built in.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • thanks for your suggestions..

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply