Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 48c1d44

Browse files
authored
Merge pull request #24251 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 31c2b62 + 009d465 commit 48c1d44

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

azure-sql/virtual-machines/windows/availability-group-dnn-interoperability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Configure the linked server using the AG DNN listener name and port. If the port
121121

122122
- Does DNN support multiple-subnet clusters?
123123

124-
Yes. The cluster binds the DNN in DNS with the physical IP addresses of all replicas in the availability regardless of the subnet. The SQL client tries all IP addresses of the DNS name regardless of the subnet.
124+
Yes. The cluster binds the DNN in DNS with the physical IP addresses of all replicas in the availability group regardless of the subnet. The SQL client tries all IP addresses of the DNS name regardless of the subnet.
125125

126126
- Does the availability group DNN listener support read-only routing?
127127

docs/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cursor = cnxn.cursor()
3737

3838
## Run query
3939

40-
The cursor.executefunction can be used to retrieve a result set from a query against SQL Database. This function accepts a query and returns a result set, which can be iterated over with the use of cursor.fetchone().
40+
The cursor.execute function can be used to retrieve a result set from a query against SQL Database. This function accepts a query and returns a result set, which can be iterated over with the use of cursor.fetchone().
4141

4242
```python
4343
#Sample select query

docs/sql-server/synapse-link/synapse-link-sql-server-change-feed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Capturing changes for Azure Synapse Link is similar to the existing Change Data
5454
CDC works by harvesting the transaction log to capture all modifications performed on the source table(s).
5555

5656
- In CDC, the change data is populated internally to a sibling table in the database.
57-
- In Azure Synapse Link, the data will read directly from the database transaction log, cached in memory, and eventually written to the landing zone in Azure Storage.
57+
- In Azure Synapse Link, the data will be read directly from the database transaction log, cached in memory, and eventually written to the landing zone in Azure Storage.
5858

5959
If a storage outage occurs, it can cause the landing zone to become unavailable, which will block publications to that landing zone. Similar to the behavior if the SQL Server CDC log reader agent fails or is not running, the source database transaction log cannot be truncated. In the case of a prolonged storage outage or storage configuration change that causes it to become inaccessible, stop the Synapse Link through the Synapse Studio.
6060

0 commit comments

Comments
 (0)