Additional SQL Server features and topics not covered by specific categories
Hi MalamMalam-4042,
How do I filter it to run for a very specific SQL Login? e.g. "sa"
You can filter login name in the Trace Properties -> Events Selection tab ->Column Filters.
Then in the Edit Filter dialog box, you can select LoginName and enter the login name in the Like section.
How do I get the full error and how do I know the the record it failed on?
You can try to implement logging in SSIS. With logging, you can capture run-time information about a package, helping you audit and troubleshoot a package every time it is run. For example, a log can capture the name of the operator who ran the package and the time the package began and finished.
Please refer to this doc for more information.
Best Regards,
Amelia
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.