xxxxxxxxxx
proc sql;
connect to odbc (DSN=Snowflake_OpsExcell_Ananytics user=svr_Ops_Excellence pwd=%nrstr("19CZ0^pK!ecM"));
create table staging_schema as
select * from connection to odbc(
SHOW COLUMNS IN SCHEMA "OPERATIONALEXCELLENCE_DB"."STAGING"
);
disconnect from odbc;
quit;