Showing category results for Visual Studio Code

Dec 5, 2022
Post comments count0
Post likes count0

Connecting the Dots of Azure SQL CICD Part 3: Testing with tSQLt

Brian Spendolini

In part 3 of our Azure SQL database change management (CICD) series we cover testing your code using tSQLt and GitHub Actions. Prerequisites Check Refer to part 1 and part 2 for the prerequisites. Fork the GitHub Project We will be using tSQLt in this post, so I have created a GitHub project made up of several SQL Da...

Azure SQLDevOpsVisual Studio Code
Nov 7, 2022
Post comments count0
Post likes count1

Connecting the Dots of Azure SQL CICD Part 2: Local Development

Brian Spendolini

Join us for part two of our Azure SQL database change management (CICD) series. This post covers local development environments with Visual Studio Code. Prerequisites Check For Database Projects to deploy correctly, we need to have the .NET Core SDK installed. You can get it here with a direct link for windows x64 here. You can also check i...

Azure SQLDevOpsVisual Studio Code