Skip to content

Commit

Permalink
readme changes for sqldevops talk
Browse files Browse the repository at this point in the history
  • Loading branch information
rgward committed Mar 21, 2023
1 parent 065ea61 commit 9bb7fa5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions demos/devops_sqlcontainers/githubactions/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Demo for SQL GitHub Actions v2

Demonstration for new SQL GitHub Actions V2

## Pre-reqs

1. All you need is a GitHub account

## Steps

1. Create a GitHub repo and clone it locally.
1. Copy in the files from this folder into your cloned folder
1. Commit and push up these changes.
1. On your GitHub site go to worklows. You should see the initial worklow running. It will fail.
1. Change the procedure in getcustomer_by.sql to use a nvachar(10) parameter.
1. Commit and push these changes.
1. A new worklow should kick in and now be successful.
2 changes: 2 additions & 0 deletions demos/devops_sqlcontainers/sqlcontainers/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ You should get back results for Developer Edition and the latest SQL Server 2022
1. Show `docker ps` from the Terminal in VS Code
1. Show `docker images` from the Terminal in VS Code
1. Show the docker Windows app. Click on the image and show the properties.
1. Show **execincontainers.ps1** to show how to look "inside" the container including running sqlcmd.
1. Show **containerlogs.ps1** so you can see the ERRORLOG outside the container.

## How to customize a SQL Server container

Expand Down

0 comments on commit 9bb7fa5

Please sign in to comment.