Forum Replies Created

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

  • RE: Hello, I''''m Gianni Cache

    I hear the SA codin'

    slappin' keys again

    but I ain't seen the code run

    since I don't know when

    well I'm stuck in SQL prison

    logging slows me down

    but that SA keeps...

  • RE: Using CASE with Update

    table name questions aside, I think the update stmt with a case would go something like this:

    update tbl1

    set tbl1.ln = CASE tbl2.G1FirstName

           WHEN <> '' then tbl2.G1FirstName

           ELSE...

  • RE: how to insert PK automatically?

    Can you post your insert statement as well?

    You should also make sure SET IDENTITY INSERT isn't set to ON

  • RE: Need script to split a column fullname to first & last name

    I've done similar kinds of processing and it would be nice if you could always have the same format (i.e. last, first) but that never happens on a consistent basis...

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