Forum Replies Created

Viewing 15 posts - 466 through 480 (of 3,232 total)

  • RE: Today's Random Word!

    Chris Morris-439714 (5/21/2010)


    John Rowan (5/20/2010)


    I have 5 kids under the age of 10

    I reckon we should all club together and buy John a telly.

    Tellly?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Chris Morris-439714 (5/20/2010)


    John Rowan (5/20/2010)


    sing4you (5/20/2010)


    Not pregnant 😀

    Congrats! I'm happy for you too.

    Oh John...I always thought you were one of us good guys...

    I have 5 kids under the age...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    sing4you (5/20/2010)


    Not pregnant 😀

    Congrats! I'm happy for you too.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Chris Morris-439714 (5/19/2010)


    Pregnant

    Contrats Chris! I'm happy for you.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: A Design Question for my lookup tables

    Thanks Nice and Paul. Creating that view for them really gave me some flexibility for future design decisions. I was at a company where the developers and analysts...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Update - Sub Query Error

    This still leaves you with a poorly coded trigger. I would recommend fixing the trigger code as well. This is a common, but unfortunate, mistake in trigger coding....

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: A Design Question for my lookup tables

    We had some folks that were pushing pretty hard for this type of design at a company that I used to work for. I had the final design say-so...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Update - Sub Query Error

    Your query looks fine to me. Are you sure it is comming from this query? Is there maybe another query near this one that could be causing the...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Help with Date part

    @Chardates is a table variable that will only be used at the time of the query to find the invalid dates. It will not need to be maintained.

    Is this...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Help with Date part

    rjv_rnjn (5/17/2010)


    I would suggest trying this (on a separate set of data first)

    update TestTable set myDate = convert(varchar(20), getdate()-3,101)

    where myDate <= '01/01/1753'

    This will not work. Your <= comparison...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Help with Date part

    I would build out a dates table with character dates and then JOIN that back to your table to find date value that are out of range. You can...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Help with Date part

    The error you are getting is due to the CONVERT statement. The conversion results in an invalid date, hence the error.

    The best way to prevent this is...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: A Design Question for my lookup tables

    This is a widely debated topic. Here's a good link to reference. There's a link within that thread to a good article on the topic, but the thread...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Conditional Split Question (I think)

    You could use a Lookup Transformation for this. Set the Lookup Transformation so that the lookup sucess (green arrow) does not go anywhere after the lookup and the failure...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Kona Grill

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 466 through 480 (of 3,232 total)