This commit is contained in:
Bob Ward 2023-07-18 12:33:10 -07:00
Родитель 1edd25e698
Коммит e712c62f39
2 изменённых файлов: 3 добавлений и 3 удалений

3
.vscode/settings.json поставляемый
Просмотреть файл

@ -6,7 +6,8 @@
}
},
"dataworkspace.excludedProjects": [
"demos/devops_sqlcontainers/databaseprojects/bwsql/bwsql.sqlproj"
"demos/devops_sqlcontainers/databaseprojects/bwsql/bwsql.sqlproj",
"demos/devops_sqlcontainers/githubactions/bwdb.sqlproj"
],
"cSpell.words": [
"bwdb"

Просмотреть файл

@ -41,7 +41,6 @@ You should get back results for Developer Edition and the latest SQL Server 2022
3. Show XEProfiler
1. Create a new database
1. Use Azure Data Studio to connect, create a table in designer, and then show new SQL co-pilot feature to help suggest an index.
## See what containers are running
@ -57,7 +56,7 @@ You should get back results for Developer Edition and the latest SQL Server 2022
2. Execute the following command:
`docker-compose up`
`docker compose up`
3. In the command window you will see information about the container starting up and then messages about objects being created in the database.