Viewing 4 posts - 1 through 4 (of 4 total)
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...
February 2, 2007 at 7:51 am
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...
August 10, 2006 at 12:59 pm
Can you post your insert statement as well?
You should also make sure SET IDENTITY INSERT isn't set to ON
July 31, 2006 at 9:26 am
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...
July 13, 2006 at 1:46 pm
Viewing 4 posts - 1 through 4 (of 4 total)