Settings and activity
20 results found
-
3 votes
SC shared this idea ·
-
3 votes
SC shared this idea ·
-
3 votes
SC shared this idea ·
-
4 votes
SC supported this idea ·
-
3 votes
SC shared this idea ·
-
40 votes
SC supported this idea ·
-
530 votes
Thanks for this suggestion and for the many comments and upvotes. I realize that this is a pain point.
I have a few shorter-term workarounds to summarize as well as some information on the longer roadmap in this update. I know these shorter-term workarounds aren’t perfect (I summarize the pros and cons), but I’m posting them as they may help a few folks.
Workaround 1) When data changes to static data need to be made, use a “relink the table” pattern
One can “cleanly rescript” a static data table in SQL Source Control by:- Unlinking the static data table
- Committing
- Relinking the static data table
- Committing
Pro: This works with the GUI and requires no special knowledge or comfort with TSQL. This may help folks with just a few static data tables.
Con: This requires extra steps and results in extra commits in the history, which I realize can…An error occurred while saving the comment SC supported this idea ·
An error occurred while saving the comment SC commented
Even if RedGate don't implement a merge function (which is desperately needed), just sorting the values in primary key order when sending scripts to TFS would be hugely helpful!
-
10 votes
An error occurred while saving the comment SC commented
This seems to be fixed now.
-
200 votes
Kendra responded
While SQL Source Control does not currently provide a simple way to right click and ‘Undo’ static data changes on the ‘Commit’ screen as suggested, there is a workaround which may help some users.
If you wish to revert the static data in the table to a previous version which you have committed, you can do this by viewing the history of commits for the object in SQL Source Control, and then launching SQL Data Compare to update the database.
Please note that this workaround requires a license for Data Compare. More detail on how to do this are here: https://documentation.red-gate.com/soc/common-tasks/update-to-a-revision-from-source-control
SC supported this idea ·
-
4 votes
SC shared this idea ·
-
2 votes
SC supported this idea ·
-
17 votes
An error occurred while saving the comment SC commented
I've put this as an idea under one of the other products as well but supporting this one simply because it would be useful.
Also I definitely second Bob Vale's comment, that would be incredibly useful as well.
SC supported this idea ·
-
4 votes
SC supported this idea ·
-
75 votes
SC supported this idea ·
-
4 votes
SC supported this idea ·
An error occurred while saving the comment SC commented
It looks like you guys have made a start on this idea with the new update icon in SQL Prompt. That's really cool. If you could make the rest of the suite the same way, and check for all updates from the same icon, that would be awesome! (It would save me a lot of time each time there's an update!)
SC shared this idea ·
-
7 votes
SC supported this idea ·
-
42 votes
An error occurred while saving the comment SC commented
This is close to my style too. Aligning the "AS" in SELECT clauses, then aligning that with the "ON" in the joins in the FROM clause too... the formatter has a lot of work to do to match my style, to be honest...
SC supported this idea ·
-
23 votes
An error occurred while saving the comment SC commented
Yes, this would be insanely useful for me as well.
SC supported this idea ·
-
14 votes
SC supported this idea ·
-
20 votes
An error occurred while saving the comment SC commented
Absolutely! Can't believe this is something SQL Source Control can't do, it's a really major oversight on the part of the developers.
The fact that SSSC has actually in the past had bugs where if you check in a schema change at the same time as a data change nobody can do a get latest actually makes this worse.
SC supported this idea ·
With over 400 votes I can't understand why this hasn't been looked at yet?
Ordering by the primary key would be fairly simple and it would help a lot. We have some tables with thousands of records in that we check in using SQL Source Control and we have a lot of problems without this feature.