SQL Server objects (schema versus join)

We are trying to support two SQL environments, say Development and Staging. At the stage, I made a mistake correction in one stored procedure called, for example, SProc1, at the same time, one of the developers made some changes in the same sp. I need to apply development bug fixes without losing development changes.

Using SQL Schema Compare on Visual Studio 2015 does not merge the code; it simply replaces the version directly.

My question is, what other tools are on the market to support such scenarios?

+4
source share
2 answers

. , .

, Beyond Compare . .

, TFS. , , , , , . , Beyond Compare, .

: gif , :

enter image description here

+3

, ,

, ApexSQL Compare, . SSMS/VS :

Merge Screenshot

merge script, sp, script . , script , CREATE PROCEDURE ALTER PROCEDURE

+3

Source: https://habr.com/ru/post/1648398/


All Articles