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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 2063 views
  • 0 likes
  • 3 in conversation