Hi,
I have a custom log table in sql server database. which recording the SSIS package activities(each task execution time, statuses...) when this table is going to use simultaneously multiple time it's not going to update data properly. but it's inserting the records for all packages which is the start of the task but not updating it's status which is the last task in each package.
i have a master package which call all executable packages . master package design parallel so all packages are executing parallel. it's 8 core machine.
behaviours is unpredictable, some time it's update for all packages. some time it's wont update the 2 or 3 packages remain will update appropriately.
can anyone please provide pointer so I can fix this issue.
Thanks in advance.
Zaim Raza.
http://zaimraza.wordpress.com/