Using SQL Server Management Studio, I am trying to gauge how many Bytes of data are being processed by SSIS packages. I know how to generate reports in Integration Services Catalogs to view statistics and messages, but these seem to only give statistics on time duration. The following is a sample of the Execution Performance statistics that are provided. Is there a way to view the number of Bytes that were read/written for each package?
ID:05050505 Start Time: 1/5/2023 1:24:06 AM Duration(sec): 2051.417
At present I don't have direct access to the server logs.