How to compare two trees in SQL Server?

Asked By 30 points N/A Posted on -
qa-featured

Hello experts,

How to compare two trees in SQL server? I just want to make a documentation with my PHP programming language webpage system connected to SQL server and want to know about comparing two trees in SQL server. I hope you can share with me your ideas.

Thanks.

SHARE
Answered By 5 points N/A #184380

How to compare two trees in SQL Server?

qa-featured
Hi
 
AdeptSQL is first ever Schema comparison tool. It is an intuitive tool to visually compare and synchronize two MS SQL Server databases. The program scans both databases and displays the combined schema tree view, with all differences color-marked.
 
Navigating through the database schema tree, you can see SQL definitions for individual objects (tables, view, stored procedures, etc) compared side-by-side in the larger panel to the right of the schema tree. You can also generate comparison script and code. That will help you to put code in your file.
 
You can Download AdeptSQl from here: http://www.adeptsql.com/index.htm
 
I hope this information will help you.

Related Questions