Posts
Sort by recent activity
SSMS - Open SCA project issue
I'm able to open up SCA projects where the name of the project file matches the name of the directory it is contained in. But SCA (within SSMS) has an issue when it tries to open a project file whe...
Build DB from SCA project in a Docker Container
I wanted to ask if there is any detailed documentation out there to create a SQL Server database from scratch using an existing SCA project in a docker container? Are there any Redgate images out o...
Import & Generate Scripts takes a long time
I believe our DB is modestly size (not too big and not too small) so the Import & Generate Scripts takes around 5 minutes to complete (it was just one stored procedure).I don't mind the wait. But t...
Error: referencing a Programmable Object in a Migration script
This causes an error when verifying/refreshing with the shadow database since there's a sequence issue.Example:
Deploy migration script which calls a stored procedure
Deploy programmable object (th...
Multiple developers modifying the same object = lost of work
Using the below steps:
Developer A modify stored procedure in their local db
Developer B modify stored procedure in their local db
Developer A commit and push the change (using git verbiage here)
D...