Welcome to Agile BI Community Sign in | Join | Help

Browse by Tags

All Tags » Event Handlers   (RSS)
We encountered an issue recently in an ETL process during the extract portion. When extracting from one very large table, using a NOLOCK hint, we were encountering errors indicating that the data was changing while we were extracting it. Since no other Read More...
There was a question recently by a fellow MVP, who was wondering if the event handlers in SSIS were fired synchronously or asynchronously. The answer (which I double-checked with Matt Masson ) is that they are synchronous. When events are fired asynchronously, Read More...