Skip to content

Commit 23fe3ec

Browse files
authored
Update sql-database-managed-instance-transact-sql-information.md
1 parent a9d3846 commit 23fe3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/sql-database-managed-instance-transact-sql-information.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article summarizes and explains the differences in syntax and behavior betw
2121

2222
There are some PaaS limitations that are introduced in Managed Instance and some behavior changes compared to SQL Server. The differences are divided into the following categories: <a name="Differences"></a>
2323

24-
- [Availability](#availability) includes the differences in [Always-On](#always-on-availability) and [backups](#backup).
24+
- [Availability](#availability) includes the differences in [Always-On](#always-on) and [backups](#backup).
2525
- [Security](#security) includes the differences in [auditing](#auditing), [certificates](#certificates), [credentials](#credential), [cryptographic providers](#cryptographic-providers), [logins and users](#logins-and-users), and the [service key and service master key](#service-key-and-service-master-key).
2626
- [Configuration](#configuration) includes the differences in [buffer pool extension](#buffer-pool-extension), [collation](#collation), [compatibility levels](#compatibility-levels), [database mirroring](#database-mirroring), [database options](#database-options), [SQL Server Agent](#sql-server-agent), and [table options](#tables).
2727
- [Functionalities](#functionalities) include [BULK INSERT/OPENROWSET](#bulk-insert--openrowset), [CLR](#clr), [DBCC](#dbcc), [distributed transactions](#distributed-transactions), [extended events](#extended-events), [external libraries](#external-libraries), [filestream and FileTable](#filestream-and-filetable), [full-text Semantic Search](#full-text-semantic-search), [linked servers](#linked-servers), [PolyBase](#polybase), [Replication](#replication), [RESTORE](#restore-statement), [Service Broker](#service-broker), [stored procedures, functions, and triggers](#stored-procedures-functions-and-triggers).
@@ -33,7 +33,7 @@ This page also explains [Temporary known issues](#Issues) that are discovered in
3333

3434
## Availability
3535

36-
### <a name="always-on-availability"></a>Always On
36+
### <a name="always-on"></a>Always On
3737

3838
[High availability](sql-database-high-availability.md) is built into managed instance and can't be controlled by users. The following statements aren't supported:
3939

0 commit comments

Comments
 (0)