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

Commit 3908518

Browse files
authored
Merge branch 'MicrosoftDocs:main' into 20220406-eula
2 parents e7bece6 + 69571eb commit 3908518

144 files changed

Lines changed: 1103 additions & 1008 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59.1 KB
Loading

docs/azure-data-studio/extensions/schema-compare-extension.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: "yualan"
88
ms.author: "alayu"
99
ms.reviewer: "maghan"
1010
ms.custom:
11-
ms.date: 11/04/2019
11+
ms.date: 04/15/2022
1212
---
1313

1414
# Schema Compare extension
@@ -36,7 +36,7 @@ It can be tedious to manually manage and synchronize different database versions
3636

3737
1. Select the Extensions Icon to view the available extensions.
3838

39-
![extension manager icon](media/add-extensions/extension-manager-icon.png)
39+
:::image type="content" source="media/schema-compare-extension/schema-compare-marketplace-search.png" alt-text="marketplace search":::
4040

4141
2. Search for the **Schema Compare** extension and select it to view its details. Select **Install** to add the extension.
4242

@@ -46,11 +46,11 @@ It can be tedious to manually manage and synchronize different database versions
4646

4747
1. To open the Schema Compare dialog, **right-click** a database in the Object Explorer and Select **Schema Compare**. The database you select is set as the Source database in the comparison.
4848

49-
![schema compare launch menu](media/schema-compare-extension/schema-compare-launch.png)
49+
:::image type="content" source="media/schema-compare-extension/schema-compare-launch.png" alt-text="schema compare launch":::
5050

5151
2. Select one of the ellipses (...) to change the Source and Target of your Schema Compare and Select OK.
5252

53-
![schema compare select source/target](media/schema-compare-extension/schema-compare-select-source-target.png)
53+
:::image type="content" source="media/schema-compare-extension/schema-compare-select-source-target.png" alt-text="schema compare select source target":::
5454

5555
3. To customize your comparison, Select the **Options** button in the toolbar.
5656

docs/connect/odbc/linux-mac/known-issues-in-this-version-of-the-driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article contains a list of known issues with the Microsoft ODBC Driver 13,
2020

2121
## Known issues
2222

23-
Additional issues will be posted on the [SQL Server Drivers blog](https://techcommunity.microsoft.com/t5/SQL-Server/bg-p/SQLServer/label-name/SQLServerDrivers).
23+
Additional issues will be posted on the [SQL Server Drivers blog](https://techcommunity.microsoft.com/t5/sql-server-blog/bg-p/SQLServer/label-name/SQLServerDrivers).
2424

2525
- Due to system library limitations, Alpine Linux supports fewer character encodings and locales. For example, `en_US.UTF-8` isn't available. For more information, see [`musl libc` - functional differences from `glibc`](https://wiki.musl-libc.org/functional-differences-from-glibc.html).
2626

docs/database-engine/availability-groups/windows/remove-a-secondary-database-from-an-availability-group-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ms.author: mathoma
7878
7979
```
8080
Remove-SqlAvailabilityDatabase `
81-
-Path SQLSERVER:\Sql\SecondaryComputer\InstanceName\AvailabilityGroups\MyAg\Databases\MyDb8
81+
-Path SQLSERVER:\Sql\SecondaryComputer\InstanceName\AvailabilityGroups\MyAg\AvailabilityDatabases\MyDb8
8282
```
8383
8484
> [!NOTE]

docs/database-engine/availability-groups/windows/suspend-an-availability-database-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ms.author: mathoma
110110

111111
```
112112
Suspend-SqlAvailabilityDatabase `
113-
-Path SQLSERVER:\Sql\Computer\Instance\AvailabilityGroups\MyAg\Databases\MyDb3
113+
-Path SQLSERVER:\Sql\Computer\Instance\AvailabilityGroups\MyAg\AvailabilityDatabases\MyDb3
114114
```
115115
116116
> [!NOTE]

docs/database-engine/configure-windows/ad-hoc-distributed-queries-server-configuration-option.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ FROM OPENROWSET('SQLNCLI', 'Server=Seattle1;Trusted_Connection=yes;',
5252
ORDER BY GroupName, Name') AS a;
5353
GO
5454
```
55-
55+
## Azure SQL Database and Azure SQL Managed Instance
56+
See the [Features comparison: Azure SQL Database and Azure SQL Managed Instance](https://docs.microsoft.com/azure/azure-sql/database/features-comparison) for reference.
57+
58+
5659
## See Also
5760
[Server Configuration Options (SQL Server)](../../database-engine/configure-windows/server-configuration-options-sql-server.md)
5861
[Linked Servers (Database Engine)](../../relational-databases/linked-servers/linked-servers-database-engine.md)

docs/database-engine/service-broker/administration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: "This section describes the tasks that are involved in administerin
44
ms.prod: sql
55
ms.technology: configuration
66
ms.topic: conceptual
7-
author: markingmyname
8-
ms.author: maghan
9-
ms.reviewer: mikeray
7+
author: rwestMSFT
8+
ms.author: randolphwest
9+
ms.reviewer: mikeray, maghan
1010
ms.date: "03/30/2022"
1111
---
1212

docs/database-engine/service-broker/backing-up-and-restoring-service-broker-applications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: "Backup and restore procedures for a Service Broker service are int
44
ms.prod: sql
55
ms.technology: configuration
66
ms.topic: conceptual
7-
author: markingmyname
8-
ms.author: maghan
9-
ms.reviewer: mikeray
7+
author: rwestMSFT
8+
ms.author: randolphwest
9+
ms.reviewer: mikeray, maghan
1010
ms.date: "03/30/2022"
1111
---
1212

docs/database-engine/service-broker/benefits-of-programming-with-service-broker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: "Queuing and asynchronous messaging are needed for many database ap
44
ms.prod: sql
55
ms.technology: configuration
66
ms.topic: conceptual
7-
author: markingmyname
8-
ms.author: maghan
9-
ms.reviewer: mikeray
7+
author: rwestMSFT
8+
ms.author: randolphwest
9+
ms.reviewer: mikeray, maghan
1010
ms.date: "03/30/2022"
1111
---
1212

docs/database-engine/service-broker/broker-system-messages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: "Service Broker uses three system message types to communicate stat
44
ms.prod: sql
55
ms.technology: configuration
66
ms.topic: conceptual
7-
author: markingmyname
8-
ms.author: maghan
9-
ms.reviewer: mikeray
7+
author: rwestMSFT
8+
ms.author: randolphwest
9+
ms.reviewer: mikeray, maghan
1010
ms.date: "03/30/2022"
1111
---
1212

0 commit comments

Comments
 (0)