Viewing 15 posts - 61 through 75 (of 542 total)
please find the estimated execution plan.
https://www.brentozar.com/pastetheplan/?id=Hy4Dx3Lga
October 1, 2023 at 8:38 am
I cant get the actual plan but I will try it is executing for ever, especially its getting stuck at 3rd INSERT. But I am attaching the estimated plan.
October 1, 2023 at 8:35 am
There are a couple of options:
September 16, 2023 at 8:37 pm
It took 14 hours to complete.
September 16, 2023 at 6:11 pm
I would remove INDEX_REORGANIZE from it - and unless you have tested and proved that INDEX_REBUILD_ONLINE is the best for your indexes, I would also remove it - it...
September 13, 2023 at 8:31 pm
The intention was to know the reason do we need to bother about fragmentation for tables with 10's or few 100's of pages. I see dev team asking...
September 12, 2023 at 7:22 pm
The intention was to know the reason do we need to bother about fragmentation for tables with 10's or few 100's of pages. I see dev team asking question to...
September 12, 2023 at 5:12 am
Thank you Sir. will go through Paul White's blogs.
September 6, 2023 at 8:36 pm
:
:
:
:
:
:
Finally, I see a lock escalation at the end of the trace.
September 5, 2023 at 10:42 am
Thank you frederico. Yes, it is a busy server.
August 28, 2023 at 8:55 pm
Does it make any difference with the on-going open transactions to the database? is it better to do during maintenance windows when there are no incoming connections from the application?...
August 28, 2023 at 8:53 pm
We are trying to delete data from logging table which has grown upto 7 TB. App team now decided to delete the data based on some filters. As they are...
August 24, 2023 at 8:11 am
Thank you Sir.
August 23, 2023 at 8:05 pm
The db that table was in already had space allocated but that had not been used yet. Therefore, SQL can allocate that space to a table without having to...
August 23, 2023 at 11:28 am
Viewing 15 posts - 61 through 75 (of 542 total)