Skip to content

Commit fb6d973

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/sql-docs-pr into bgavrilovicMS-eq_shard_end_of_support
2 parents 781f610 + 56b6879 commit fb6d973

43 files changed

Lines changed: 729 additions & 320 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.
Loading
-44.9 KB
Loading

azure-sql/virtual-machines/windows/sql-agent-extension-manually-register-single-vm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ To register your SQL Server VM with the extension, you'll need the following:
4848
- The latest version of [Azure CLI](/cli/azure/install-azure-cli) or [Azure PowerShell (5.0 minimum)](/powershell/azure/install-az-ps).
4949
- A minimum of .NET Framework 4.5.1 or later.
5050
- To verify that none of the [limitations](sql-server-iaas-agent-extension-automate-management.md#limitations) apply to you.
51+
- A [supported region](sql-server-iaas-agent-extension-automate-management.md#supported-regions) for the SQL IaaS Agent extension.
5152

5253
## Register subscription with RP
5354

azure-sql/virtual-machines/windows/sql-server-iaas-agent-extension-automate-management.md

Lines changed: 76 additions & 61 deletions
Large diffs are not rendered by default.

docs/relational-databases/blob/codesnippet/visualbasic/access-filestream-data-w_0_2.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Imports System
33
Imports System.Collections.Generic
44
Imports System.Text
55
Imports System.Data
6-
Imports System.Data.SqlClient
7-
Imports System.Data.SqlTypes
6+
Imports Microsoft.Data.SqlClient
7+
Imports Microsoft.Data.SqlTypes
88

99
Module Module1
1010
Public Sub Main(ByVal args As String())

docs/relational-databases/blob/codesnippet/visualbasic/create-client-applicatio_4.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Imports System
33
Imports System.Collections.Generic
44
Imports System.Text
55
Imports System.Data
6-
Imports System.Data.SqlClient
7-
Imports System.Data.SqlTypes
6+
Imports Microsoft.Data.SqlClient
7+
Imports Microsoft.Data.SqlTypes
88

99
Module Module1
1010
Public Sub Main(ByVal args As String())

docs/relational-databases/errors-events/mssqlserver-4064-database-engine-error.md

Lines changed: 28 additions & 24 deletions
Large diffs are not rendered by default.

docs/relational-databases/indexes/delete-an-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ helpviewer_keywords:
1515
- "dropping indexes"
1616
- "indexes [SQL Server], dropping"
1717
- "index deletions [SQL Server]"
18-
monikerRange: "=azuresqldb-current || >=sql-server-2016 || =fabric-sqldb"
18+
monikerRange: "=azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric-sqldb"
1919
---
2020
# Delete an index
2121
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance FabricSQLDB](../../includes/applies-to-version/sql-asdb-asdbmi-fabricsqldb.md)]

docs/relational-databases/indexes/disk-space-requirements-for-index-ddl-operations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ helpviewer_keywords:
1616
- "space [SQL Server], indexes"
1717
- "indexes [SQL Server], disk space requirements"
1818
- "temporary disk space [SQL Server]"
19+
monikerRange: "=azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric-sqldb"
1920
---
2021
# Disk space requirements for index DDL operations
2122

docs/relational-databases/indexes/index-disk-space-example.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ helpviewer_keywords:
1717
- "space [SQL Server], indexes"
1818
- "indexes [SQL Server], disk space requirements"
1919
- "offline index disk space [SQL Server]"
20+
monikerRange: "=azuresqldb-current || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric-sqldb"
2021
---
2122
# Index disk space example
2223

0 commit comments

Comments
 (0)