SQL Source Control
Thank you for evaluating SQL Source Control. Your feedback will impact what we do next!
-
Migrations support for Mercurial
It seems that right now migrations only support SVN, TFS and Vault - none of which I'm willing to use anymore. Please consider prioritizing support for Git/Mercurial.
237 votes -
Migrations support for git
Please add Git support for migration scripts
52 votes -
add native support for Seapine Surround and...
Currently the XML hooking method for non-native Source Control Systems is not very usefull for Surround SCM. I would like to suggest maybe adding more support to it. Also when linking a database to the Source Control System It would be nice to have the option to link tables, stored procedures, views..so on to specific repositories, instead of everything going into the same place. Also to be able to rename the default folders that the tool creates in the working directory would be nice in case there is a special naming convention(for instance procedures instead of stored procedures). A moule… more
47 votes -
Migrations support for Perforce
Please can we have migrations functionality for Perforce SCM
44 votes -
Support for SCCI standard
Numerous source control products support the SCCI interface standard. We use 3 products between numerous clients. TFS, VSS, and Seapine SCM. Another possibility is PureSCM.
34 votes -
Support Visual Source Safe (VSS)
We are using Visual Source Safe and we really want to source control our databases. We are not upgrading or changing our source control system anytime soon. Visual Source Safe works fine for us. We do not want to install a seperate source control system just to use this tool.
25 votesstarted ·
AdminStephanie
(Admin, Red Gate)
responded
Good news! An Early Access Release with Visual Source Safe support is available at https://www.surveymk.com/s/SqlSourceControl_EapSignup
-
Connect to TFS Preview
TFS Preview is TFS on Azure and although I can use the current process to set up using my TFS Preview URL TFS Preview uses Windows Live Credentials to connect, if I put them in the user name/ password boxes the connection fails.
19 votes -
Link databses using solution or project file
We have a lot of databases. It's very time consuming to link all databases one at a time for every developer. It should be possible to make use of a solution file to link a solution with all the databases, rather then mapping one by one.
15 votes -
clearcase
Would be nice if SQL Source Control supported clearcase, or if an example of the config file usage were created.
11 votes -
Option to disable the SQL sp_refreshview command in the update script.
An option that prevents the addition of the EXEC sp_refreshview in the update script.
When updating queries that rely on linked servers and the linked server doesn't support distributed transactions the update fails and is rolled back.
Now we constantly have to manually alter the script by manually removing the EXEC sp_refreshview commands. This our server admins will not enable the DTC coordinator on the SQL servers
11 votes -
Integrate with IBM Rational Team Concert
Any plans to integrate with IBM Rational Team Concert?
11 votes -
Add commands
Being able to add our own commands that appear when you right click an object in SSMS.
9 votes -
Support TFS Proxy Server
Team Foundation Server Proxy Server is excellent for saving time and bandwidth when connecting to TFS over a WAN link.
SQL Source Control doesn't seem to support this functionality at present
7 votes -
Automated Deployment based on TFS work item status
I would like a way for SQL Source control to leverage TFS work item status and facilitate automated deployment similar to lab management.
6 votes -
4 votes
AdminJames Billings
(Admin, Red Gate)
responded
If MKS offers a command-line, you may be able to configure it with config files – see http://www.red-gate.com/supportcenter/Content?p=SQL%20Source%20Control&c=SQL_Source_Control/help/2.2/SSC_working_with_config_files.htm&toc=SQL_Source_Control/help/2.2/toc1432725.htm
-
Support for Dynamsoft SCM
We're using Dynamsoft SCM for source control. Currently, we're using sql prompt/sql changeset to script to a folder and then push that into SCM. It supports the SCC interface, but since you guys said that was too unreliable to use we're pretty much stuck.
3 votes -
BUG: Table stays marked as "changed" even after commit
The source control system keeps thinking a certain table wasn't committed, and marks it up as "changed" to be committed. Here's the table:
-- Columns
CREATE TABLE [dbo].[EvaluacionesCiclosEducativosGruposAcademicos]
(
[CicloEducativoId] [int] NOT NULL,
[EvaluacionId] [int] NOT NULL,
[Grupo] [int] NOT NULL,
[ProfesorId] [int] NOT NULL,
[CursoId] [int] NOT NULL
) ON [PRIMARY]
GOIt doesn't seem to detect this line, and decides it has to insert it again:
DISABLE TRIGGER [dbo].[tD_EvaluacionesCicloEducativosGruposAcademicos] ON [dbo].[EvaluacionesCiclosEducativosGruposAcademicos]
GOAt the time of this writing, it has inserted the very same section 4 times, one after the other, and wants to keep doing it.
3 votes -
On closing, ask to Commit changes
Working in a Team development, I do not want changes not to be commited to TFS. If I forget on closing, then a pop up window should ask you if you want to commit your changes.
2 votes -
1 vote
-
Support Serena PVCS archive
We have used PVCS for 15 years for all our development source control. Is it possible to connect RedGate source control to a PVCS archive?
1 vote