Forum Replies Created

Viewing 15 posts - 7,771 through 7,785 (of 9,707 total)

  • RE: Are the posted questions getting worse?

    GilaMonster (8/2/2010)


    WayneS (8/2/2010)


    I would realistically charge (for something like this) a little less than what Gail is mentioning here... after all, she is a lot better than I! 😎

    I was...

  • RE: Truncate rollback

    The Q&A come from different people and those people use different references. Usually each question has the source listed below it once you've tried to answer the question.

    But if you...

  • RE: best online tool to store work notes?

    It's not designed for single person use, but Yahoo!Groups has a database feature (more like a flat file that calls itself a database) plus a files section for attaching files....

  • RE: Today's Random Word!

    Kit G (7/30/2010)


    Houston is in the middle of a wet prairie (read - swamp that is almost filled in, but not quite).

    That's most of FLorida. Good ol' reclaimed swamp land....

  • RE: Today's Random Word!

    Kit G (7/30/2010)


    Brandie Tarvin (7/30/2010)


    FLORIDA! 😛

    'Nuff said, yes?

    (mugginess wimps. @=)

    Bah. You want mugginess, check out Houston, TX in the summer. UGH. Tampa is nice compared to...

  • RE: Truncate rollback

    saagrawal (7/30/2010)


    it is working opposite to my knowledge.

    Where did you read that you can't rollback a truncate? Do you have specific sources?

  • RE: Today's Random Word!

    FLORIDA! 😛

    'Nuff said, yes?

    (mugginess wimps. @=)

  • RE: Sysprocesses Question

    Look up 'sysprocess system table' in Books Online.

    BOL


    stmt_start

    Starting offset of the current SQL statement for the specified sql_handle.

    stmt_end

    Ending offset of the current SQL statement for...

  • RE: Connections & Sessions

    Each window is a separate session. And since you're not doing much of anything else, there's only 1 connection per session.

    EDIT: Each session has a minimum of 1 connection per...

  • RE: Password change error

    sushantkumar1984 (7/29/2010)


    that section is unchecked.

    Then it's time to crack open the application code and see what the login module is trying to do. You need to debug it (or have...

  • RE: Password change error

    sushantkumar1984 (7/29/2010)


    The app allows changing of password as it is enabled in sql 2005 to enforce password policy.

    Just so you know, these are NOT the same thing. If the application...

  • RE: Buffer Pool information/usage

    Pam Brisjar (7/29/2010)


    Processor tab: affinities automatic max threads 0, boost priority not set

    Nothing else runs on this machine other than the standard server things.

    But you're having performance issues still....

  • RE: Today's Random Word!

    dbowlin (7/29/2010)


    John Rowan (7/29/2010)


    I knew that dbcc timewarp would be the secret to our success!

    Yes, but let's keep it a secret, lest we anger the TSF (Temporal Security Forces) and...

  • RE: Sysprocesses Question

    stmt_start and stmt_end means when the query started running and when it stopped running.

    Look up Profiler in BOL. All your column names are similar enough events & columns in...

  • RE: Password change error

    Was the login able to log into the system before the change password attempt? Is it still able to login now? (Just verifying the change is the only thing you've...

Viewing 15 posts - 7,771 through 7,785 (of 9,707 total)