比较两个 SQL Server 数据库(架构和数据)的最佳工具是什么?

2021-12-02 00:00:00 sql database compare sql-server

我也想比较两个 SQL Server 数据库,包括架构(表结构)和表中的数据.执行此操作的最佳工具是什么?

I would like to compare two SQL Server databases including schema (table structure) and data in tables too. What is best tool to do this?

推荐答案

我使用的是 Red-Gate 的软件:http://www.red-gate.com

I am using Red-Gate's software: http://www.red-gate.com

相关文章