Viewing 15 posts - 316 through 330 (of 543 total)
Still didn't get it. If same parameters, then same data has to get returned. That's what my point is.
July 5, 2018 at 11:23 am
Its the same parameters. still ssms was not showing up this errors.
July 5, 2018 at 9:59 am
Thanks Luis. One more clarification, why SSMS is not showing that error and why only Azure portal Query editor was able to detect it ?
July 5, 2018 at 8:41 am
Thanks a lot Luis. I ll make that change and try and keep you posted. Tmr I will try this out.
What I understand is, you have avoided...
July 5, 2018 at 8:25 am
Thanks John it worked fine. it was throwing some constraint errors. I can fix it.
July 5, 2018 at 2:50 am
July 5, 2018 at 2:13 am
June 27, 2018 at 1:37 am
Deadlocks are because they can run Publish and Sync simultaneously and same tables gets referenced using Foreign keys and update operations. Thats why seeing deadlocks.
June 19, 2018 at 6:20 am
Thanks Steve for the suggestions.
June 18, 2018 at 10:31 am
June 18, 2018 at 8:59 am
Extremely sorry, my bad. there were some typos. Updated my original post.
June 18, 2018 at 8:56 am
Hi Rick/Lynn,
Forgot to ask.
Do I need to SET TRANSACTION ISOLATION LEVEL SERIALIZABLE inside both the processes (i.e. both code pieces stored proc and...
June 13, 2018 at 6:34 am
Thanks Rick.
Any thoughts on disabling lock escalation or it doesn't really matter/applicable in this scenario??
June 12, 2018 at 4:02 am
Rick, many thanks for the response. Just for my understanding sake, Looking at the xml deadlock graph data,
Insert is happening on Questionare.FieldValues (spid 79) and delete is happening on...
June 12, 2018 at 2:47 am
Viewing 15 posts - 316 through 330 (of 543 total)