Skip to content

Commit 1523492

Browse files
authored
Merge pull request #28654 from MicrosoftDocs/main
10/04 AM Publishing
2 parents 5f25cf0 + 17b6e4d commit 1523492

9 files changed

Lines changed: 47 additions & 39 deletions

azure-sql/database/automated-backups-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@ Hyperscale databases use a different backup scheduling mechanism. For more infor
161161

162162
Backups that are no longer needed to provide PITR functionality are automatically deleted. Because differential backups and log backups require an earlier full backup to be restorable, all three backup types are purged together in weekly sets.
163163

164-
For all databases, including [TDE-encrypted](transparent-data-encryption-tde-overview.md) databases, backups are compressed to reduce backup storage consumption and costs. Average backup compression ratio is 3 to 4 times. However, it can be significantly lower or higher depending on the nature of the data and whether data compression is used in the database.
164+
For all databases, including [TDE-encrypted](../database/transparent-data-encryption-tde-overview.md) databases, all full and differential backups are compressed, to reduce backup storage compression and costs. Average backup compression ratio is 3 to 4 times. However, it can be significantly lower or higher depending on the nature of the data and whether data compression is used in the database.
165+
166+
> [!IMPORTANT]
167+
> For TDE-encrypted databases, log backups files are not compressed for performance reasons. Log backups for non-TDE-encrypted databases are compressed.
165168
166169
Azure SQL Database computes your total used backup storage as a cumulative value. Every hour, this value is reported to the Azure billing pipeline. The pipeline is responsible for aggregating this hourly usage to calculate your consumption at the end of each month. After the database is deleted, consumption decreases as backups age out and are deleted. After all backups are deleted and PITR is no longer possible, billing stops.
167170

azure-sql/managed-instance/automated-backups-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,10 @@ In other words, for any point in time during the retention period, there must be
154154

155155
Backups that are no longer needed to provide PITR functionality are automatically deleted. Because differential backups and log backups require an earlier full backup to be restorable, all three backup types are purged together in weekly sets.
156156

157-
For all databases, including [TDE-encrypted](../database/transparent-data-encryption-tde-overview.md) databases, backups are compressed to reduce backup storage compression and costs. Average backup compression ratio is 3 to 4 times. However, it can be significantly lower or higher depending on the nature of the data and whether data compression is used in the database.
157+
For all databases, including [TDE-encrypted](../database/transparent-data-encryption-tde-overview.md) databases, all full and differential backups are compressed, to reduce backup storage compression and costs. Average backup compression ratio is 3 to 4 times. However, it can be significantly lower or higher depending on the nature of the data and whether data compression is used in the database.
158+
159+
> [!IMPORTANT]
160+
> For TDE-encrypted databases, log backups files are not compressed for performance reasons. Log backups for non-TDE-encrypted databases are compressed.
158161
159162
Azure SQL Managed Instance computes your total used backup storage as a cumulative value. Every hour, this value is reported to the Azure billing pipeline. The pipeline is responsible for aggregating this hourly usage to calculate your consumption at the end of each month. After the database is deleted, consumption decreases as backups age out and are deleted. After all backups are deleted and PITR is no longer possible, billing stops.
160163

docs/linux/sample-unattended-install-redhat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL Server
44
description: Use a sample bash script to install SQL Server on Red Hat Enterprise Linux (RHEL) without interactive input.
55
author: rwestMSFT
66
ms.author: randolphwest
7-
ms.reviewer: randolphwest
7+
ms.reviewer: armaha
88
ms.date: 05/20/2022
99
ms.service: sql
1010
ms.subservice: linux
@@ -31,7 +31,7 @@ This sample bash script installs [!INCLUDE [ssnoversion-md](../includes/ssnovers
3131

3232
This example installs [!INCLUDE [sssql19-md](../includes/sssql19-md.md)] on RHEL 8.x. If you want to install a different version of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] or RHEL, change the Microsoft repository paths accordingly.
3333

34-
Save the sample script to a file and then to customize it. You'll need to replace the variable values in the script. You can also set any of the scripting variables as environment variables, as long as you remove them from the script file.
34+
Save the sample script to a file. To customize it, you need to replace the variable values in the script. You can also set any of the scripting variables as environment variables, as long as you remove them from the script file.
3535

3636
> [!IMPORTANT]
3737
> The `SA_PASSWORD` environment variable is deprecated. Use `MSSQL_SA_PASSWORD` instead.

docs/master-data-services/master-data-services-and-data-quality-services-features-support.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,24 @@ ms.service: sql
88
ms.subservice: master-data-services
99
ms.topic: conceptual
1010
---
11+
1112
# Master Data Services and Data Quality Services Features Support
1213

1314
[!INCLUDE [SQL Server - Windows only ASDBMI](../includes/applies-to-version/sql-windows-only-asdbmi.md)]
1415

16+
This article describes which versions of SQL Server support [!INCLUDE[ssMDSshort_md](../includes/ssmdsshort-md.md)] and Data Quality Services.
1517

16-
## [!INCLUDE[ssMDSshort_md](../includes/ssmdsshort-md.md)] and Data Quality Services
18+
## Master Data Services
1719

18-
|Feature|Enterprise|Standard|Web|Express with Advanced Services|Express with Tools|Express|Developer|
19-
|-------------|----------------|--------------|---------|------------------------------------|------------------------|-------------|---------------|
20-
|[!INCLUDE[ssMDSshort](../includes/ssmdsshort-md.md)] database|Yes||||||Yes|
21-
|[!INCLUDE[ssMDSmdm](../includes/ssmdsmdm-md.md)] web application|Yes||||||Yes|
22-
|Data Quality Services|Yes||||||Yes|
20+
|Feature |Enterprise|Standard |Web|Express with Advanced Services|Express with tools|Express|Developer|
21+
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
22+
|Master Data Services database|Yes||||||Yes|
23+
|Master Data Manager web application |Yes||||||Yes|
2324

25+
## Data Quality Services
26+
27+
|Feature|Enterprise|Standard|Web|Express with Advanced Services|Express with Tools|Express|Developer|
28+
| -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
29+
|Data Quality Services|Yes|Yes|Yes|Yes|Yes|Yes|Yes|
2430

2531

docs/sql-server/azure-arc/data-collection.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@ description: Explains data that Microsoft collects for reporting for Azure Arc-e
44
author: anosov1960
55
ms.author: sashan
66
ms.reviewer: mikeray, randolphwest
7-
ms.date: 07/06/2023
7+
ms.date: 10/03/2023
88
ms.topic: conceptual
99
ms.custom: references_regions
1010
---
1111
# Azure Arc-enabled SQL Server data collection and reporting
1212

1313
[!INCLUDE [sqlserver](../../includes/applies-to-version/sqlserver.md)]
1414

15-
This article describes the data that Azure Arc-enabled SQL Server transmits to Microsoft.
15+
This article describes the data that Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] transmits to Microsoft. Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] collects usage data as described in this article and at [Monitor Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)]](sql-monitoring.md).
1616

17-
Azure Arc-enabled SQL Server, and any of the related Azure Arc-enabled services, don't store any customer data.
17+
Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] does not collect any personally identifiable information (PII) or end-user identifiable information, or store any customer data.
1818

1919
## Related products
2020

21-
Azure Arc-enabled SQL Server uses the following products:
21+
Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] uses the following products:
2222

2323
- Azure Arc-enabled servers
2424

25-
The following data is collected to Azure for Azure Arc-enabled SQL Servers:
26-
2725
## Azure Arc-enabled SQL Server
2826

27+
The following data is collected for Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instances:
28+
2929
| Description | Property name | Property type |
3030
| :-- | :-- | :-- |
3131
| SQL Server edition | `Edition` | `string` |
3232
| Resource ID of the hosting Azure Arc for Servers resource | `ContainerResourceId` | `string` |
3333
| Time when the resource was created | `CreateTime` | string |
34-
| The number of logical processors used by the SQL Server instance | `VCore` | `string` |
34+
| The number of logical processors used by the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance | `VCore` | `string` |
3535
| Cloud connectivity status | `Status` | `string` |
3636
| SQL Server update level | `PatchLevel` | `string` |
3737
| SQL Server collation | `Collation` | `string` |
@@ -40,9 +40,9 @@ The following data is collected to Azure for Azure Arc-enabled SQL Servers:
4040
| Dynamic TCP ports used by SQL Server | `TcpDynamicPorts` | `string` |
4141
| Static TCP ports used by SQL Server | `TcpStaticPorts` | `string` |
4242
| SQL Server product ID | `ProductId` | `string` |
43-
| SQL Server provisioning state | `ProvisioningState` | `string` |
43+
| [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] provisioning state | `ProvisioningState` | `string` |
4444

45-
The following JSON document is an example of the SQL Server - Azure Arc resource.
45+
The following JSON document is an example of the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] - Azure Arc resource
4646

4747
```json
4848
{
@@ -88,7 +88,7 @@ The following JSON document is an example of the SQL Server - Azure Arc resource
8888
| Backup information | `backupInformation` | `object` |
8989
| Provisioning state | `provisioningState` | `string` |
9090

91-
The following JSON document is an example of the SQL Server database - Azure Arc resource.
91+
The following JSON document is an example of the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] database - Azure Arc resource.
9292

9393
```json
9494
{
@@ -116,6 +116,6 @@ The following JSON document is an example of the SQL Server database - Azure Arc
116116

117117
## Related content
118118

119-
- [Automatically connect your SQL Server to Azure Arc](automatically-connect.md)
120-
- [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
121-
- [Configure best practices assessment on an Azure Arc-enabled SQL Server instance](assess.md)
119+
- [Automatically connect your [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] to Azure Arc](automatically-connect.md)
120+
- [Configure advanced data security for your [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance](configure-advanced-data-security.md)
121+
- [Configure best practices assessment on an Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance](assess.md)

docs/sql-server/azure-arc/includes/unsupported-configurations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: MikeRayMSFT
33
ms.author: mikeray
4-
ms.date: 09/28/2023
4+
ms.date: 10/03/2023
55
ms.topic: include
66
---
77

@@ -11,6 +11,7 @@ Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md
1111
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] Failover Cluster Instances (FCI).
1212
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] roles other than the Database Engine, such as Analysis Services (SSAS), Reporting Services (SSRS), or Integration Services (SSIS).
1313
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] editions: Business Intelligence.
14+
- Private Link connections to the Azure Arc data processing service at the `san-af-<region>-prod.azurewebsites.net` endpoint used for inventory and usage upload.
1415
- [!INCLUDE [sql2008-md](../../../includes/sql2008-md.md)], [!INCLUDE [sql2008r2-md](../../../includes/sql2008r2-md.md)], and older versions.
1516
- Installing the Arc agent and [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] extension can't be done as part of sysprep image creation.
1617
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] in Azure Virtual Machines.

docs/sql-server/end-of-support/sql-server-extended-security-updates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ Now you can continue to the [Confirmation](#confirmation) section.
335335

336336
1. We recommend you use a year-specific tag to link your [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instances to your ESU invoice number for easy reference. For example:
337337

338-
- First year: `Year1OrderID`
339-
- Second year: `Year2OrderID`
340-
- Third year: `Year3OrderID`
338+
- First year: `Year1InvoiceID`
339+
- Second year: `Year2InvoiceID`
340+
- Third year: `Year3InvoiceID`
341341

342342
> [!NOTE]
343343
> If you use Azure services such as Azure Dedicated Host, Azure VMware Solution, Azure Nutanix Solution, and Azure Stack (Hub, Edge, and HCI), you can set the ESU invoice number to `InvoiceNotNeeded`.

docs/ssdt/ssis-vs2019-troubleshooting-guide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ If you install successfully, but the solution shows **"incompatible"**, and "The
5555
1. Open Visual Studio -> Extension -> Manage Extensions -> Installed
5656
1. Enable SSIS extension
5757
1. Relaunch Visual Studio
58-
59-
If you get an error during installation, and find **"Bundle action failed: Invalid pointer (0x80004003)"** in the log. You can check the logs under %temp%\SsdtisSetup, the more detail log is under Microsoft.DataTools.IntegrationServices_{timestamp}_ISVsix.log:
58+
59+
If you get an error during installation, and find **"Process returned error: 0x80131500"** in the log. You can open %temp%\SsdtisSetup folder, search in Microsoft.DataTools.IntegrationServices_{timestamp}_ISVsix.log:
60+
- When the error is "Pre-check verification failed with warning(s) : AnotherInstallationRunning.",
61+
- kill MSIExec.exe in task manager, and retry.
6062
- When the error is "The file {filefullpath} already exists.":
6163
1. ```
6264
cd C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE

docs/ssdt/ssis-vs2022-troubleshooting-guide.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,9 @@ If you install successfully, but the solution shows **"incompatible"**, and "The
9393
1. Enable SSIS extension
9494
1. Relaunch Visual Studio
9595

96-
If you get an error during installation, and find **"Bundle action failed: Invalid pointer (0x80004003)"** in the log. You can check the logs under %temp%\SsdtisSetup, the more detail log is under Microsoft.DataTools.IntegrationServices_{timestamp}_ISVsix.log:
97-
- When the error is "The file {filefullpath} already exists.":
98-
1. ```
99-
cd C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE
100-
rm CommonExtensions\Microsoft\SSIS\*
101-
rm PublicAssemblies\SSIS\*
102-
rm "PublicAssemblies\Microsoft BI\Business Intelligence Projects\Integration Services\"*
103-
```
104-
1. Repair the vs2022
105-
1. Restart and reinstall
96+
If you get an error during installation, and find **"Process returned error: 0x80131500"** in the log. You can open %temp%\SsdtisSetup folder, search in Microsoft.DataTools.IntegrationServices_{timestamp}_ISVsix.log:
97+
- When the error is "Pre-check verification failed with warning(s) : AnotherInstallationRunning.",
98+
- kill MSIExec.exe in task manager, and retry.
10699
- When the error is "Object reference not set to an instance of an object.",
107100
- delete the broken instance folder "%ProgramData%\Microsoft\VisualStudio\Packages\_Instances\<InstallationID>"
108101
- When the error is "Error 0x80091007: Failed to verify hash of payload",

0 commit comments

Comments
 (0)