Skip to content

Commit 6be961b

Browse files
committed
Bringing even with master.
2 parents 6bea60e + f602845 commit 6be961b

5 files changed

Lines changed: 17 additions & 16 deletions

File tree

docs/database-engine/availability-groups/windows/distributed-availability-groups.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,10 @@ The below query displays a wealth of information about the health of both the av
307307
```sql
308308
-- displays sync status, send rate, and redo rate of availability groups, including distributed AG
309309
SELECT
310-
ag.name AS 'Distributed AG',
311-
ar.replica_server_name AS 'AG',
312-
dbs.name AS 'Database',
310+
ag.name AS 'AG Name',
311+
ag.is_distributed,
312+
ar.replica_server_name AS 'AG',
313+
dbs.name AS 'Database',
313314
ars.role_desc,
314315
drs.synchronization_health_desc,
315316
drs.log_send_queue_size,

docs/includes/createdatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
[Create a SQL database in minutes using the Azure portal](https://azure.microsoft.com/documentation/articles/sql-database-get-started/)
55

66
## Microsoft SQL Server
7-
[Microsoft SQL Server database product samples, on CodePlex](http://msftdbprodsamples.codeplex.com/)
7+
[Microsoft SQL Server Samples on GitHub](https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks)

docs/relational-databases/system-catalog-views/database-mirroring-witness-catalog-views-sys-database-mirroring-witnesses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ manager: craigg
3232

3333
Contains a row for every witness role that a server plays in a database mirroring partnership.
3434

35-
In a database mirroring session, automatic failover requires a witness server. Ideally, the witness resides on a separate computer from both the principal and mirror servers. The witness does not serve the database. Instead, it monitors the status of the principal and mirror servers. If the principal server fails, the witness may initiate automatic failover to the witness server.
35+
In a database mirroring session, automatic failover requires a witness server. Ideally, the witness resides on a separate computer from both the principal and mirror servers. The witness does not serve the database. Instead, it monitors the status of the principal and mirror servers. If the principal server fails, the witness may initiate automatic failover to the mirror server.
3636

3737
|Column name|Data type|Description|
3838
|-----------------|---------------|-----------------|

docs/sql-operations-studio/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
9292

9393
**Debian:**
9494
```bash
95-
sudo apt-get install libuwind8
95+
sudo apt-get install libunwind8
9696
```
9797

9898
**Redhat:**

docs/sql-server/toc.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@
2020
href: customer-experience-improvement-program-for-sql-server-data-tools.md
2121
- name: Configure SQL Server to send feedback to Microsoft
2222
href: sql-server-customer-feedback.md
23-
- name: Partners
24-
items:
25-
- name: Monitoring
26-
href: partner-monitor-sql-server.md
27-
- name: High availability and disaster recovery
28-
href: partner-hadr-sql-server.md
29-
- name: Management
30-
href: partner-management-sql-server.md
31-
- name: Development
32-
href: partner-dev-sql-server.md
3323
- name: New and updated articles
3424
href: new-updated-sql-server.md
3525
- name: Release Notes
@@ -110,5 +100,15 @@
110100
href: https://social.msdn.microsoft.com/Forums/en-US/home?category=sqlserver
111101
- name: Reddit
112102
href: https://www.reddit.com/r/SQLServer
103+
- name: Partners
104+
items:
105+
- name: Monitoring
106+
href: partner-monitor-sql-server.md
107+
- name: High availability and disaster recovery
108+
href: partner-hadr-sql-server.md
109+
- name: Management
110+
href: partner-management-sql-server.md
111+
- name: Development
112+
href: partner-dev-sql-server.md
113113
- name: Local content with Help Viewer
114114
href: sql-server-help-installation.md

0 commit comments

Comments
 (0)