588 results found
-
scripting changes
A while ago I had discussed with Redgate about how to allow sql source control to create scripts for releases to deploy db changes.
This mostly works, except when there are changes that require more logic to properly handle existing data when certain db object changes are made.For instance, adding a new column to a table (that has data in it) that is required, but does not have a default.
The current way of handling this is to create a custom script for that change at the time of check in. The problem with this is that it requires…
1 vote -
BUG: Sql Source control doesn't maintain WITH (IGNORE_DUP_KEY=ON) on table type
I have a table type with "(IGNOREDUPKEY=ON)" on it. Sql Source control doesn't preserve this and doesn't see this in the SqlServer database schema on the table type
3 votes -
75 votes
-
Search Results in Grid Mode
I still have SSMS Tools Pack installed because of one useful feature that I have not seen in Red-Gate's products. Search Results in Grid Mode. Find all occurrences of your search string in the results in datagrid mode.
12 votes -
Need override for "Get Latest" and "Commit Changes"
Normally, I can use RedGate's analysis of what SHOULD be retrievable from source control, or what SHOULD be commitable.
Under certain circumstances, however, I know better than the tool does. For example, I might want to roll back a set of routines and/or tables to what is in revision control.
Currently, I have to "jump through hoops" to do this. I have to do multiple steps, some of them crazy ones such as using "undo" counterintuitively (for instance, undoing a "drop" to actually get something that is missing).
** Can you give us a screen or a button or selector…
3 votes -
Clone db from server to other server
Clone db from server a tomserver b without genarating a bk file
Direct bk restor without generating file
This alow to save time and space1 vote -
Additional Control of what constitutes a commitable change
Ignore names generated by SQL Server (such as Primary Keys, Defaults etc)
3 votes -
Ability To Script Indexes and Foreign keys as seperate object scripts
It would be nice to be able to script indexes and foreign key constraints as seperate object scripts as the table columns may not change but may have additional indexes.
47 votes -
Prevent false commit
If I make a change to a proc in management studio editor, then execute the alter. That change is not reflected in object explorer until i do a refresh of object explorer. After the commit SQL source control still show a change and this can result in your change reverting if you press commit again. Therefore sql source control should do a refresh of the committed object in object explorer after every commit.
1 vote -
Allow migration script to be added even if I don't want to check in all dependant objects
When I try to create a migration script on a (not yet checked in) object, and that object has a dependency on another object, then SQL Source Control requires that I add the dependent objects to the migration script and the subsequent checkin. SQL Source control is correct that there's a SQL-level dependency between the two objects, but as a developer, I can tell that it's safe to check in one without the other.
As a workaround, if I checkin the change first without the migration script, SQL Source Control suggests that I also checkin the dependent objects, but doesn't …
1 vote -
9 votes
-
Toast notification displays on wrong monitor
The "toast" / desktop alert popups by the system tray always seem to show on my primary monitor (where my start menu is). However I often have the app running on my secondary monitor and it would make more sense if the popups displayed on the same monitor as the window where the action triggered the popup
1 vote -
I am allowed to commit previous changes that upon refresh would show newer changes. Can there be a check for this on commit?
I want a check on commit for all the items I intend to check in to make sure that there is not a newer version available. In the case where there is, I want to be presented with a list of those changes for review before anything is committed.
2 votes -
Support source control integration with SSMS Solutions/Projects
We have SSMS solutions that contain only our stored procedures, functions, and views. We have these solutions in Subversion repositories and are currently using TortoiseSVN to manage changes. It would be great if this tool (or a similar one) would support Subversion integration with SSMS much like the existing support for Visual Source Safe.
It could be much like VisualSVN but for Management Studio instead of Visual Studio.
24 votes -
Exclude/Include filter not working as expected, SLOW performance
we have 13000 objects in our database.
12800 of them are all in the dbo schema which contains the standard logic for our product.
The rest 200 are in the customer specific schema.
We are not interested in source controlling the standard logic, since we get it from our supplier.
We need to source control our customer specific changes. For that every change is made in another schema.
We can perfectly filter the objects out for source control with your tool.
(so they do not appear on the commit screen). However it is very very slow, that's why I suspected…8 votes -
sql source control window resizing
When resizing SSMS, the SQL Source Control window does not resize correctly. Some UI elements appear on top of others. Not a major issue but is likely not working as expected.
3 votes -
run stored procedure before/after commit before/after get
Make a function where you could setup a before/after Commit and before/after Get stored procedure which will be executed automatically.
In my case I backup the Database diagrams to table with a stored procedure. I would like to run it before every commit. The restore sp could be run after a get
3 votes -
Please make your software more tolerant of slow internet connections with long latencies - like satellite connections.
Please make your software more tolerant of slow internet connections with long latencies - like satellite connections.
2 votes -
1 vote
-
SQL Source Control Configuring Data Compare Options
Make it possible for us to configure how SQL Source Control does its data compare. There are some great settings that work within SQL Data Compare 10 that allow a user to configure how data in each table is compared between data sources. Currently the main feature I want is to allow the selection of table columns to actually compare (i.e. one column is an identity field which isn't always the same).
34 votes
- Don't see your idea?