588 results found
-
5 votes
-
Set default options for comparison
Allow use to set default comparison options e.g. <AddDatabaseUseStatement> rather than have to do it for every individual database linked.
5 votes -
5 votes
-
Do not allow to commit changes to an object that is locked
I don't see why is good this product if it's posible do commit to an object that is locked. If the object is locked this means that the user is editing it Then why allow to commit to this object
5 votes -
Sort constraints / indexes by name
it would be nice to have the constraints sorted by type and name in the table scripts (this one that are checked in to SVN and are used to show me the differences)
Example: I have a table with 11 FKs which I will see as
ALTER TABLE [pld].[tvertraege] ADD CONSTRAINT [tblfk4] FOREIGN KEY ...
ALTER TABLE [pld].[tvertraege] ADD CONSTRAINT [tblfk3] FOREIGN KEY ...
ALTER TABLE [pld].[tvertraege] ADD CONSTRAINT [tblfk6] FOREIGN KEY ...
ALTER TABLE [pld].[tvertraege] ADD CONSTRAINT [tblfk7] FOREIGN KEY ...
ALTER TABLE [pld].[tvertraege] ADD CONSTRAINT [tblfk5] FOREIGN KEY…5 votes -
Auto-refresh the changes to commit icon
The blue circle indicating changes to be commited should auto-refresh (added/removed when necessary) and refresh when the SQL Server refresh icon or menuitem are clicked.
Now it only refreshes when the user goes on the Commit or GetLatest tab.
5 votes -
Add the ability to use windows certificate store to avoid error "A certificate is required o complete client authentication"
Bitbucket allow to use Selfsigned certificate but you need to add on the server trusted store. With the Bitbucket version 5.3.1 the Source control when push is throwing an error "failed to send request: A certificate is required o complete client authentication". and souce control doesn't have the ability to use trusted store.
5 votes -
I am looking for the report to track who has made the changes and not checked in.
Hi,
I need to know who all has not checked in/committed the code the code.
As we have so many databases to work on and its very hard to see one by one
Thanks,
Vijay5 votes -
Include sys.message custom messages in static data
The deprecated RAISERROR, and newer THROW T-SQL instructions can use custom (user-defined) messages written into the sys.messages table using sp_addmessage.
Since these are part of the "source" of a database in SQL Server, and should be syncronised across developers and implemented in production, it would be nice if the custom messages saved in this table can also be added to the static data in a repository.5 votes -
Commandline Source control
It would be great if we could integrate SQL Source Control with our build scripts. For example a simple command line command to get the latest changes and apply (or script) them to our staging environment would be great. Or a command to commit all changes to source control.
5 votes -
Prevent "new version" update banner from hiding the tab bar
After linking a DB to Git, I was trying to get back to the Setup Options that are hidden behind the "Setup" tab/button in the top button bar.
The bar was hidden behind the Update banner. As a new user, I didn't even know that bar existed, so I didn't know that I could get there by clicking the "Remind me later" option, until I had opened a ticket with support5 votes -
Support SSMSE (SQL Server Management Studio Express)
I can't install because I am forced to cancel the installation. It refuses to install because it says SSMS is required... while I have SSMSE installed.
4 votesWe currently support SSMS 2005,2008 , and 2008 R2 connecting to SQL Server 2005, 2008, or 2008 R2 databases. (We currently do NOT support any SSMS Express editions.)
-
Better use of keyboard commands.
It would be great to be able to use the keyboard to do fire off commands more quickly (especially when doing the same task on many objects).
A good example is that I granted a bunch of permissions to a user and then needed to accept my own changes which requires, using the mouse to select the item and then use the mouse again to select the radio button for "use mine". If there was a key combination to select "use mine" then I could just down arrow and then hit this particular key combination.
4 votesAnother trick is to use your mouse to select all the rows and then Keep Mine/Take Theirs will apply to all the highlighted rows.
I hope this helps!
-
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.
-
SQL Source Control 3.1.0.5208 Failed to commit changes
System.IndexOutOfRangeException: UserName
at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)
at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
at System.Data.SqlClient.SqlDataReader.get_Item(String name)
at RedGate.SQLSourceControl.Engine.DatabasePolling.DatabasePolling.ServerParsers.DefaultTraceParser.#DNSc(IEnumerable1 , SqlCommand )
1 , SqlDateTime )
at RedGate.SQLSourceControl.Engine.DatabasePolling.DatabasePolling.ServerParsers.DefaultTraceParser.#gJUc(ICollection
at RedGate.SQLSourceControl.Engine.DatabasePolling.DatabasePolling.ServerParsers.DefaultTraceParser.#Emb(ICollection1 , SqlDateTime )
1 func)
at RedGate.SQLSourceControl.Engine.DatabasePolling.DatabasePolling.ServerParsers.DefaultTraceParser.GetAllEntries(String databaseName)
at #mlhb.#ny2b.#jiUc()
at RedGate.SQLSourceControl.Engine.DatabasePolling.DatabasePolling.DatabasePollingManager.RunWithoutBackgroundPolling[T](Func
at #GWeb.#WXM.#P6Uc(Func1 )
1 #vfX, DatabaseObjectIdDictionary
at #mlhb.#ny2b.#xFV()
at #mlhb.#ny2b.#aQU(ICollection1 #xfX, SourceControlOperation #oTc, ICompareDifferences #Ncsc)
2 , ICancellableOperationStatus , IReadOnlySourceControlServerCallBacks , IDifferenceSelector , Action )
at #mlhb.#RLZc.#L8c(SourceControlOperation #oTc, Boolean& #hD3c)
at #mlhb.#ry2b.#zYM(IDifferenceSelector #xrWb, ICancellableOperationStatus #KHc, IReadOnlySourceControlServerCallBacks #VHc, ToCommitChangeSet& #Ocsc)
at #GWeb.#VXM.#mYM[#NrPb](Func
at #GWeb.#VXM.#jYM(ICancellableOperationStatus , IReadOnlySourceControlServerCallBacks , IDifferenceSelector )
at #GWeb.#4Ec.#7Jc(ICancellableOperationStatus , IReadOnlySourceControlServerCallBacks , IDifferenceSelector )
at #GWeb.#4Ec.#y2.#QB7b(ICancellableOperationStatus )
at RedGate.SQLSourceControl.Engine.Cancellables.MutexedCancellableOperation…4 votes -
Get to an object's properties from the "Commit Changes" tab
It’d be cool if from the “Commit Changes” tab you could get to the objects properties or at least get it selected in the Object Explorer, maybe from a double / right click?
4 votes -
Save my "Get Latest" choices across SSMS sessions
When I see a list of objects that require my attention via the "Get Latest" tab, I make those choices, which can eventuate in "nothing to do" and carry on working. I don't want to have to re-state those choices each time I start SSMS. Please provide a "Save Choices" facility to support this.
4 votes -
Don't require unlink/relink to change folder
I'm using Sourcegear Vault, but I suppose this could also apply to other SCM tools.
I'd like to see an option to change the source control folder for a database without unlinking and re-linking. This would simplify working with code that has multiple branches.
4 votes -
Control-backspace in textboxes
A very tiny request: I like to use control-backspace to quickly delete words when typing in a textbox. This doesn't work in the commit message.
4 votes -
4 votes
- Don't see your idea?