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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 908 views
  • 0 likes
  • 1 in conversation