Skip to content

Commit 3ec78d8

Browse files
authored
Merge pull request #23150 from rajeshsetlem/gitissue93880-appintent
Added SSMS steps to connect to read-only
2 parents ededc25 + 2c6570b commit 3ec78d8

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

20.4 KB
Loading
13.3 KB
Loading

azure-sql/database/read-scale-out.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ For example, the following connection string connects the client to a read-only
5959
Server=tcp:<server>.database.windows.net;Database=<mydatabase>;ApplicationIntent=ReadOnly;User ID=<myLogin>;Password=<myPassword>;Trusted_Connection=False; Encrypt=True;
6060
```
6161

62+
To connect to a read-only replica using SQL Server Management Studio (SSMS), select **Options**
63+
64+
![SSMS Options](./media/read-scale-out/SSMS-Options.png)
65+
66+
Select **Additional Connection Parameters** and enter `ApplicationIntent=ReadOnly` and then select **Connect**
67+
68+
![SSMS Additional Parameters](./media/read-scale-out/SSMS-Additional-Connection-Parameters.png)
69+
6270
Either of the following connection strings connects the client to a read-write replica (replacing the items in the angle brackets with the correct values for your environment and dropping the angle brackets):
6371

6472
```sql

0 commit comments

Comments
 (0)