Viewing 15 posts - 166 through 180 (of 409 total)
We don't have deadlocks yet. But this is a new design so i am trying to come up with a solution so that it will not fall as victim of...
January 22, 2020 at 8:20 pm
Sometime resource monitor also helps. Did you check that?
January 14, 2020 at 12:20 am
Does table partitioning supported with the JSON blob structures?
January 13, 2020 at 11:35 pm
Also wanted to add to the above, that the master table will have data with pointers to pdf or other document type which are located in the file system. The...
January 10, 2020 at 10:55 pm
Thanks Michael John. So keeping in considering with license cost and performance benefit. Would below setup sounds reasonable to you?
Primary Replica - Full, Diff and Log backups & Maintenance Jobs...
January 3, 2020 at 8:38 pm
Does SQL Server do a page lock and is that normal behavior if it is getting a large amount of inserts/update and the fill factor is set to above 80%?
December 19, 2019 at 10:43 pm
Thanks Grant. I really appreciate for helping me with this. Yes it is a classic deadlock problem . Actually we have only one table and just one simple update. So...
December 19, 2019 at 9:27 pm
They are both different process id. However, i do see that the updates are coming from two different app servers, app server1 is the victim query and from app server2...
December 19, 2019 at 7:14 pm
Thanks for the info. Sorry about not providing enough information. So i captured the deadlock and i find the two statements are same which is Update statement. So i see...
December 19, 2019 at 5:11 pm
Also found the table name and the index name which is a primary key and it's a simple update statement with updae lock (U). So what are the options to...
December 18, 2019 at 10:54 pm
Viewing 15 posts - 166 through 180 (of 409 total)