简体   繁体   English

SQL Server Management Studio版本控制

[英]SQL Server Management Studio Version Controlling

As I know if I need to use some kind of version control I need to use 3rd party softwares. 据我所知,如果我需要使用某种版本控制,则需要使用3rd party软件。

Is there any built in version controlling option in the SQL Server management studio ? SQL Server Management Studio中是否有任何内置的版本控制选项?

No there is not any version control. 不,没有任何版本控制。 You should to use 3rd party tools. 您应该使用第三方工具。

If you are looking to version control the database schema, you could use SQL Server Data Tools (SSDT) along with the version control system of your choice. 如果要对数据库架构进行版本控制,则可以将SQL Server数据工具(SSDT)与所选的版本控制系统一起使用。 Although not technically part of SSMS, SSDT is based on the same Visual Studio shell as SSMS so the interface is similar. 尽管从技术上讲不是SSMS的一部分,但是SSDT与SSMS基于相同的Visual Studio Shell,因此界面相似。

SSDT is included with the latest version of Visual Studio 2015, including the free Community Edition. 最新版本的Visual Studio 2015中包括SSDT,包括免费的Community Edition。 For a vendor database, you could start by reverse engineering the existing database using the SSDT schema compare tool. 对于供应商数据库,您可以首先使用SSDT模式比较工具对现有数据库进行反向工程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM