In last tip, I have explained about new features introduced in SQL Server 2017. SQL Server support on Linux based operating systems is one of the new feature introduced in SQL Server 2017. Here, I will describe all those missing features from Linux based SQL Server instances but these features can be used if you are deploying your SQL Server on Windows operating system. We are expecting Microsoft will include all these features in upcoming releases of SQL Servers.
Missing Features in SQL Server on Linux
Below is the list of features that are not supported on Linux based SQL Server instances as of now in current GA release of SQL Server 2017.
1. Analysis Services
2. Reporting Services
3. R Services
4. Master Data Services
5. Data Quality Services
6. SQL Server Browser Service
7. Transactional & Merge Replication
8. FILESTREAM
9. FileTables
10. Stretch DB
11. Polybase
12. Third Party Extensions
13. XPs
14. VSS Snapshots
15. Buffer Pool Extension
16. Change Data Capture
17. Alerts
18. Distributed query with 3rd-party connections
19. Database Mirroring
20. AD Authentication for Linked Servers & Availability Groups (AGs)
21. SQL Server Integration Services (SSIS)
The mssql-server-is package (SSIS) is not supported on SUSE Linux in this release. It is currently supported on Ubuntu and on Red Hat Enterprise Linux (RHEL) only.
The following features are not supported in this release when you run SSIS packages on Linux:
o SSIS Catalog database
o Scheduled package execution by SQL Agent
o Windows Authentication
o Third-party components
o Change Data Capture (CDC)
o SSIS Scale Out
o Azure Feature Pack for SSIS
o Hadoop and HDFS support
o Microsoft Connector for SAP BW
For a list of built-in SSIS components that are not currently supported, or that are supported with limitations, see Limitations and known issues for SSIS on Linux
Related Articles:
- Install SQL Server on Ubuntu Server
- How to Install SQL Server on RHEL
- New features Introduced in SQL Server 2017
- Install SQL Server on Ubuntu without Internet Access
I hope you like this article. Please follow us on our facebook page and on Twitter handle to get latest updates.
- How to Fix SQL Error 1005: A Comprehensive Guide - April 9, 2023
- How to Fix SQL Server Error 207 – Invalid Column Name - April 9, 2023
- How to Fix SQL Error 1045: Resolving Access Denied Issues - April 8, 2023
Leave a Comment