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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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" />
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-09-14
Sorry, let me clarify that this was in the SqlServer.VersionsInfo.xml file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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.
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" />
Sorry, let me clarify that this was in the SqlServer.VersionsInfo.xml file.