Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: Parameter Sniffing Question

    Colin,

    Thanks, again, for your response.

    >>>I never use estimated plans for debugging btw.<<<

    I'll keep that in mind.

    >>>Probably a silly question but your proc doesn't start with sp_  ?<<<

    There are no silly...

  • RE: Parameter Sniffing Question

    dgentry,

    The environment is SQL 2000 SP3 but there is some post-SP3 patch that has not been applied.

    Colin,

    >>>You say you took most of the code, so what didn't you take? -...

  • RE: Parameter Sniffing Question

    >>> QUOTED_IDENTIFIER and ANSI_NULLS settings <<<

    Now that is food for thought.  I use a template for defining stored procedures and it does explicitly set these two values before performing the...

  • RE: Get the current date

    In T-SQL there is no DATE type; only DATETIME.  The CONVERT to a string produces a string (Duh!) but if you convert this string back to a DATETIME, the time...

  • RE: Question of the Day for 16 Apr 2004

    I don't work with clustered servers (at least not yet), so I tried to look up this info using BOL.  There was nothing listed for the utility in the index. ...

  • RE: Question of the Day for 05 Mar 2004

    My original proposition was, if I am to be true to myself, sort of a T.I.C. mini-troll.  Just wanted to see if I could roil the waters a bit.  But I'm...

  • RE: Question of the Day for 05 Mar 2004

    >>>> though I'm sure some will come up with some complaints as usual <<<<

    Just 'cause I'd hate for you to be disappointed...

    The "correct" answer clearly states that the deleted table...

  • RE: Question of the Day for 04 Mar 2004

    When I looked at the percentages that people answered, 40% were correct and 10% said None of the above.

    Even combining these two, this is still a pretty pathetic percentage to correctly...

  • RE: Best practice?

    I NEVER (well, hardly ever) put anything into the Master database.  I want to keep it as pristine as possible.  The same goes for MSDB. 

    I will put things into...

Viewing 9 posts - 1 through 9 (of 9 total)