Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Is there a way to know what is the data volume being transferred from SAP system when using SAP SQL connector? in Kb, not in rows?
I activated the Trace property in the connector properties, but it gives the numbers of rows only.
Regards
Something like:
((Field1 * Datatype) + (Field2 * Datatype) + ... ) * NumberOfRecords
should be quite near the truth which would mean that knowing the rows should be sufficient.
Hi,
Thank you for the answer but it wasnt what i was looking for.
Regards,