I created a SQL job to run. Locally, on the SQL server it takes 40 seconds to run and the resulting CSV file is 30.5MB (size on disk is 29.7 MB)
Running the same query via VC job on a remote server takes 36.1 seconds when outputting to Standard Output. VC lists the output size as 27.25 MB. If I export that data, the size on disk is 26.6 MB.
If I run the VC job output to a file (local server where VC is running, not appending) the job takes 43.6 seconds (20% longer). The resulting file is identical in size to the exported version originating from the standard out.
I am in version VC v.9.9.6
SQL is Developer Edition v12.3.6024.0
Seems to be working ok. The difference I see between running the query on the SQL box and using VC is the date formatting (2022-06-16 vs 6/16/2022 on the VC server), time formats and when VC runs the query I see blank values where there are NULL values on the SQL server run. This would explain the difference in file sizes.
Here is my output setting
Edited by user
2022-06-16T20:13:41Z
|
Reason: Not specified