Logging SQL statements in Vertica without VSQL
Is there a way to send the output of a SQL statement to a database table without using meta commands in VSQL? I need to run a string of SQL commands against a Vertica database, through SSIS and I was wondering if I can log the number of rows affected by each transaction without launching VSQL. Thanks !
0