Viewing 15 posts - 1 through 15 (of 15 total)
This SP is inside another SP which then call another SP that updates mcpITEMTASKS, because of that I believe they use the UPDLOCK to update the rows later, have to...
April 2, 2013 at 8:13 am
That was the picture of the actual execution plan, but I'm attaching now one from the new actual and estimate execution plan (as I created the recommended index from the...
April 1, 2013 at 9:35 am
Thanks ALZ
Attached is the exec plan, as you said there is in fact an index scan, but on mcpitems, not on mcpitemtasks where the updlock is and the deadlocks occur,...
April 1, 2013 at 8:36 am
Thanks Gila, I'll check it out to see if i can find something.
December 2, 2011 at 8:52 am
It was a very nice approach, it seems I'll just keep the SPs execution history withouth parameters for now.
Thanks for all your valuable help guys.
September 19, 2011 at 11:10 am
Yeah, I wanted to see if there was a way through DMVs, other than traces or inputbuffer, I'll take a look and let you know if I can workout somethings.
Thanks...
September 19, 2011 at 10:03 am
I'll take a look and see what I can find, and yeah, I was trying to get something like "exec sp_test 'data1',2, etc..." like what you get in traces RPC...
September 19, 2011 at 9:48 am
Yeah i actually said users to copy & paste data in 1 sheet and always place the file allways in the same path cuz it was much more work doing...
October 15, 2009 at 7:58 am
yeah the query is giving a 99% clustered index on the plan, I'll try adding as you say an index or splitting the table and let you know how it...
June 3, 2009 at 2:20 pm
After attaching the db i tried running this:
sp_configure 'Cross DB Ownership Chaining',1
RECONFIGURE WITH override
but it didn't helped, I also runed this:
sp_change_users_login 'AUTO_FIX','user'
On the user that I'm granting select permission on...
May 20, 2009 at 10:50 am
Hi guys
No one has replied, I'm wondering if I didn't made myself clear or it is a very weird error you can't figure how to solve?
Thanks
May 19, 2009 at 11:07 am
It worked, just have to add the Success column to check that if permission is denied value = 0, else value = 1.
July 23, 2008 at 11:06 am
Thanks Jack I'll take a look.
July 16, 2008 at 1:57 pm
Viewing 15 posts - 1 through 15 (of 15 total)