Avatar of toddinho
toddinho
 asked on

Export SAS results do SQL Server

Hello, not long ago I posted a question about how to export SAS results to SQL Server tables... I closed the question before I had a chance to fully test it, so I'm creating another one because I found some kind of error creating the connection to SQL Server

The previous question: https://www.experts-exchange.com/questions/28129375/Export-SAS-results-do-SQL-Server.html

I tried with the ODBC Driver usgin this code:
libname SUPPLY odbc 
     noprompt="DRIVER={SQL Server};SERVER=toddsServer;UID=ToddsUserName;PWD=secret;DATABASE=ToddsDB" ;

Open in new window


And got some error related to this driver (attached)

Anyone knows how can I get this to work, please?



Thanks in advance :)
sas-error.bmp
Databases

Avatar of undefined
Last Comment
theartfuldazzler

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
theartfuldazzler

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy