I am running a DTS with a execute sql task. Task having I am calling a proc. This proc is running long. I am able to find it is running abnormal with lot of self locks. Any solution..
Welcome to the Forums....!!! Can you post the code of the proc. How did you got to know that its running abnormal with lot of self locks?
True, are you running SELECT * from <Tablename> on that task? If not check what kind indexes on that table which is involved in this task.