You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-sql-edge/features.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.date: 04/28/2020
16
16
This article provides details of features supported by Azure SQL Edge. Azure SQL Edge, is built on the latest versions of the Microsoft SQL Server Database Engine on Linux, and supports a subset of the features supported in SQL Server 2019 for Linux, in addition to some features that are currently not supported or available in SQL Server 2019 on Linux or on Windows. For a complete list of the features supported in SQL Server on Linux, see [Editions and supported features of SQL Server 2019 on Linux](https://docs.microsoft.com/sql/linux/sql-server-linux-editions-and-components-2019). For editions and supported features of SQL Server on Windows, refer [Editions and supported features of SQL Server 2019 (15.x)](https://docs.microsoft.com/sql/sql-server/editions-and-components-of-sql-server-version-15).
17
17
18
18
> [!NOTE]
19
-
> Azure SQL Edge is currently in Preview and as such should NOT be used in production or pre-production environments.
19
+
> Azure SQL Edge is currently in Preview and as such should NOT be used in production environments. Microsoft may recommend running Azure SQL Egde in production environments after validation of the deployment and the use case scenarios.
20
20
21
21
## Azure SQL Edge Editions
22
22
@@ -57,24 +57,27 @@ The list below includes the SQL Server 2019 on Linux features that are currently
57
57
58
58
| Area | Unsupported feature or service |
59
59
|-----|-----|
60
-
|**Database Design**| In-Memory OLTP |
61
-
| | HierarchyID Data Type |
62
-
| | Spatial Data Type |
63
-
| | Stretch DB |
64
-
| | Full Text Indexes and search |
65
-
| | FileTable, FILESTREAM |
60
+
|**Database Design**| In-Memory OLTP and related DDL commands and Transact-SQL functions, catalog views and dynamic management views|
61
+
| | HierarchyID Data Type and related DDL commands and Transact-SQL functions, catalog views and dynamic management views |
62
+
| | Spatial Data Type and related DDL commands and Transact-SQL functions, catalog views and dynamic management views |
63
+
| | Stretch DB and related DDL commands and Transact-SQL functions, catalog views and dynamic management views |
64
+
| | Full Text Indexes and search and related DDL commands and Transact-SQL functions, catalog views and dynamic management views|
65
+
| | FileTable, FILESTREAM and related DDL commands and Transact-SQL functions, catalog views and dynamic management views|
66
66
|**Database Engine**| Replication. However Azure SQL Edge can be configured as a push subscriber of a replication topology. |
67
67
| | Polybase. However Azure SQL Edge can be configured as a target for External tables in Polybase |
68
68
| | Language extensibility through Java and Spark |
69
69
| | Active Directory Integration |
70
70
| | Database Snapshots |
71
71
| | Support for Persistent Memory |
72
+
| | Microsoft Distributed Transaction Cordinator |
72
73
| | Resource Governor and IO Resource Governance |
73
74
| | Buffer Pool Extension |
74
75
| | Distributed query with 3rd-party connections |
75
76
| | Linked Servers |
76
77
| | System extended stored procedures (XP_CMDSHELL, etc.) |
77
-
| | CLR Assemblies |
78
+
| | CLR Assemblies and related DDL commands and Transact-SQL functions, catalog views and dynamic management views |
79
+
| | CLR dependent T-SQL functions like ASSEMBLYPROPERTY, FORMAT, PARSE, TRY_PARSE |
80
+
| | CLR dependent date and time catalog views, functions and query clauses |
78
81
| | Buffer Pool Extension |
79
82
| | Database Mail |
80
83
|**SQL Server Agent**| Subsystems: CmdExec, PowerShell, Queue Reader, SSIS, SSAS, SSRS |
@@ -101,5 +104,6 @@ The list below includes the SQL Server 2019 on Linux features that are currently
101
104
## Next Steps
102
105
103
106
-[Deploy Azure SQL Edge](deploy-portal.md)
107
+
-[Configure Azure SQL Edge](configure.md)
104
108
-[Connect to an instance of Azure SQL Edge using SQL Server client tools](connect.md)
105
109
-[Backup and Restore databases in Azure SQL Edge](backup-restore.md)
0 commit comments