Thursday, March 29, 2012

Database Compare & Synchronize

Hi to all
I'm new on this forum, i don't have any problems (for now, and crossing my fingers :-D)..i just want to inform all of you of a nice a usefull program that i've have developed and that can help to compare and sychronize (in future) the schema of two databases. (SQL Server 2000 supported only)

It's released under GPL, and it's hosted on sourceforge and GotDotNet. I'm telling you this just because many people told me that it's very usefull and i should spread it as much as possibile :-D

Ok, that's all just let me know if you like it:

http://www.davidemauri.it/dabcos/

PS
This tool is still under developing, anyway it can compare two database schema to check difference in tables, views, functions and stored procedures.
For any who cares it's completely written in C# and it's code is freely downloadable.You mean like sqlcompare?

I usually advocate that people should write there own in t-sql.|||Originally posted by nigelrivett
You mean like sqlcompare?

I usually advocate that people should write there own in t-sql.

Yes it's similar. Though now the synchronize function has not been implemented yet, the idea is that this function will create the T-SQL script necessary to synchronize the database, and eventually run it directly. The main concern of the project is to give the dba the FULL control over what he's doing.

No comments:

Post a Comment