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
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;
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;
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.
Ready to level-up your skills? Choose your own adventure.