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

We are newcomers to SAS VA, and have a single Windows Server based SAS VA installation - SAS 9.4_M3 and VA Server 7.3.

 

Our database servers are MS SQL and I have successfully connected to the required database and tables using ODBC.

 

First record set is imported into LASR and queryable etc, but these SQL databases are bulk updated on a daily basis and so I need to now the steps involved in grabbing the newly updated data, preferably on a daily basis.

 

I can manually upload the tables each day, but this is not really what I'm looking for. 

 

Any help or suggestions would be very much appreciated. If these involve 'work' at the SQL Server end then this is just as accessible to me as I have good SQL and developer availability.

 

Many thanks

1 ACCEPTED SOLUTION

Accepted Solutions
ankit___gupta
Quartz | Level 8

Hi theGull,

 

We have a simillar structure in our company. what you need to do. is the following.

 

Step1: Using SAS Enterprise Guide establish a connection to you SQL server and start pulling the data to your sas serverver node or the hadoop structure.

 

Step 2: Open VA in your browser. In the Data Preparation tab. do the following:
                                       --->  create a new query.

                                       --->  drag drop the data from the libraray from the left side panel to the work area.

                                       --->  now right click the table, and select "add all columns".

                                       ---> then on the right hand side go and mention the output table name or the LASR table name.

                                       ---> Save the query and run it.

                                       ---> [How to schedule SOLUTION] on the top bar there is a clock sign. click it. Select daily option select the                                               time in which you want it to happen and it will be scheduled.

 

hope it helps..

 

View solution in original post

2 REPLIES 2
ankit___gupta
Quartz | Level 8

Hi theGull,

 

We have a simillar structure in our company. what you need to do. is the following.

 

Step1: Using SAS Enterprise Guide establish a connection to you SQL server and start pulling the data to your sas serverver node or the hadoop structure.

 

Step 2: Open VA in your browser. In the Data Preparation tab. do the following:
                                       --->  create a new query.

                                       --->  drag drop the data from the libraray from the left side panel to the work area.

                                       --->  now right click the table, and select "add all columns".

                                       ---> then on the right hand side go and mention the output table name or the LASR table name.

                                       ---> Save the query and run it.

                                       ---> [How to schedule SOLUTION] on the top bar there is a clock sign. click it. Select daily option select the                                               time in which you want it to happen and it will be scheduled.

 

hope it helps..

 

mhamlett
Quartz | Level 8

i use enterprise guide to load tables daily..about 8 gig of data.

we do a complete clean and replace concept. so yes the 1 gig table i load taday is completely reloaded tomorrow plus any added records.  some of our data is updated in ms sql table so simply doing an ADD of new records is not feasible for all our tables.

 

however, what was pointed out to me was and ADD feature in the data preparation tool on the va hub.

it somehow will only add new records, but i havent researched it.

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1190 views
  • 0 likes
  • 3 in conversation