BookmarkSubscribeRSS Feed
astoneburner
Calcite | Level 5

Hi All- 

 

My organization recently switched from a SQL server database to an Azure database. I previously purchased the ODBC driver for SAS/ACCESS knowing that after the switch I would need to purchase/install and Data Direct driver which will allow me to continue to pull data from both. I have completed both those steps but am still not able to pull data. 


Does anyone have experience with pulling data from Azure through SAS with the Data Direct driver? Can you please provide an example connection string? This is the string I was previously using and it doesn't work: 

 

proc sql;
connect to ODBC (user=xxxx password=xxxxxxxxxxxxxxx dsn=xxxxxxxxxxxxxxx);
create table TEST as
select * from connection to odbc
(select * from TEST);
quit;

 

Thanks so much for the help, I can't find any info about this. 

2 REPLIES 2

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2764 views
  • 0 likes
  • 3 in conversation