Forum Replies Created

Viewing 15 posts - 49,231 through 49,245 (of 59,065 total)

  • RE: Coming In August

    Heh... I agree, Michael... there's always that. 😛

  • RE: Coming In August

    GilaMonster (7/11/2008)


    Jeff Moden (7/11/2008)


    Heh... I had the feeling you'd say that... I think all of that is more for formatting for folks that can't get over the 19000101 meaningless date...

  • RE: Coming In August

    Heh... they already have one! It's called the DATETIME datatype! What they really need is just a simpler way of formatting and they need to allow for the...

  • RE: Deadlocks

    If you're talking about RBAR update/select pairs, that's just a bad programming practice... between the proprietary UPDATE SET @variable = columnname = expression and the OUTPUT clause available in 2005,...

  • RE: Coming In August

    That's all well and good... I guess people who are unaware could use the help of the Date and Time datatypes. What I'm waiting for is the people who...

  • RE: -dynamic- function to convert several rows of a table to a csv list

    Of course your CLR function is going to beat the T-SQL function... you used RBAR on steriods... you need to test against a correctly written T-SQL function for this to...

  • RE: Deadlocks

    David Griffiths (7/11/2008)


    BTW this happens even though the SELECT is the only statement in transaction.

    Why on Earth would you put a single SELECT in an explicit transaction???

  • RE: Dumb Question!

    GSquared (7/11/2008)


    And now I know that you've seen "Harvey". And you know that I know that you've seen it. And I know that you know that I know...

  • RE: Coming In August

    GilaMonster (7/11/2008)


    A time table - Physics 101, Lecture room 2B, 9am every monday.

    Movie schedules. Movie X shows every day this week at 17:00, 20:30 and 23:00

    A store list with their...

  • RE: query tree, show tree structure

    There is a method for this in Books Online called "expanding hierarchies"... it has about the same amout of RBAR as a recursive subquery (recursive subqueries are not set based...

  • RE: First and first character after space should be capital.

    First, let me suggest a minor correction to your code... First, try this... (your original code with a twist on the data)...

    [font="Courier New"]DECLARE @OutString NVARCHAR(MAX)

    SELECT @OutString = ISNULL(@OutString, '') +...

  • RE: Coming In August

    GilaMonster (7/11/2008)


    I can see times when only a date is needed, or only a time...

    It's probably because I've not had enough coffee this morning, yet... :hehe: can you tell me...

  • RE: -dynamic- function to convert several rows of a table to a csv list

    Leo Mepham (7/10/2008)


    Jeff, I work with TSQL all day long, and I do read & enjoy your pieces on here - But I don't see that you've solved his problem?...

  • RE: -dynamic- function to convert several rows of a table to a csv list

    Sorry... I just couldn't imagine why anyone would want a dynamic solution for this... now I see one (pass multiple different CSR parameter lists back to a GUI). Still,...

  • RE: Dumb Question!

    GSquared (7/10/2008)


    No. Actually you are completely alone. The rest of us are just paranoid delusions. (By the way, the fact that you have imaginary friends as twisted...

Viewing 15 posts - 49,231 through 49,245 (of 59,065 total)