Hallo,
i use SQL Server 2008R2.
I have Eventhandlers for OnError, OnPreExecute, OnPostExecute and OnInformation to log a bunch of Things about my packages.
Now i want to log also the Values of the User Variables over the runtime.
I know the PackageLog and the Possibility to log the variables there with the "OnVariableValueChanged" insysssislog. But this is not perfect beacause i this means two logfiles to monitor. Is there a solution to log the changed values of the variables to my custom log table ?