Инструмент сравните таблицы в двух разных базах данных

StackOverflow https://stackoverflow.com/questions/1577262

  •  21-09-2019
  •  | 
  •  

Вопрос

Я использую жабу. Часто мне нужно сравнивать таблицы в двух разных тестовых средах. Таблицы, присутствующие в них, одинаковы, но данные отличаются. Мне просто нужно знать, каковы различия в одних и тех же таблицах, которые находятся в двух разных базах данных. Есть какие -либо инструменты, которые могут быть установлены в Windows, и использовать их для сравнения.

Это было полезно?

Решение

Взгляни на SQL сравните а также Сравнение данных SQL

Другие советы

Есть инструмент сравнения, встроенный в жабу. Инструменты | Сравните данные.

Open Source DiffKit will do this:

www.diffkit.org

I would definitely go with AdeptSQL if you're using MSSQL. It's the least good looking but the most talented db compare tool amongst the ones I've tried. It can compare both the structure and the data. It tells you which tables exist on one db but does not exist on the other, compares the structure and data of the common ones and it can produce the script to synchronize the two. It's not free but has a 30 day trial (as far as I can remember)

Try dbForge Data Compare for SQL Server. It can compare and sync any databases, even very large ones. Quick, easy, always delivers a correct result. Try it on your database and comment upon the product.

If you want to do it online, there is a free tool DB Matcher where you upload 2 .SQL files and it gives you the differences

https://dbmatcher.com

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top