Viewing 3 posts - 1 through 3 (of 3 total)
Thank you, I kind of see what you are doing..but in the table insert that requires the identity is like this
INSERT INTO dog_name
(
dog_ID --Identity from previous...
December 9, 2010 at 5:30 pm
#1260853
It amazes me that questions get asked, and yet no-one answers the questions. I would find so useful the example asked for here.
Leave the error checking aside, I too...
December 9, 2010 at 5:21 pm
#1260850
Yes true - table A is a table to hold the values to update the string with; joined on unique id.
Using sql 2000 so has to be T-sql. Thanks will...
July 2, 2010 at 8:01 am
#1188220