Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Fuzzy lookup for a transaction package

$
0
0

Hi All,

According to my requirement i need transaction in package level. I am having a foreach loop in my package and in the loop i am having a dataflow task.

This dataflow task will use a fuzzy look up to extract my proper data. In the fuzzy lookup i am creating a new index (temp table for operations). I am supposed to use extracted data from the fuzzy lookup.

But, the problem is as transaction is on so. it is running the 1st loop in the foreach loop. from the next loop onwards it is used to hang (not responding at all). I have tried to use the existing index as well but the result is same.

Technically it not looking possible at all as the package is transaction so, the delete query for the index(the temp table used for fuzzy table) by the server will not commit. And after that server is trying to create the same table again.....

May be for this reason the execution sequence used to lock....If anybody tried some work around for this the please help me out....

Any suggestion/solution is highly appreciable.........:-)

Thanks,

Sarat


Viewing all articles
Browse latest Browse all 24688

Trending Articles