Page 1 of 1

SSMS 2019

Posted: Tue Mar 19, 2024 3:07 pm
by pbaratelli
I Can not add Agent Git to SSMS 2019. Needs steps to implement usage in SQL Server Management Studio 2019. The file has changed.

Re: SSMS 2019

Posted: Tue Mar 19, 2024 11:28 pm
by jussij
Agent Git implements the MS-SCCI interface. Unfortunately, Microsoft stopped supporting MS-SCCI in SSMS after version 2015: https://www.microsoft.com/en-us/sql-ser ... udio-ssms/

As per the article, they suggest using Visual Studio for SQL source control.

Cheers Jussi