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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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