BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
boin
Obsidian | Level 7

Hi Team , 

I am trying to assign the below database on a SQL server as a library in sas.  I need to pass in user name and password as well..


Server : MELMD0226

 

database : Boss_Logging

 

Table : dbo.sales

 

Could you please advice how this can be achived ..

 

Regards

Shiva 

 

1 ACCEPTED SOLUTION

Accepted Solutions
boin
Obsidian | Level 7

I got the working solution .. thanks team ..

 

 

 

libname databa odbc complete="driver=SQL Server;
user=XXXXX;
pwd=XXXXXXXX;
database=Boss_Logging;
Server=MELMD0226"
schema=dbo;

View solution in original post

1 REPLY 1
boin
Obsidian | Level 7

I got the working solution .. thanks team ..

 

 

 

libname databa odbc complete="driver=SQL Server;
user=XXXXX;
pwd=XXXXXXXX;
database=Boss_Logging;
Server=MELMD0226"
schema=dbo;

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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