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

Hello,

 

Is it possible to use SAS to join the data from multiple data sources (for instance Teradata, SQL Server, Hadoop)?

Preferrably by writing SQL Select queries.

The data volumes in all datasources are high (GBs) and we need to minimize data replication.

 

Thanks a lot,

Lucian 

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20

Not knowing about your general understanding of SAS/ACCESS processing, but I recommend first to get familiar with the documentation for your databases. Pay special attention to the difference between implicit (libname) and explicit SQL pass-through.

 

There are chapters in the documentation that discuss how to put processing done to the underlying DBMS, like joins.

But it's a special case when you have large volumes of data to join between different locations. The data needs to at some point be in a common place to make the join executed. Where that location depends on your specific situation, data, requirements, constraints etc.

 

Apart from doc there have been several SAS Global Proceedings papers discussing ACCESS to RDBMS and Hadoop.

Data never sleeps

View solution in original post

3 REPLIES 3
LinusH
Tourmaline | Level 20
Yes. Syntactically it's standard functionality.
But how to optimise it is a total different question and need a detail analysis.
Data never sleeps
LucV
Calcite | Level 5

Thank you Linus. Any readings you could recommend for optimizing such queries, please?

Regards,

 

LinusH
Tourmaline | Level 20

Not knowing about your general understanding of SAS/ACCESS processing, but I recommend first to get familiar with the documentation for your databases. Pay special attention to the difference between implicit (libname) and explicit SQL pass-through.

 

There are chapters in the documentation that discuss how to put processing done to the underlying DBMS, like joins.

But it's a special case when you have large volumes of data to join between different locations. The data needs to at some point be in a common place to make the join executed. Where that location depends on your specific situation, data, requirements, constraints etc.

 

Apart from doc there have been several SAS Global Proceedings papers discussing ACCESS to RDBMS and Hadoop.

Data never sleeps

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
  • 3 replies
  • 1160 views
  • 0 likes
  • 2 in conversation