Viewing 15 posts - 316 through 330 (of 1,995 total)
just out of curiosity. is the log growing and stays 100% full? or does it grow and then space is released and it refills?
if it is the former then it...
February 10, 2020 at 9:56 am
I'm not kidding about the plan by the way - I picked the 2 main elements and set them to fit to screen

February 7, 2020 at 3:36 pm
I haven't factored in the parallelism issue so far - but yes, a lot of the time "part" of the plan goes parallel, I was kinda thinking it might have ...
February 7, 2020 at 3:26 pm
Jeffrey is correct in asking the largest table size
i'd also ask.. are you doing index rebuilds or index defrags... a rebuild will take the whole index and churn it up...
February 7, 2020 at 12:08 pm
Thank you. Since my original post, I have determined that each query tab is a session because each tab has it's own unique SPID.
we didn't know that you didn't...
February 7, 2020 at 8:53 am
you will never find @p1 in your codebase.
easiest way to see it it to run a profiler trace from sal management studio and see the queries coming through - not...
February 6, 2020 at 5:27 pm
MVDBA (Mike Vessey) wrote:upgrade quickly, then you can use querystore and plan guides
Yeah, just wing it. I'm sure everything will be OK 🙂
that is what my IT director keeps telling me...
February 6, 2020 at 5:10 pm
@p1 is generated by sql and your sql driver for prepared statements it's not in PHP
February 6, 2020 at 5:00 pm
upgrade quickly, then you can use querystore and plan guides
February 6, 2020 at 4:57 pm
I'm stretching here on this one (and i'll get shot down) - if it works on one server but not on another then it's either a database or server setting.
if...
February 6, 2020 at 3:14 pm
I used to work for a cyber security and anti-virus company. a lot of the research team used to put black insulation tape on phone cameras (both sides) and laptop...
February 6, 2020 at 3:05 pm
If you were to run EXEC dbo.NoRepro;, then you would get the errors above. If, however, you ran the SQL inside the SP, then it would succeed.
No errors for me:
no...
February 6, 2020 at 1:49 pm
is ti sql 2019? we've seen a few issues with functions not behaving as expected - not honouring order by... is it possible that this is another sql 2019 bug?
if...
February 6, 2020 at 1:36 pm
YYY
-MM-ddThh:mm:ss.nnnnnnn
Good DBA you should see the number of times an app on some estates breaks on the 13th of the month - usually not figured out until valentines day...
February 6, 2020 at 1:32 pm
ALL nonclustered? so it's a heap? - I have no idea how SQL will handle 55 million rows with regard to page splits at that point
I'm afraid we have all...
February 6, 2020 at 1:28 pm
Viewing 15 posts - 316 through 330 (of 1,995 total)