I don't know where this error comes from at all. I have set up SQL Change Automation in VS2019 and began to get these errors for each .sqlproj solution I have. The errors are marked in the .sqlproj file, but no line is given for any of them.
I also…
I had developed simple Ready Roll database project by following this Getting started with ReadyRoll.
After that I added the tSQLt tests in VS2015 using tSQLt adapter by following this Running tests in ReadyRoll with tSQLt Adapter.
Next check in my…
I was able to use the Redgate Ready Roll extension in Azure Devops Build and Release Pipeline. Everything was working fine till 8th April,2019. Now, suddenly I am facing below challenges.
I am not able to view the Database Diff Report in…
Some of the scripts were migrate manually without using readyroll script. Now any new push to dev branch fails with following error :
DB\DB.sqlproj(0,0): Error : Drift analysis: These changes will NOT be applied because…
I want to know if there is a Redgate Extension for Oracle databases in Visual Studio similar to "ReadyRoll SQL Server Database Project" which supports SQL Server databases only ??
Thank you all.
I'm trying to set up a Jenkins build project with ReadyRoll. Mostly it is working but I'm getting warnings that concern me:
MSBUILD : OctoPack warning OCTNOENT: The source file…
I added the Deploy ReadyRoll Database Package task in VSTS release definition for deploying the ReadyRoll SQL Server Database Project using Migration Approach.
I followed this link to create ReadRoll SQL Server Database Project in VS2017.
I…
I am trying to implement the CI/CD for ReadyRoll. For the release portion I am using an Azure SQL Server so I have specified the server name, db name and cred there. However, I am not sure what details do I give for the build component when creating…
I'm trying to make a CI/CD pipeline for my database on VSTS and deploy it on an Azure SQL Server using Redgate ReadyRoll. But I'm stuck at the build process.
Here are the tasks I use :
Setup a Shadow DB
Build solution
Copy Publish…
I am looking for a specific strategy / convention that works for concurrent development with Feature branches and a database deployment tool such as DbUp, DbDeploy, ReadyRoll, etc.
We run multiple feature branches for concurrent project…
I have installed SQL 2016 Dev edition and VS 2017 Community edition. Documentation suggests that readyroll core is supported in the community edition. When I look at the VS2017 installer readyroll is missing. Shouldn't I be able to to install it?
Is there a way to automatically set the Deployment Order based on dependancy (DeployChangesExecutionOrder)? Seems like this is something that should be automatically done upon project import?
My colleague has tried RedGate's product "Ready Roll" on our database which is also linked to Sql Source Control (also RedGate). After he uninstalled Ready Roll, none of us (him nor the rest of our team) can alter any stored procedures or make…
I am trying to use ReadyRoll project for automated deployments. the previous project that I created had the following IF TYPE_ID(N'[dbo].[abc_PrintType]') IS NULL, in the first migration script that was generated after importing the database. I…