Hello Folks,
I'm connecting SAS and Snowflake using JDBC. We have licensing for SAS/ACCESS to JDBC. The steps would be -
1. install JAVA or OpenJDK
2. Put the JDBC driver for Snowflake (JAR file) in the compute server
3. Setup Snowflake DB server, libraries, authdomain etc. in metadata and use them
or
4. use the libname, where driverclass=snowflake-jdbc-driverclass-string classpath=path-to-jar-file-in-server url="jdbc:snowflake:url" and other usual options.
are the above steps correct?
I'm also getting confused with SAS Driver for JDBC. Could someone help me with what it is about? Do I need to use it for SAS and Snowflake connection using JDBC?
Thanks in advance!