Menu

SQL 2005

Help
2006-08-16
2013-03-11
  • Larry Lowry

    Larry Lowry - 2006-08-16

    Is there a version of DabCoS that will at least compare two SQL 2005 databases?  I don't care about the Sync functionality just table structures, functions and sprocs.

    Thanks.

     
    • Davide Mauri

      Davide Mauri - 2006-08-22

      Hi Larry

      DabCoS doesn't work natively with SQL 2005, but you can extend the engine creating a new xml file (look at the SqlServer.2000.xml file as an example) and adding a reference to the newly created file in the SqlServer.VersionsInfo.xml file.

      Use DabCoS v.3 which is the latest version available.

       
    • Anonymous

      Anonymous - 2006-09-14

      I got it work by adding this line to the <database> section:
      <version id="SqlServer2005" name="SQL Server 2005" identifier="microsoft sql server 2005" interface="SqlServer.2000.xml" />

       
      • Anonymous

        Anonymous - 2006-09-14

        Sorry, let me clarify that this was in the SqlServer.VersionsInfo.xml file.

         

Log in to post a comment.