I have 2 SQL databases and I want to compare each and everything in it like no of tables, views, stored procedures, columns, primary keys etc. How do I do that programmatically, using C#?
问问题
3331 次
2 回答
0
http://www.codeproject.com/Articles/27122/Side-by-Side-SQL-Comparer-in-C
查看链接,它提供了一套很好的说明来帮助您入门。
于 2012-11-05T10:55:18.913 回答