Viewing 15 posts - 541 through 555 (of 728 total)
The Isolation level is default that is read committed. I will consider moving the table out of transaction scope. Can't trace now because i'm not sure when the deadlock will...
July 5, 2012 at 3:03 am
Hello opc.three. I agree with you. Even follow the same rules for providing DB permissions. This was required for temporary basis so it worked fine:
sp_addrolemember 'db_owner', 'user_name'
Thanks to all for...
June 25, 2012 at 2:12 am
Will this script do:
sp_addrolemember 'db_owner', 'user_name'
I want to grant my database developers dbo permissions on development environment.
June 21, 2012 at 6:46 am
Thanks Cadavre & Grant for pointing me to the issue. I will check more about parameter sniffing as per the links provided by you. 🙂
June 19, 2012 at 12:12 am
I think NO need for trigger refresh. However you might like to change the same to the other table, in case you are using triggers for auditing purpose.
June 8, 2012 at 1:41 am
I'll try to get the execution plan if get a chance to grab it when such incidence occurs.
June 4, 2012 at 9:35 am
Can you please suggest what steps should i take or what data should i capture which might help in finding the root cause during the time when that proc is...
June 1, 2012 at 1:15 am
I'm sure because at that moment, system DBAs have checked that there is no blocking. Only blocking is caused because of that stucked proc instance for other instances.
Secondly we delete...
May 30, 2012 at 3:41 am
It is hard to capture the execution plan of the proc instance which is getting stuck as it is coming very randomly. Like once in a month or two and...
May 30, 2012 at 1:41 am
I'll try if I can get the execution plan whenever we get this situation again. Meanwhile I am sure that there is no process blocking the stuck procedure instance.
May 30, 2012 at 1:39 am
This is no time specific. So there is no quesiton of getting blocked by any process. I guess it is because of bad query plan but not sure. How to...
May 29, 2012 at 7:46 am
Gail, though I know it is useful to have the execution plan but it looks difficult to get as it comes very randomly and at very unusual time (at around...
May 29, 2012 at 5:35 am
Is it getting blocked?
The one instance which is getting stuck is blocking other processes but not getting stuck itself. It's just in the running mode for infinity.
Is that specific...
May 29, 2012 at 3:33 am
Viewing 15 posts - 541 through 555 (of 728 total)