78 results found
-
Ability to shelve items in TFS.
TFS lets the user "shelve" items before checking them in. A way to save them while they are still inprocess or not code reveiwed yet. It would be nice if SQL Source Control let us shelve the items instead of checking it in - with the same functionality we get when shelving through Source Control Explorer in Visual Studio.
215 votesWe are focusing on Git for VCS since that is the market leader and TFS even defaults to this now.
-
Support TFS Gated Checkins
We desperately need the ability to supported gated check-ins so breaking changes do not get into source control.
144 votesWe are focusing on Git for VCS now. This is the new default for TFS too.
-
Use TortoiseSVN overlay icons (green check, red exclamation, etc)
Rather than blue/red circles, why not use the tried and true Tortoise SVN overlay icons? Green check, red exclamation, blue plus, etc.
72 votesI’m afraid that we will not be implementing this suggestion. SQL Source Control works with many different version control systems, not just SVN, so the icons which are familiar to SVN users may not be familiar to users of other version control systems.
Mike Upton
Tech Lead | SQL Source Control -
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…
56 votesI’m declining this because it covers multiple different requests, which makes it difficult to track and work out which features people are voting for. If you’d still like to see these requests addressed, please create new requests for them separately.
Thanks,
Mike Upton
Tech Lead | SQL Source Control -
support for SQL Compact Edition in SQL Compare
Increasingly, developers will be using the latest version of SQL Compact Edition to do local development, and want to use SQL Compare to generate an update script for the server.
41 votesThis request is in the wrong Uservoice forum. Please could you re-submit it to the SQL Compare Uservoice forum: https://redgate.uservoice.com/forums/141379-sql-compare
-
Support Vault 9
Please add version 9 support.
Thanks.41 votesI’m sorry to say that we will not be adding support for Vault 9.
Future releases of SQL Source Control after 1st May 2017 will no longer support SourceGear Vault as a fully-integrated version control system. Instead, you will need to link using the Working Folder method.
Please see https://documentation.red-gate.com/display/SOC5/Changes+to+SourceGear+Vault+integration+in+SQL+Source+Control for more information.
-
Require comments PRE-commit
I understand a hook can be added to SVN so if a commit is made without a comment it will throw an error and fail - From an interface point of view it would be nice the commit couldn't even be made (i.e. the button was disabled if a "require comments" option was set).
39 votesThis needs to be configured in your version control system (e.g., a pre-receive Git hook - https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks). In the next generation of SQL Source Control, Flyway Desktop, we have made comments mandatory. You can learn more about this at https://forum.red-gate.com/discussion/88434/flyway-desktop-preview-available. -
I want to be able to list a code reviewer when I commit
We like to track code reviews in TFS. Would like to have the ability to specify a code reviewer when I commit.
36 votesYou should be able to do this with your version control system. In TFS, this is called a check-in policy. You can learn more about this at https://learn.microsoft.com/en-us/azure/devops/repos/tfvc/add-check-policies?view=azure-devops or request a review in TFS - https://learn.microsoft.com/en-us/azure/devops/repos/tfvc/get-code-reviewed-vs?view=azure-devops.
-
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 votesUnfortunately, we will not be adding support for Visual Source Safe.
-
I like this very much. However I am experiencing one problem. (CPU usage is too high)
RG Source Control "seems" to hog the machine with the databases. The CPU goes 75% +, disk activity goes abnormally high, Logical reads is high, compiles is high, etc. (according to Quest Spotlight on SQL Server). Also, users are having queries time out.
I can close SSMS and the machine returns to normal (CPU around 10%, other metrics low).
I will have to remove it for now until this is corrected/changed.
25 votesI am closing this request as it’s now six years old. If anyone is experiencing similar issues on the latest version of SQL Source Control then please feel free to open a new request or support call.
-
Add support to SQL Source Control for generating upgrade scripts to a SQL Azure database
If you have only the SQL Source control product, you can use it to upgrade your production SQL server database. But if you switch to Azure SQL, you lose this capability. I think the option to generate upgrade scripts that are Azure compatible would be great!
20 votesWe do not recommend connecting a production database to SQL Source Control. We recommend using SQL Compare for deployment and you can deploy to Azure databases with SQL Compare.
-
Error: Transaction context in use by another session
My setup went smoothly. I create a new sp on datatabase server, "Comit Changes" then I can see it in TFS. I run into error when I modified the sp from TFS, then go to SQL Source Control and do try to "get Latest". First I got error MSDTC not available, I then started MSDTC services, now i got different error "Transaction context in use by another session". Can you help?
18 votesGiven the age of this request, I’m assuming that you either managed to get things working, or gave up. I’m very sorry we didn’t respond earlier, but if by any chance you’re still struggling with this, please contact support@red-gate.com and they’ll be able to help.
-
Support SQL Server 2000
I still have some databases that are on SQL Server 2000 and we are not planning to upgrade these soon, but we still do some development and maintenance against these. I would like to use this tool with my SQL Server 2000 databases.
16 votesSQL Server 2000 has now been out of extended support with MS for over a year, so it is unfortunately not the case that we will consider supporting it in SOC.
-
Need to deploy from Git Source Control Repository to Target Databases
Need to deploy from Git Source Control Repository to Target Databases
I use a shared Dev database and I work on multiple issues and versions of our software at the same time and am using Git to keep track of all the changes that go with each issue I'm working on. However, when QA asks me to deploy the changes relating to one specific issue to their QA environments, I have to manually go through all the changes in our shared database and determine which of the changes I made relate to that issue. In Git, I create a branch…
14 votesThese kinds of deployment scenarios are handled by SQL Compare (for manual deployments) or SQL Change Automation (for more automated/scripted deployments). SQL Source Control is intended for the dev side of your database change management process, linking your development database to a version control system.
-
Bug (shared model): Tables with extended properties still highlighted after commit.
SSC 3.1.0.4829
SQL Server 10.50.4000
Shared modelAfter adding an extended property to a table the recognition and the commit work fine. But after having committed the changes the table will be remarked as having pending changes in the object explorer of SSMS. In the commit changes tab there are no changes to commit which is correct.
Maybe also extended properties with other objects are affected.
14 votesThis looks like something we’d prefer to handle as a bug report than a feature request – if you are still experiencing this problem, please email support@red-gate.com with the details.
-
Modifying a table makes it disappear from the tables list
Whenever I modify an existing table, the table disappears from the Object Explorer. If I refresh the tables list in the Object Explorer it reappears...but c'mon, that's ridiculous. The only thing you should be doing to the Object Explorer is marking items that have been modified. If you want to help here, then refresh the list when I add something so it appears (something Microsoft never implemented).
Note: this only happens when you FIRST edit a table (i.e. subsequent edits to the table after your modified icon is on the table icon don't cause this issue).
14 votesWe have attempted to fix this behaviour a few times now – if it’s still occurring, we would like to investigate this as a bug rather than a feature request. If you have seen this recently, can you please email support@red-gate.com with details?
-
Allow comparing/synching static data from source control
Currently when you try and publish static data, it only supports comparing the data in the source database, there is no option to use source control. Can it compare directly with source control and be limited to only the tables that are configured for static data?
12 votesClosing as the request is 5 years old.
-
Please support SSDT projects linking to source control
supporting SSDT projects with Redgate Source control will allow developers to use the tool of their choice (Redgate or SSDT) when developing database enhancements etc.
12 votesWe recommend moving to Flyway. You can learn more about this at https://documentation.red-gate.com/fd/sql-source-control-164167857.html. You can then use your SSDT development database in Flyway Desktop - https://documentation.red-gate.com/fd/working-with-microsoft-sql-server-database-ssdt-projects-182255782.html. Let us know if you have any feedback on this experience. Thank you!
-
Use sys.objects create/modify date to get new changes quicker
Using sys.objects you could determine objects which have been created/modified since the last check to speed things up
12 votes -
Fix the GIT integration
The git integration does not seem to work AT ALL. Add reports status code 1, delete fails because the file has already been deleted.
10 votesWe believe the Git integration is working for most customers – if you are encountering error messages, our support team at support@red-gate.com should be able to get you up and running again.
- Don't see your idea?