Skip to content

Commit c6c5d1d

Browse files
committed
Replace connection string with english
1 parent 99ded42 commit c6c5d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To run sqlpackage:
1212
docker run -it --rm markhobson/sqlpackage
1313
```
1414

15-
To import bacpac file `/backups/db.bacpac` to `Server=tcp:localhost,1433;Initial Catalog=db;User ID=sa;Password=password;`:
15+
To import bacpac file `/backups/db.bacpac` to local database `db` with username `sa` and password `password`:
1616

1717
```bash
1818
docker run -it --rm -v /backups:/data --network=host sqlpackage \

0 commit comments

Comments
 (0)