Posts
Sort by recent activity
It was a fundamental mistake to embed a Git library in RSSC
Here are seven reasons why it was a fundamental engineering mistake to embed a C#-git-client library in RedGate SQL Source Control 4:
1. You can't keep up to date for new git versions.
2. You have ...
Transaction usage in SQL Source control is bad.
We have the problem that if you could fetch and apply one migration script at a time, you can be okay, but when you are three or four updates behind, redgate sql source control has the following ru...
sourcecontrol 4.2 worked with sql 2016 ctp but broke on RC0
I updated a dev workstation to SQL SERVER 2016 RC0 yesterday, and now I see this error in the commit changes dialog of SQL Source Control
Invalid column name 'remote_data_archive_migration_state'.
...
ISJSON constraints should not be escaped.
Your BRACKET_ALL_THE_THINGS() function needs an EXCEPTION encoded so that JSON validation Constraints like this do not get rewritten:
ALTER TABLE [PHI].[Study] ADD CONSTRAINT [PHI_STUDY_ExtJSON_VAL...
Why can't I undo (revert) filter edits?
It's a big pain in the buttinski that I can't right click on an Filter Edit change and revert it. The Revert (Undo Changes) menu item is grayed out.
Why is that? Please fix this. This is using la...
Can I look up descriptions or names of foreign key codes?
Suppose I want to generate a table called MUSICTYPES, with integer id and string name, and I want to have INSTRUMENTS table that has a FK to MUSICTYPES.id, and the NAME of the instrument might be G...
Are IronPython scripts known to lock up?
I am experiencing frequent freezes in SQL Data Generator. I am using a trial version. My SQL Server 2016 DB has about 150 tables. About 100 of those tables have a field named ExtJSON, and these ar...
SQL 2016 CTP 3.2 mem table issue
We are doing a new project and this project will of course be many years long, and for our initial development, the new JSON features of SQL 2016 are of key importance. SO I thought, I'll evaluate ...