Forum Replies Created

Viewing 15 posts - 48,451 through 48,465 (of 49,571 total)

  • RE: Configuration of Agent XP brings down server

    The agent XPs always change from 1 to 0 as the server starts shutting down. It's an effect, not a cause.

    What caused the shutdown is another matter. What's the...

  • RE: SQL 2005 Trace DURATION (Millisecs in Profiler, Microsecs in Table)

    There's an option in the profiler gui that sets whether the duration displays as milliseconds or microseconds. It measures in microseconds regardless, as do some of the performance related DMVs

  • RE: What is a Case Study??

    Couple times I had only 2-3 questions on a case study. Is not fun as the time is short. First time I got one of those I hadn't finished reading...

  • RE: Problem with log file

    May I suggest, once you've got this mess sorted out, considering table partitioning for such a large table? That way you'll have several smaller tables that appear to be a...

  • RE: Ordering of forums?

    I bought a whole lot too. Close on $400 of books.

    I'll be learning from this conference for months to come, especially once the DVD arrives. It was definitely worth...

  • RE: Tempdb Contention

    This may sound like a stupid question, but please humour me.

    How do you know you're having performance issues?

    Are queries slow? If so, all queries or some? All the time or...

  • RE: Ordering of forums?

    :blink: :blink: You're right. Wow. Certainly puts some perspective on things.

    If it hadn't been for the layovers in London the conference would have been longer, but not by much.

  • RE: This is why we needed the title in the notification msg

    Neither do I usually. I found this when I was posting a bug report, of all ironies.

  • RE: Problem with log file

    How many rows are in the table now? How many will still be there after the delete? Are there any foreign keys on this table or referencing this table?

    If the...

  • RE: DEAD LOCK

    Iterative delete is easy, and often necessary on large deletes. This is how I do it. Others may have their own preferences

    DECLARE @Done BIT

    SET @Done = 0

    SET ROWCOUNT 1000 --...

  • RE: DBCC checkdb error

    Run checkdb with the no_infomsgs option. That way all you'll see are any errors, not the detailed breakdown of how many rows are in how many pages of each table,...

  • RE: This is why we needed the title in the notification msg

    This one.

    Initially there was one blank line above. I edited 3 times.

    p.s. Thanks for the email header. I get to clear out my mail box on monday when I get...

  • RE: Couple minor bugs

    Ninja's_RGR'us (9/26/2007)


    :hehe: only is Shouth Africa :P.

    I resemble that remark! 😀 :hehe:

  • RE: Points or Posts

    Make the points visible somewhere else (front page) and change the formula so that contributing scripts or articles also counts (probably more than qotd answers and forum posts)

  • RE: Ordering of forums?

    Ninja's_RGR'us (9/27/2007)


    How was the return trip from PASS ?

    Long. :doze:

Viewing 15 posts - 48,451 through 48,465 (of 49,571 total)