Viewing 11 posts - 1 through 11 (of 11 total)
and new column is not null column.
January 5, 2020 at 10:07 am
Can we use MERGE Statement for data archiving?
December 10, 2019 at 11:27 pm
yes Grant, it is executing in 1 sec after forcing index seek
December 2, 2019 at 8:00 pm
As temporary fix, forcing Index seek hint. Now Optimizer is using Index seek and no sort
November 29, 2019 at 8:09 pm
I've uploaded the screen shots, for query 11 in the sqlplan, I'm not seeing sort in Test.
also, Index scan is happening in Prod vs Index seek in Test
November 29, 2019 at 5:34 pm
I've uploaded the screen shots, for query 11 in the sqlplan, I'm not seeing sort in Test.
November 29, 2019 at 5:34 pm
thanks Grant.
I just took fresh backup of PROD database and restored in Test server and executed the same query and SORT is happening prod but not in Test. It executes...
November 27, 2019 at 7:58 pm
Thanks so much,
I have attached anonymized sql plans using SentryOne's Plan Explorer
This website is blocking sqlplans, so I've uploaded XML version of it. Please advise
November 27, 2019 at 6:11 pm
In prod, Sort Operator, I'm seeing below warning:
Operator used tempdb to spill data during execution with spill level 1 and 1 spilled thread(s), Sort wrote 51440 pages to and read...
November 27, 2019 at 12:43 am
No information in the logs other than memory dump.
We had failover as Manual. But if the primary is not healthy, will it not failover to secondary at all with Manual...
November 21, 2019 at 12:24 am
Viewing 11 posts - 1 through 11 (of 11 total)