Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 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...


    I keep a close watch on this data of mine, I keep a connection to the database open all the time...

    Gianni Cache

  • 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...


    I keep a close watch on this data of mine, I keep a connection to the database open all the time...

    Gianni Cache

  • 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


    I keep a close watch on this data of mine, I keep a connection to the database open all the time...

    Gianni Cache

  • 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...


    I keep a close watch on this data of mine, I keep a connection to the database open all the time...

    Gianni Cache

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