I am running a package , and at a particular data flow task i am using Merge Join transformation , while running this task the CPU memory is going up to 80 to 90 percent and my visual studio stops working . To debug this issue i gave value to maximum
concurrentexecutable=3 and BLOBTEmpstorage and BLOBTempbuffer(to a fast disk) , by doing this my visual studio didn't stop even if the CPU Memory was still 90 percent while running this data flow task .Once i deployed this package , the SQL Server Agent
Job doesn't fail but it executes forever .What is the solution to this ?
↧