Viewing 15 posts - 316 through 330 (of 1,999 total)
good of you to post us your update
you should have a quick look at Grant Fritchey's site - he despises profiler traces and loves XE
https://www.scarydba.com/2020/02/03/profiler-time-to-go/
you might pick up a few...
February 10, 2020 at 12:18 pm
a few years ago, I encountered an issue for a large retail company. Every single point of sale system stopped. the issue was that they had cloned the deployment server...
February 10, 2020 at 11:11 am
you don't need the select
example
INSERT INTO Customer (FirstName, LastName, City, Country, Phone)
VALUES ('Craig', 'Smith', 'New York', 'USA', 1-01-993 2800)
February 10, 2020 at 11:02 am
Dino - all good points.....but
You would make the Pi fault tolerant in Hardware (Zener Diode and some other bits) anyway, not within any OS.
i can't see how you can...
February 10, 2020 at 10:50 am
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
Viewing 15 posts - 316 through 330 (of 1,999 total)