I use SQ Server 2012 and want to active source control on it. I want to use Redgate SQL Source Control
for this purpose. When I Install Redgate Source Control 3
buttons and menu on SSMS 2008 R2
Change and add commands Source Control and button to it. but in SSMS 2012
no changed applied.
Asked
Active
Viewed 1,231 times
0

mehdi lotfi
- 11,194
- 18
- 82
- 128
-
If you want a source version control system try `git`; if unrelated to your question,, remove the *version-control* tag. – Basile Starynkevitch Jul 23 '12 at 05:50
2 Answers
2
SQL Source Control is not a source control system. It is a shim that creates sql scripts from a database and submits the scripts to source control systems, and it does come with a config file for Git.
The SQL Source Control add-in should appear in SSMS 2012. If there is no evidence of it in the form of menu items, first try reinstalling it.
You may have issues if you have .net 4.5 beta installed, though. I don't believe SQL Source Control supports that.

Brian Donahue
- 216
- 1
- 3
0
I search about Redgate
.
for add redgate source control to SSMS 2012 must be use updated version of SQL Server Source Control.
Redgate SQL Source Control 3.0.13.4214

mehdi lotfi
- 11,194
- 18
- 82
- 128