Forum Replies Created

Viewing 15 posts - 45,046 through 45,060 (of 49,571 total)

  • RE: The Top Ten Reasons to Attend the PASS Summit 2008

    K. Brian Kelley (8/14/2008)


    It's expected that our time there be used to bring back knowledge for the whole team's benefit. Since I had my laptop with me, I basically...

  • RE: Wax off... wax on...

    Perhaps in between the delete batches restart the log reader, let it process the deleted rows, then backup the log, disable the log reader, delete, repeat.

    It's a lot of script...

  • RE: The Top Ten Reasons to Attend the PASS Summit 2008

    Larry Johnson (8/14/2008)


    Thanks for your feedback!

    I get a little frustrated when someone asks for money to attend a conference, and all the bloggers can talk about are silly things.

    I...

  • RE: Wax off... wax on...

    Jeff Moden (8/14/2008)


    Oh hell no! 🙂 I'm not a "systems" type of DBA

    :hehe: Me neither

    Thanks again for the help... I may have to make...

  • RE: Wax off... wax on...

    rbarryyoung (8/14/2008)


    Now, now, be nice to the OP, Gail. 😀

    I thought I was being nice 😉

  • RE: Wax off... wax on...

    Jeff Moden (8/14/2008)


    Aw crap! They've scheduled a job for every blood Log Reader Agent!!! I'm going to need to disable those buggers, too, huh?

    It should, if I recall correctly,...

  • RE: Wax off... wax on...

    Jeff Moden (8/14/2008)


    Aw crap! They've scheduled a job for every blood Log Reader Agent!!! I'm going to need to disable those buggers, too, huh?

    That's done by default when replication...

  • RE: Wax off... wax on...

    Jeff Moden (8/14/2008)


    79 not including the MS-4... appears that they have created 1 Log Reader Agent for every customer database... two of which are active constantly... the two each...

  • RE: Server Side Trace to a table NOT file - possible?

    I think I haven't explained clear enough.

    fn_trace_getinfo shows you the active traces that SQL knows about. It just shows traceID, status (stopped, paused, running) and file location that the trace...

  • RE: Named instance & Default Instance. Can we just have Named Instances?

    GSquared (8/14/2008)


    Nope. Didn't know about that option. MS Tech Support apparently didn't either

    LOL.

    The same file needs to be changes when running SSIS on a cluster. SSIS isn't...

  • RE: Server Side Trace to a table NOT file - possible?

    Pretty much, although you can interrogate SQL as to the traces that are running.

    select * from fn_trace_getinfo(0)

    Get profiler to generate the trace creation code for you. It's easier than...

  • RE: Wax off... wax on...

    Jeff Moden (8/14/2008)


    Oh dear... I think I've found what you're talking about... it's in EM under {Replication Monitor}{Agents}{Log Reader Agents}... they've really really overdone it... there are 70 of the...

  • RE: Fragmetation

    David Branscome (8/14/2008)


    DBCC UpdateUsage shrink file sp_updatestats Index Rebuild

    Implementing these maintenance options will improve performance.

    The shrink file certainly won't.

    The update stats is...

  • RE: Server Side Trace to a table NOT file - possible?

    Server-side trace is only to a file. Tracing to a table isn't recommended even from profiler GUI because it has the highest impact on the traced server of all of...

  • RE: missing index DMVs

    KATHLEEN Y ZHANG (8/14/2008)


    Thanks, Gail. I am a little confused though, shouldn't the optimizer know that the previous execution plan is less costly than the new one and use the...

Viewing 15 posts - 45,046 through 45,060 (of 49,571 total)