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

推荐订阅源

S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿
博客园 - 聂微东
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
M
MIT News - Artificial intelligence
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
L
LangChain Blog
I
InfoQ
T
Tailwind CSS Blog
博客园 - 【当耐特】
V
V2EX
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
GbyAI
GbyAI
Vercel News
Vercel News
雷峰网
雷峰网
量子位
A
About on SuperTechFans
Martin Fowler
Martin Fowler
H
Help Net Security

博客园 - 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/