Hi @SASUser1001,
Azure SQL Database and Azure SQL Data Warehouse are two distinct databases. For example, SAS/ACCESS Interface to Microsoft SQL Server supports Azure SQL Database, but not Azure SQL Data Warehouse. You are probably asking, why? The Data Direct ODBC driver for Microsoft SQL Server that ships with our product does not support Azure Data Warehouse; it will eventually. Once the DD driver supports support Azure SQL Data Warehouse, we plan to look into adding support in SAS/ACCESS to Microsoft SQL Server.
Fortunately, Microsoft provides a free ODBC driver that can be used with SAS/ACCESS Interface to ODBC to support both Azure databases.
Here is the Azure SQL Data Warehouse doc.
https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-connect-overview
There is a link in the above doc that will take you to the following ODBC driver download page.
https://docs.microsoft.com/en-us/sql/connect/odbc/windows/microsoft-odbc-driver-for-sql-server-on-windows?view=sql-server-2017
Here is the money quote, "The ODBC Driver for SQL Server supports connections to Azure SQL Database, Azure SQL Data Warehouse, SQL Server 2017, SQL Server 2016, SQL Server 2014, SQL Server 2012, SQL Server 2008 R2, SQL Server 2008, and SQL Server 2005."
Hopefully, this will help you.
Best wishes,
Jeff
PS: @Patrick, you are way too kind, but thank you for the nice call-out.
... View more