BookmarkSubscribeRSS Feed
wjmetcalfiii
Calcite | Level 5

I successfully allocated a libname to my SQL Server 2014 instance from SAS 9.4M3 on 64-bit Windows 10 using

 

libname sql odbc dsn='SQLServer' user=sas_readonly pw=MyPassword;

 

No joy however as there were no tables upon opening the library.

 

So...I added the SCHEMA='DBO' option.

 

Opening the library again the DataDirect warning displays continuously. Selecting 'OK' does not close it.

 

 


dd.jpg
1 REPLY 1
wjmetcalfiii
Calcite | Level 5

OK. Joy. I changed the libname statement to

 

libname sql sqlsvr dsn='SQLServer' user=sas_readonly pw=MyPassword schema='dbo';

 

and no more popup...and I can see my tables. Case closed.

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1 reply
  • 915 views
  • 0 likes
  • 1 in conversation