Viewing 15 posts - 136 through 150 (of 543 total)
Thanks everyone for the explanation.But one thing bothering me,
Considering the below example, I am in read committed isolation level and assuming that my table has 100 rows inside it.
now, comes...
February 7, 2023 at 7:20 am
if the page inserts happens at end of the file, why it has block the SELECT statements?
February 5, 2023 at 12:07 pm
Many thanks Sir. Will try the blocked process report.
February 2, 2023 at 4:41 pm
Thanks everyone.
December 7, 2022 at 9:36 am
Sorry I didn't knew that there is a good way of posting sql code and query plan.
December 6, 2022 at 7:36 pm
Thank you Grant Sir & Jeff.
No trace flags has been enabled on the instance. Also, we are rebuilding the indexes every 30 mins. still we are seeing this issue of...
December 6, 2022 at 7:27 pm
If there are 50k reads, there's some data somewhere. Without seeing the query, your structures, the execution plan, nothing but the version of SQL Server, which, sorry, communicates just...
December 6, 2022 at 12:30 pm
Hi,
I have provided the version details in my description.
Microsoft SQL Server 2017 (RTM-CU23) (KB5000685) - 14.0.3381.3 (X64) Feb 9 2021 12:08:50 Copyright (C) 2017 Microsoft Corporation Enterprise Edition: Core-based Licensing...
December 5, 2022 at 10:19 am
-- now I am seeing version_ghost_record_count as well. How to clean up these ? why they exist? and how do they affect the SELECT performance?
SELECT
ghost_record_count,
version_ghost_record_count,
record_count,
*
FROM sys.dm_db_index_physical_stats (DB_ID(N'db1'), OBJECT_ID(N'tname'), NULL, NULL...
December 5, 2022 at 8:20 am
thanks a lot.
We are on sql 2017.
September 22, 2022 at 9:31 am
Thank a ton for quick response. Based on what you said, the application must have 2 connection strings.
-> wherever WRITES are there , they have to connect to the listener...
September 22, 2022 at 7:45 am
Got it. Thanks everyone for all your inputs.
August 11, 2022 at 12:16 pm
The choice to try and solve this problem by failing over just increased the issues. In this type of situation - the better option would have been to remove...
August 10, 2022 at 11:25 pm
Thanks for the inputs. Have couple of questions.
Q1) In worst case scenario, if the secondary db is unavailable or the secondary replica is overloaded, in that case does all read...
May 19, 2022 at 4:28 pm
Thanks Jeff. Gone through the article and changed the percentages.
May 12, 2022 at 12:37 pm
Viewing 15 posts - 136 through 150 (of 543 total)