是否有开源 SQL Server 数据库比较工具?

Is there an open source SQL Server DB compare tool?(是否有开源 SQL Server 数据库比较工具?)

本文介绍了是否有开源 SQL Server 数据库比较工具?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I'm working on an open source project that uses SQL Server 2005 as the data store. We need a DB compare tool to generate diff scripts to be able to upgrade a DB from one version to another.

Is there an open source or free SQL Server DB diff tool out there that generates a convert script?

解决方案

I think that Open DBiff does a good job. It's simple and I works with SQL Server 2005/2008.

But only generate the change script. Nothing more and nothing less.

这篇关于是否有开源 SQL Server 数据库比较工具?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

版权声明:本站部分内容来源互联网,如果文章中所涉及的图片或者文字内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

本文标题为:是否有开源 SQL Server 数据库比较工具?

基础教程推荐