Viewing 15 posts - 1 through 15 (of 44 total)
Yes, I was obviously lazy typing it here, sorry, it looks like the way you wrote it.
August 29, 2024 at 10:33 am
I have already done that, scroll up a few posts.
EDIT: Sorry, duplicate post.
August 29, 2024 at 8:54 am
Already done that, scroll up a little bit.
August 29, 2024 at 8:52 am
They are all NVARCHAR's so that shouldn't be the problem.
August 29, 2024 at 8:33 am
Might have discovered a piece of the puzzle..
When problematic query looks like this.. WHERE param=@p1 it might run fine if I add a relevant index in SSMS, but if I...
August 29, 2024 at 7:11 am
There's no way for me to override the NHibernate stuff in the solution I'm working in. It's way too complex and even if I manage to do it, people will...
August 29, 2024 at 6:03 am
No I can't use UNION since this is NHibernate generated.. I really prefer good old hand-coded SQL though.. 🙂
I made a simpler query than the actual one but the problem...
August 27, 2024 at 8:11 am
I can't share the executionplans (without massive censoring) since it belongs to the place I work sadly.
It would be quite easy try running the query 3 times but since this...
August 22, 2024 at 11:30 am
The query is slow (when using all three conditions) no matter what I use, SSMS or app.
August 22, 2024 at 11:02 am
The problematic (readonly) query only returns one row with the parameters used when captured with Extended Events so I don't think it's related to huge amounts of data(?) I'm trying...
August 12, 2024 at 5:52 am
Issue solved, Querystore - storage was too low, we increased the storage and things turned back to normal as far as I can tell.
May 30, 2024 at 1:00 pm
I attach a screenshot from Querystore, "overall resource consumption" in gridformat. Around the 5:th of may, we upgraded to enterprise version but querystore started to behave odd, as you can...
May 20, 2024 at 5:51 am
Most likely scenario is probably a script with lots of INSERTs.
January 20, 2024 at 3:47 pm
Probably the most annoying thing on internet today, those annoying cookie-dialogs.
January 10, 2024 at 6:34 am
Yes, but what about fragmentation? Should I bother? FillFactor? It's easier with just one index-column, not multiple (in my head anyway... :))
August 18, 2023 at 12:01 pm
Viewing 15 posts - 1 through 15 (of 44 total)