Forum Replies Created

Viewing 15 posts - 11,371 through 11,385 (of 22,214 total)

  • RE: Performance Issue In DB

    RIF? Reading Is Fundamental?

    Educate the old guy.

  • RE: Same query, different reads/duration in Profiler

    Without more information I'm just guessing. It could be that different parameters for these queries results in simply different result sets. If it's accessing more data (the increased number of...

  • RE: Server Performance Monitoring

    If you have the enterprise level of SQL SErver 2008 or better, you can use the Data Collection, also known as the Management Data Warehouse, to collect performance metrics about...

  • RE: INDEXES

    The precise formulas are totally propriatary, but basically it works off the statistics available about the indexes. The more accurate those stats are to the underlying data and the more...

  • RE: Performance Issue In DB

    Jonathan Kehayias (1/19/2012)


    Grant Fritchey (1/19/2012)


    And if writing a book carries weight (I'd argue it doesn't, but...)

    +1. A really good book isn't necessarily due to the authors own knowledge. ...

  • RE: Performance Issue In DB

    And if writing a book carries weight (I'd argue it doesn't, but...) then I do have a book about the Profiler and I also argue for using the server-side trace...

  • RE: Trasaction log is getting full

    I strongly recommend setting the log to that larger size and leaving it there. Shrinking it over & over and letting it auto-grow over & over, that's causing fragmentation and...

  • RE: Changing Database Compatibility

    You can change the compatibility level with connections in place. But according to the Books Online, if you do that, you could get incorrect results in queries or other odd...

  • RE: Sql Server 2005 DataBase is Down

    Performance tuning is hard. It's difficult and it's time consuming and no, there are no reliable and accurate shortcuts.

    You can fix some simple stuff by running software like SQL Cop...

  • RE: SQL server 2008 exam 70-432 dumps

    There are legitimate practice tests you can take. Check the Microsoft web site. They list them there.

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (1/19/2012)


    If I've already announced this here, I apologize for the repost. I'm just so excited I can't remember where all I've shared the news already.

    I am beyond thrilled...

  • RE: Are the posted questions getting worse?

    SQLRNNR (1/18/2012)


    L' Eomot Inversé (1/18/2012)


    SQLRNNR (1/18/2012)


    anybody know a good resource for exporting into sqlplan format the xml from sys.dm_exec_query_plan(qs.plan_handle) for a smallish subset of ~100 plans?

    I have been able to...

  • RE: Performance Issue In DB

    TravisDBA (1/18/2012)


    Grant Fritchey (1/18/2012)


    The thing is, you can still use Profiler with all the cool stuff it does for you. It can generate TSQL for you to output trace events...

  • RE: Performance Issue In DB

    The thing is, you can still use Profiler with all the cool stuff it does for you. It can generate TSQL for you to output trace events to a file,...

  • RE: Performance Issue In DB

    TravisDBA (1/18/2012)


    TravisDBA (1/18/2012)


    Dave Ballantyne (1/18/2012)


    I still say that using SQL Profiler is a good place to start

    It hasnt been said explicity in this thread , so i will 🙂

    Never...

Viewing 15 posts - 11,371 through 11,385 (of 22,214 total)