惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
J
Java Code Geeks
Martin Fowler
Martin Fowler
博客园 - Franky
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
B
Blog
The Cloudflare Blog
F
Fortinet All Blogs
量子位
腾讯CDC
博客园 - 司徒正美
D
Docker
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
V
Visual Studio Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
D
DataBreaches.Net
小众软件
小众软件

博客园 - Frankg

升级女朋友7.0到妻子1.0 每日构造与冒烟测试(转载,里面有微软每日构建的影子) 唐式减压法 打羽毛球记 查看数据库中的触发器 西安火锅大全 第一次测试管理小结 《怒放的生命》 低调做人,高调做事。 和尚的故事 注意保护眼睛! 推荐个不错的桌球俱乐部 何经华:我在职场30年 From Requirements To Test Cases Special Test Web 测试方法 怎样专业描述软件缺陷 测试缺陷分析务实篇 缺陷分类与管理之:需求缺陷 VS 程序缺陷
强大的数据库比较工具:SQL Delta
Frankg · 2008-04-19 · via 博客园 - Frankg

What is SQL Delta

SQL Delta compares the schema of two Microsoft SQL Server databases and quickly locates the differences in tables, views, stored procedures or any other object in the database. SQL Delta also searches for data differences between the two databases. You can compare whole tables or drill down to select specific columns within a table and even filter the column data for a more fine grained comparison.

SQL Delta synchronizes the schema and data so you can update a production database to match a development database with the press of a few buttons. You no longer need to manually script those changes and better still by using SQL Delta you won't miss that critical last minute change that was added to your development database, ensuring your applications don't fail due to a missing database structure element.

SQL Delta.JPG


Download:
http://support.sqldelta.com/