Skip to content

Commit 1109a74

Browse files
committed
Add Docker-related caveat
1 parent 1b2374e commit 1109a74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/recipes/storage/use-sqlprovider-ssdt.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
![image](../../img/sql-provider1.png)
99

10-
2) Enter your connection details, leaving the "Database" dropdown set to `<Default>`.
10+
2) Enter your connection details, leaving the "Database" dropdown set to `<Default>`. If you are connecting to an SQL Server instance in a Docker container with default port settings, put `localhost` in the **Server** field and use `SQL Login` as **Authentication type**.
1111

1212
![image](../../img/sql-provider2.png)
1313

@@ -80,7 +80,6 @@ nuget System.Data.SqlClient
8080
```
8181
System.Data.SqlClient
8282
SQLProvider
83-
System.Data.SqlClient
8483
```
8584
### Initialize Type Provider
8685
Next, we will wire up our type provider to generate database types based on the compiled .dacpac file.

0 commit comments

Comments
 (0)