Options

Find Invalid Objects feature for CI/CD on command line

Hi,

we experimented with a SQL Source Control project (using Flyway Desktop) and we CI/CD this to target db (production) with powershell commandlets (SQL Change automation). After devs commit to repo, we run a CI pipeline to validate db structure changes calling Invoke-DatabaseBuild . 

we recognized that Invoke-DatabaseBuild is not as good as SQL Prompt Find Invalid Objects feature to find issues. So we are asking ourselves if we can use the SQL Prompt feature on command line?

BR
Tagged:

Answers

Sign In or Register to comment.