Skip to content

Commit dc772e7

Browse files
authored
Merge pull request #16475 from CarlRabeler/terms05
more managed instance
2 parents 68eafc6 + 178550f commit dc772e7

37 files changed

Lines changed: 110 additions & 110 deletions

File tree

docs/azure-data-studio/azure-sql-managed-instance-extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure SQL Managed Instance extension
3-
description: Use Azure Data Studio with Azure SQL managed instance
3+
description: Use Azure Data Studio with Azure SQL Managed Instance
44
ms.custom: "seodec18"
55
ms.date: "10/07/2019"
66
ms.reviewer: alanyu, maghan, sstein
@@ -16,7 +16,7 @@ manager: alanyu
1616

1717
The Azure SQL Managed Instance extension provides a dashboard for working with an [Azure SQL Managed Instance](https://docs.microsoft.com/azure/sql-database/sql-database-managed-instance-index) in [Azure Data Studio](https://github.com/Microsoft/azuredatastudio). This extension provides the following features:
1818

19-
- Shows managed instance properties, including vCores and used storage
19+
- Shows SQL Managed Instance properties, including vCores and used storage
2020
- Monitors CPU and storage usage for previous two hours
2121
- Displays configuration warnings and tuning recommendations
2222
- Shows state of database replicas
@@ -26,7 +26,7 @@ The Azure SQL Managed Instance extension provides a dashboard for working with a
2626

2727
You can install the official release of this extension. Follow the steps
2828
in the [Azure Data Studio documentation](https://docs.microsoft.com/sql/azure-data-studio/extensions).
29-
In the **Extensions** pane, search for "managed instance", and install it there. After it's installed, you'll get notified automatically about any future extension updates.
29+
In the **Extensions** pane, search for "Managed Instance", and install it there. After it's installed, you'll get notified automatically about any future extension updates.
3030

3131
With the extension installed, you'll see a **Managed Instance** tab in Azure Data Studio. Here you can find information specific for your managed instance.
3232

docs/azure-data-studio/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Developers and DBAs are usually the users of Azure Data Studio.
178178

179179
## Does Azure Data Studio integrate with Azure SQL Data Warehouse?
180180

181-
Yes. Azure Data Studio support for Azure SQL Data Warehouse is currently in preview, together with Azure SQL Database Managed Instance, and SQL Server 2019 Big Data.
181+
Yes. Azure Data Studio support for Azure SQL Data Warehouse is currently in preview, together with Azure SQL Managed Instance, and SQL Server 2019 Big Data.
182182

183183
## Why is Azure Data Studio important for the new version of SQL Server?
184184

docs/database-engine/configure-windows/sql-server-service-broker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "SQL Server Service Broker | Microsoft Docs"
3-
description: Learn about Service Broker. See how it provides native support for messaging in the SQL Server Database Engine and Azure SQL Database Managed Instance.
3+
description: Learn about Service Broker. See how it provides native support for messaging in the SQL Server Database Engine and Azure SQL Managed Instance.
44
ms.custom: ""
55
ms.date: "09/07/2018"
66
ms.prod: sql
@@ -28,7 +28,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016||=sqlallproducts-allver
2828
# Service Broker
2929
[!INCLUDE [SQL Server SQL MI](../../includes/applies-to-version/sql-asdbmi.md)]
3030

31-
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssSB](../../includes/sssb-md.md)] provide native support for messaging and queuing in the [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)] and [Azure SQL Database Managed Instance](https://docs.microsoft.com/azure/sql-database/sql-database-managed-instance-index). Developers can easily create sophisticated applications that use the [!INCLUDE[ssDE](../../includes/ssde-md.md)] components to communicate between disparate databases, and build distributed and reliable applications.
31+
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssSB](../../includes/sssb-md.md)] provide native support for messaging and queuing in the [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)] and [Azure SQL Managed Instance](https://docs.microsoft.com/azure/sql-database/sql-database-managed-instance-index). Developers can easily create sophisticated applications that use the [!INCLUDE[ssDE](../../includes/ssde-md.md)] components to communicate between disparate databases, and build distributed and reliable applications.
3232

3333
## When to use Service Broker
3434

@@ -97,7 +97,7 @@ FROM ExpenseQueue;
9797
## What's new in Service Broker
9898
No significant changes are introduced in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. The following changes were introduced in [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)].
9999

100-
### Service broker and Azure SQL Database Managed Instance
100+
### Service broker and Azure SQL Managed Instance
101101

102102
- Cross-instance service broker is not supported
103103
- `sys.routes` - Prerequisite: select address from sys.routes. Address must be LOCAL on every route. See [sys.routes](../../relational-databases/system-catalog-views/sys-routes-transact-sql.md).

docs/dma/dma-assess-sql-data-estate-to-sqldb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ After you successfully create a migration project, under **Assessment tools**, i
9393
1. On the left, select the **+** icon, and then select the assessment **Project type**
9494
2. Specify the project name, and then select the source server and target server types.
9595

96-
If you're upgrading your on-premises SQL Server instance to a later version of SQL Server or to SQL Server hosted on an Azure VM, set the source and target server type to **SQL Server**. Set the target server type to **Azure SQL Database Managed Instance** for an Azure SQL Database (PaaS) target readiness assessment.
96+
If you're upgrading your on-premises SQL Server instance to a later version of SQL Server or to SQL Server hosted on an Azure VM, set the source and target server type to **SQL Server**. Set the target server type to **Azure SQL Managed Instance** for an Azure SQL Database (PaaS) target readiness assessment.
9797

9898
3. Select **Create**.
9999

docs/dma/dma-sku-recommend-sql-db.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ ms.author: rajpo
2020

2121
Migrating databases to the cloud can be complicated, especially when trying to select the best Azure database target and SKU for your database. Our goal with the Database Migration Assistant (DMA) is to help address these questions and make your database migration experience easier by providing these SKU recommendations in a user-friendly output.
2222

23-
This article focuses on DMA's Azure SQL Database SKU recommendations feature. Azure SQL Database has several deployment options, including:
23+
This article focuses on DMA's Azure SQL Database SKU recommendations feature. Azure SQL Database and Azure SQL Managed Instance have several deployment options, including:
2424

2525
- Single database
2626
- Elastic pools
2727
- Managed instance
2828

29-
The SKU Recommendations feature allows you to identify both the minimum recommended Azure SQL Database single database or managed instance SKU based on performance counters collected from the computer(s) hosting your databases. The feature provides recommendations related to pricing tier, compute level, and max data size, as well as estimated cost per month. It also offers the ability to bulk provision single databases and managed instances in Azure for all recommended databases.
29+
The SKU Recommendations feature allows you to identify both the minimum recommended Azure SQL Database single database or Azure SQL Managed Instance SKU based on performance counters collected from the computer(s) hosting your databases. The feature provides recommendations related to pricing tier, compute level, and max data size, as well as estimated cost per month. It also offers the ability to bulk provision single databases and managed instances for all recommended databases.
3030

3131
> [!NOTE]
3232
> This functionality is currently available only via the Command Line Interface (CLI).
3333
34-
The following are instructions to help you determine the Azure SQL Database SKU recommendations and provision corresponding single database(s) or managed instance(s) in Azure using DMA.
34+
The following are instructions to help you determine the SKU recommendations and provision corresponding single database(s) or managed instance(s) in Azure using DMA.
3535

3636
## Prerequisites
3737

@@ -171,15 +171,15 @@ For managed instance recommendations, the TSV output file will look as follows:
171171
A description of each column in the output file follows.
172172
173173
- **DatabaseName** - The name of your database.
174-
- **MetricType** - Recommended Azure SQL Database single database/managed instance tier.
175-
- **MetricValue** - Recommended Azure SQL Database single database/managed instance SKU.
174+
- **MetricType** - Recommended performance tier.
175+
- **MetricValue** - Recommended SKU.
176176
- **PricePerMonth** – The estimated price per month for the corresponding SKU.
177177
- **RegionName** – The region name for the corresponding SKU.
178178
- **IsTierRecommended** - We make a minimum SKU recommendation for each tier. We then apply heuristics to determine the right tier for your database. This reflects which tier is recommended for the database.
179179
- **ExclusionReasons** - This value is blank if a Tier is recommended. For each tier that isn't recommended, we provide the reasons why it wasn't picked.
180180
- **AppliedRules** - A short notation of the rules that were applied.
181181
182-
The final recommended tier (i.e., **MetricType**) and value (i.e., **MetricValue**) - found where the **IsTierRecommended** column is TRUE - reflects the minimum SKU required for your queries to run in Azure with a success rate similar to your on-premises databases. For managed instance, DMA currently supports recommendations for the most commonly used 8vcore to 40vcore SKUs. For example, if the recommended minimum SKU is S4 for the standard tier, then choosing S3 or below will cause queries to time out or fail to execute.
182+
The final recommended tier (i.e., **MetricType**) and value (i.e., **MetricValue**) - found where the **IsTierRecommended** column is TRUE - reflects the minimum SKU required for your queries to run in Azure with a success rate similar to your on-premises databases. For Azure SQL Managed Instance, DMA currently supports recommendations for the most commonly used 8vcore to 40vcore SKUs. For example, if the recommended minimum SKU is S4 for the standard tier, then choosing S3 or below will cause queries to time out or fail to execute.
183183
184184
The HTML file contains this information in a graphical format. It provides a user-friendly means of viewing the final recommendation and provisioning the next part of the process. More information on the HTML output is in the following section.
185185
@@ -209,7 +209,7 @@ To input provisioning information and make changes to the recommendations, updat
209209
210210
This process should create all the databases you selected in the HTML page.
211211
212-
**For managed instance recommendations**
212+
**For Azure SQL Managed Instance recommendations**
213213
214214
![Azure SQL MI SKU Recommendations screen](../dma/media/dma-sku-recommend-mi-recommendations1.png)
215215

docs/dma/dma-whatsnew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The assessment workflow helps you detect the following issues, which can affect
7878
- Behavioral changes: The schema objects reported may continue to work, but they may exhibit a different behavior, for example performance degradation.
7979
- Informational issues: These objects won't impact the migration but may have been deprecated from feature SQL Server releases.
8080

81-
After the assessment is complete, use our [Azure Database Migration Service](https://azure.microsoft.com/services/database-migration/) (DMS) to perform the migration of your SQL Server databases to SQL Database Managed Instance. DMS supports both [offline](https://docs.microsoft.com/azure/dms/tutorial-sql-server-to-managed-instance) (one-time) and [online](https://docs.microsoft.com/azure/dms/tutorial-sql-server-managed-instance-online) (minimal-downtime) database migrations to SQL Database Managed Instance.
81+
After the assessment is complete, use our [Azure Database Migration Service](https://azure.microsoft.com/services/database-migration/) (DMS) to perform the migration of your SQL Server databases to SQL Managed Instance. DMS supports both [offline](https://docs.microsoft.com/azure/dms/tutorial-sql-server-to-managed-instance) (one-time) and [online](https://docs.microsoft.com/azure/dms/tutorial-sql-server-managed-instance-online) (minimal-downtime) database migrations to SQL Managed Instance.
8282

8383
## Data Migration Assistant v4.0
8484

docs/includes/create-workload-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ IMPORTANCE is local to the resource pool; workload groups of different importanc
4141
REQUEST_MAX_MEMORY_GRANT_PERCENT = *value*</br>
4242
Specifies the maximum amount of memory that a single request can take from the pool. *value* is a percentage relative to the resource pool size specified by MAX_MEMORY_PERCENT.
4343

44-
*value* is an integer up to [!INCLUDE[ssSQL17](sssql17-md.md)] and a float starting with [!INCLUDE[sql-server-2019](sssqlv15-md.md)] and in [!INCLUDE[ssSDSfull](sssdsfull-md.md)] managed instance. Default value is 25. The allowed range for *value* is from 1 through 100.
44+
*value* is an integer up to [!INCLUDE[ssSQL17](sssql17-md.md)] and a float starting with [!INCLUDE[sql-server-2019](sssqlv15-md.md)] and in Azure SQL Managed Instance. Default value is 25. The allowed range for *value* is from 1 through 100.
4545

4646
> [!IMPORTANT]
4747
> The amount specified only refers to query execution grant memory.

docs/integration-services/connection-manager/ado-net-connection-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ Create an ADO.NET data connection by using the **Connection Manager** dialog box
7979
Select a connection, and then delete it by selecting **Delete**.
8080

8181
#### Managed identities for Azure resources authentication
82-
When running SSIS packages on [Azure-SSIS integration runtime in Azure Data Factory](https://docs.microsoft.com/azure/data-factory/concepts-integration-runtime#azure-ssis-integration-runtime), you can use the [managed identity](https://docs.microsoft.com/azure/data-factory/connector-azure-sql-database#managed-identity) associated with your data factory for Azure SQL Database (or managed instance) authentication. The designated factory can access and copy data from or to your database by using this identity.
82+
When running SSIS packages on [Azure-SSIS integration runtime in Azure Data Factory](https://docs.microsoft.com/azure/data-factory/concepts-integration-runtime#azure-ssis-integration-runtime), you can use the [managed identity](https://docs.microsoft.com/azure/data-factory/connector-azure-sql-database#managed-identity) associated with your data factory for Azure SQL Database or Azure SQL Managed Instance authentication. The designated factory can access and copy data from or to your database by using this identity.
8383

8484
> [!NOTE]
85-
> When you use Azure Active Directory (Azure AD) authentication (including managed identity authentication) to connect to Azure SQL Database (or managed instance), you might encounter a problem related to package execution failure or unexpected behavior change. For more information, see [Azure AD features and limitations](https://docs.microsoft.com/azure/sql-database/sql-database-aad-authentication#azure-ad-features-and-limitations).
85+
> When you use Azure Active Directory (Azure AD) authentication (including managed identity authentication) to connect to Azure SQL Database or Azure SQL Managed Instance, you might encounter a problem related to package execution failure or unexpected behavior change. For more information, see [Azure AD features and limitations](https://docs.microsoft.com/azure/sql-database/sql-database-aad-authentication#azure-ad-features-and-limitations).
8686
8787
To use managed identity authentication for Azure SQL Database, follow these steps to configure your database:
8888

docs/integration-services/connection-manager/ole-db-connection-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ Use the **Configure OLE DB Connection Manager** dialog box to add a connection t
8181
Select a data connection, and then delete it by selecting **Delete**.
8282

8383
#### Managed identities for Azure resources authentication
84-
When running SSIS packages on [Azure-SSIS integration runtime in Azure Data Factory](https://docs.microsoft.com/azure/data-factory/concepts-integration-runtime#azure-ssis-integration-runtime), use the [managed identity](https://docs.microsoft.com/azure/data-factory/connector-azure-sql-database#managed-identity) associated with your data factory for Azure SQL Database (or managed instance) authentication. The designated factory can access and copy data from or to your database by using this identity.
84+
When running SSIS packages on [Azure-SSIS integration runtime in Azure Data Factory](https://docs.microsoft.com/azure/data-factory/concepts-integration-runtime#azure-ssis-integration-runtime), use the [managed identity](https://docs.microsoft.com/azure/data-factory/connector-azure-sql-database#managed-identity) associated with your data factory for Azure SQL Database or Managed Instance authentication. The designated factory can access and copy data from or to your database by using this identity.
8585

8686
> [!NOTE]
87-
> When you use Azure Active Directory (Azure AD) authentication (including managed identity authentication) to connect to Azure SQL Database (or managed instance), you might encounter a problem related to package execution failure or unexpected behavior change. For more information, see [Azure AD features and limitations](https://docs.microsoft.com/azure/sql-database/sql-database-aad-authentication#azure-ad-features-and-limitations).
87+
> When you use Azure Active Directory (Azure AD) authentication (including managed identity authentication) to connect to Azure SQL Database or Managed Instance, you might encounter a problem related to package execution failure or unexpected behavior change. For more information, see [Azure AD features and limitations](https://docs.microsoft.com/azure/sql-database/sql-database-aad-authentication#azure-ad-features-and-limitations).
8888
8989
To use managed identity authentication for Azure SQL Database, follow these steps to configure your database:
9090

docs/relational-databases/backup-restore/copy-only-backups-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A *copy-only backup* is a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.m
3939
Copy-only backups are recorded in the **is_copy_only** column of the [backupset](../../relational-databases/system-tables/backupset-transact-sql.md) table.
4040

4141
> [!IMPORTANT]
42-
> In Azure SQL managed instance copy-only backup cannot be created for a database encrypted with [service-managed Transparent Data Encryption (TDE)](https://docs.microsoft.com/azure/sql-database/transparent-data-encryption-azure-sql?tabs=azure-portal#service-managed-transparent-data-encryption). Service-managed TDE uses internal key for encryption of data, and that key cannot be exported, so you could not restore the backup anywhere else. Consider using [customer-managed TDE](https://docs.microsoft.com/azure/sql-database/transparent-data-encryption-byok-azure-sql) instead to be able to create copy-only backups of encrypted databases, but make sure to have encryption key available for later restore.
42+
> In Azure SQL Managed Instance copy-only backup cannot be created for a database encrypted with [service-managed Transparent Data Encryption (TDE)](https://docs.microsoft.com/azure/sql-database/transparent-data-encryption-azure-sql?tabs=azure-portal#service-managed-transparent-data-encryption). Service-managed TDE uses internal key for encryption of data, and that key cannot be exported, so you could not restore the backup anywhere else. Consider using [customer-managed TDE](https://docs.microsoft.com/azure/sql-database/transparent-data-encryption-byok-azure-sql) instead to be able to create copy-only backups of encrypted databases, but make sure to have encryption key available for later restore.
4343
4444
## To Create a Copy-Only Backup
4545
You can create a copy-only backup by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], [!INCLUDE[tsql](../../includes/tsql-md.md)], or PowerShell.

0 commit comments

Comments
 (0)