Forum Replies Created

Viewing 15 posts - 45,931 through 45,945 (of 49,571 total)

  • RE: SQL Profiler andFiltering

    peace2007 (7/6/2008)


    Thanks for the reply 🙂

    I'd like to monitor my stored procedures on another server. I think I should use SP_Counts or TSQL_SPs templates but what if I need a...

  • RE: How do I move SQL from 32 to 64?

    Doctor Who 2 (7/5/2008)


    Really, Gail? I would have thought there would have been some difference. Is it all within the SQL Server executable, then? I guess it...

  • RE: To Certify or Not To Certify

    Steve Jones - Editor (7/6/2008)


    I think the simulation path is the way to move. I know lots of people were tripped up on the 70-431 sims of SSMS.

    Yup. Several of...

  • RE: Clear Message in Stored Procedure

    swtrans (7/6/2008)


    I reloaded service pack 4 for sql server ... and was able to get to the properties window. I set the database to the simple recovery...

  • RE: To Certify or Not To Certify

    Jeff Moden (7/6/2008)


    I wonder how many questions they have on cursors now adays... If it's more than 5, I would flunk because I avoid them like the plague.

    I don't actually...

  • RE: Handling Huge SQL Database

    That particular query shouldn't need tempDB space, as it has no query operators that require a work table. Sorts, hash joins, hash aggregates and other operators require space in TempDB....

  • RE: doubts in Indexing

    Now we're getting somewhere useful.

    Aprox how many rows would that query return? How many in the total table?

    Ignoring covering for now (will get back to that once I have the...

  • RE: SQL Profiler andFiltering

    Could you explain a bit more what kind of filtering you're trying to do?

  • RE: To Certify or Not To Certify

    Vivien Xing (7/6/2008)


    I think MVP is more valuable than the certificate.

    And significantly harder to get. Plus it's about different things. MVP is about community involvement more than anything

    Congratulations Gail!...

  • RE: Clear Message in Stored Procedure

    Ok, I have to ask. Why are you truncating and shrinking your log file?

    If you don't care about being able to restore to a point-in-time, set the database into simple...

  • RE: Effect of UPDATE STATISTICS

    Is there any blocking? If you look at the results from profiler, are certain queries slow and other not?

  • RE: Effect of UPDATE STATISTICS

    Hmmm. Probably not. Sorry, I missed that it was the people using the 2000 box that were having problems.

    Yup, is a good time for profiler. Also maybe start up perfmon...

  • RE: I Need Full Info of MCTS(70-431) exam,Please give me Tutorial and Hints.

    I believe it is 1000, though I have not seen that officially confirmed and I don't know anyone who's received that. (Best I've done is 984 on a VB exam...

  • RE: To Certify or Not To Certify

    Jeff Moden (7/5/2008)


    That's where you and I may differ... I don't ask questions that appear on the certification...

    Nor do I.

    What I mean is that is someone says they...

  • RE: query performance problem

    rbarryyoung (7/5/2008)


    Secondly, to do anything with this, we need to see the table definitions and the table relationships.

    And for performance problems, the index definitions are also very important....

Viewing 15 posts - 45,931 through 45,945 (of 49,571 total)