Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求,我必须比较来自两个不同 Azure SQL DB 的两个表之间的数据。两个数据库都有相同的架构,所以我只需要比较数据。由于我无法在 Azure SQL 中进行跨 SQL 查询,我有哪些选择?任何帮助表示赞赏!
我会首先尝试使用可能在 Azure VM 上运行的tablediff实用程序。