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

Hello,

 

is there an explicit pass through equivalent for:

 

Insert Into stage.Table Select * From SASLib.Table;

 

using SAS/ACCESS to ODBC?

 

Thanks&kind regards

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20

...and there's indeed a valid reason.

If that's an option, reducing DBMS name length will help interoperability in the long run.

Another option would be creating views, if your DB support those for insert operations.

Data never sleeps

View solution in original post

3 REPLIES 3
LinusH
Tourmaline | Level 20
Not really.
If you have the necessary permission you could load a temporary table first, and then issue the insert from an execute block.
But why?
Data never sleeps
user24feb
Barite | Level 11

.. because the SQL-name exceeds 32 characters (the easy solution is of course to change the names on the SQL-server).

LinusH
Tourmaline | Level 20

...and there's indeed a valid reason.

If that's an option, reducing DBMS name length will help interoperability in the long run.

Another option would be creating views, if your DB support those for insert operations.

Data never sleeps

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1320 views
  • 1 like
  • 2 in conversation