Skip to content

Commit 7e0033a

Browse files
authored
Update README.md
1 parent 549227a commit 7e0033a

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

DbProject/README.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,5 @@
1-
# New SDK-style SQL project with Microsoft.Build.Sql
21

3-
## Build
2+
Inspiration for star schema is taken from here:
43

5-
To build the project, run the following command:
64

7-
```bash
8-
dotnet build
9-
```
10-
11-
🎉 Congrats! You have successfully built the project and now have a `dacpac` to deploy anywhere.
12-
13-
## Publish
14-
15-
To publish the project, the SqlPackage CLI or the SQL Database Projects extension for Azure Data Studio/VS Code is required. The following command will publish the project to a local SQL Server instance:
16-
17-
```bash
18-
./SqlPackage /Action:Publish /SourceFile:bin/Debug/DbProject.dacpac /TargetServerName:localhost /TargetDatabaseName:DbProject
19-
```
20-
21-
Learn more about authentication and other options for SqlPackage here: https://aka.ms/sqlpackage-ref
22-
23-
### Install SqlPackage CLI
24-
25-
If you would like to use the command-line utility SqlPackage.exe for deploying the `dacpac`, you can obtain it as a dotnet tool. The tool is available for Windows, macOS, and Linux.
26-
27-
```bash
28-
dotnet tool install -g microsoft.sqlpackage
29-
```
5+
https://www.databricks.com/glossary/star-schema

0 commit comments

Comments
 (0)