39 results found
-
StarTeam
Include StarTeam as a source control option
5 votes -
Remove operations prior to a CREATE statement when linking to .sqlproj files
I'm linking to an existing database using a local folder. The database is linked in shared mode.
The local folder was built by SSDT and contains a .sqlproj file. I'm notified of the beta functionality when linking, so I know SQL Source Control identifies the project as linking to SSDT.
When I add a stored procedure, the resulting script starts with:
SET QUOTEDIDENTIFIER ON
GO
SET ANSINULLS ON
GOThese statements don't compile in SSDT. The first statement in each script must be a create statement.
I had removed these lines from the statement that I ran against…
4 votes -
Using Powershell to generate/checkin Migration Scripts for each changeset/commit
We are unable to use SQL Compare to deploy Migration Scripts to all of our environments and simultaneously maintain commit level control over what does or does not get deployed to each environment for each release, especially with the high volume of changes and the number of last minute changes to release choices in the final stages of release planning. The amount of manual review of the final deployment script is unsustainable.
Using Powershell, we would like to auto-generate Migration Scripts for each Commit/ChangeSet and Commit those Migration Scripts to TFS. This would allow us to modify the content of…
4 votes -
4 votes
If you right click on the object, you can show history to see the author, when it was done, what was changed, and the author’s comment.
-
Allow ability to ignore specified object(s) by database
Most objects are shared among our several databases, while some only apply to some (or only one) of our databases. Add the ability to ignore objects by database by right-clicking the database object and clicking a menu item like "Ignore this object in this database" and/or "Ignore this object in all databases except this database". So then we don't need to have an object in one/many of of our databases that is not used in that database(s), source control would not show the need to be updated or added because it is on the ignore list for that database.
4 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.
3 votes -
SQL Sourse Control Sort Option
Provide the capability to save the users last sort settings. For example on the Commit tab if I sort by last changed by (asd); the next time I go to the Commit tab it should be sorted by last changed by (asd).
3 votes -
Add an extra input field for referencing work items instead of including #A[item number] in the comment
Using TFS where a reference to a bug or work-item is enforced as a check-in prerequisite. When typing in a comment, it's easy to forget the #A... rule. especially since TFS has a #[item number] rule without the "A". In adition it is not clear how to refer to multiple items.
An extra field instead of "comment syntax" would make life easier.3 votes -
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?
3 votes -
Add searchable 'tag' values to be associated with Source Control check-in.
Such tags might include task/issue tracking numbers, Agile cycle, or other relevant information. Such a feature would allow for the correlation of management of activities beyond the RedGate tool.
1 vote -
Do Not Allow HG Commit without a FogBugz BugID/CaseID
Currently with Tortoise Hg we can prevent a commit if the commit message does not contain a FogBugz bug/case ID. Based on a conversation with Red Gate support, SQL Source Control commit does not currently support this functionality. Please add it ASAP.
1 vote -
1) Source Control - Get latest: first schema's then udf's and xsd schema THEN the rest
1) Source Control - Get latest: first schema's then udf's and xsd schema THEN the rest
1 vote -
Support CA Software Change Manager (previously known as Allfusion Harvest)
We're using CA's SCM for our source control. Would be nice if SQL Source Control could add support for it.
1 vote -
Selections in Commit tab remain selected in Undo Change dialog
In the commit tab you can see the differences between source control and the database which makes it great for deciding what you want to commit or rollback. If you select items in this tab and them right click and undo changes your selections are lost and you have to re-select in the Undo Changes dialog which doesn't let you see the change.
As a developer I want to be able to see the change that I am about to undo.
1 vote -
Does SQL Connect work with a database project (.dbproj)?
Does SQL Connect work with a database project (.dbproj)?
1 vote -
Add the ability to store queries in repository
I want to store my day to day DBA type stuff in version control just to have access from other machines.
1 vote -
1 vote
-
Encrypting the Stored Procedures and Functions in SQL Database
Hello, I would like to suggest adding a feature to encrypt all stored procedures and functions in an SQL Database for one main purpose which is to protect the logic and code inside the database, and this is to protect the Copywrite of the developers' software. The encryption/decryption should be done using a password; as the decryption should be available for the development team only.
1 vote
- Don't see your idea?