Viewing 15 posts - 16 through 30 (of 173 total)
Is fn_dblog likely to cause any performance issues? So far it's 9 minutes & still running for the following:
SELECT top 1 *
FROM fn_dblog (NULL, NULL)
WHERE Operation = 'LOP_ABORT_XACT';
Edit: I...
June 6, 2014 at 2:05 am
Hi,
I feel this is unlikely because at the point there was 2,300 rows inserted the gap between first & last was 2.6 million (that's a lot of failed transactions); how...
June 6, 2014 at 1:38 am
OK thanks for the clarity. I guess I'll just add an extra step to fullscan on that particular table after doing an all-round sp_updatestats.
March 11, 2014 at 4:55 am
Could have sworn I already replied to this :f
The reason I have a hard time believing 1/2 are likely is because of the gap ranges. 7-8 times the sequence gaps...
February 27, 2014 at 2:36 pm
Oh I see, thanks for the info. I will have to read up on XEvent as I haven't heard of it before.
Is there any kind of known bugs with the...
February 27, 2014 at 2:59 am
Ah I see haha, I guess that's why the difference is null (since the gaps).
Thanks.
February 26, 2014 at 4:46 am
GilaMonster (2/21/2014)
February 21, 2014 at 1:05 pm
GilaMonster (2/21/2014)
Please don't tell me you're running DTA on the production server?
Hehe no, on test. I restored a recent backup to test & moved the trace file to there (where...
February 21, 2014 at 10:47 am
Any idea why that trace wouldn't be read by DTA? Is there a size limit that it will support (trace is 3.4gb).
Also, why does RECONFIGURE take over 3 minutes (I...
February 21, 2014 at 2:37 am
Indeed :), that's the one I read before but it seems I need to increase the TextData column:
Msg 8152, Level 16, State 10, Line 1
String or binary data would be...
February 20, 2014 at 9:08 am
Hi Gail,
I cleared the stats yesterday & let them run to get a more accurate picture of the recent state. Using this Paul Randal query[/url] I get the following results:...
February 20, 2014 at 8:20 am
Hi Gail,
It was an object in tempdb so my assumption is that it would be that local temporary table created/dropped by the procedure because when I try OBJECT_NAME on the...
February 6, 2014 at 2:55 am
Jeff Moden (10/8/2013)
I have been known to stop an interview after just one super simple question and trust me on this... the question is just absolutely stupid simple.
What Q...
October 8, 2013 at 8:04 am
I think it's all down to motivation. We have quite a large team (16 DBAs) where you can see juniors (1-2 years experience) who are better than a couple seniors...
October 7, 2013 at 5:45 am
Exactly, so wouldn't it be more likely to push out blocks from a query that returned 3 seconds earlier? Or is frequency a page is touched counted towards what becomes...
October 4, 2013 at 2:56 pm
Viewing 15 posts - 16 through 30 (of 173 total)