Viewing 4 posts - 1 through 4 (of 4 total)
Thanks Matt! I actually do need to perform this type of query also.
September 19, 2007 at 10:05 am
#734646
SELECT *
FROM TableWithNewData
WHERE (Column1 NOT IN SELECT Column1 FROM TableWithOldData AS old_Column1)) AND
(Column2...
September 18, 2007 at 10:06 pm
#734465
Never mind! I figured it out.
September 18, 2007 at 10:27 am
#734360
Can I do this: after I've put the data into the temp table, can I do a dts task to execute sql script that will run the update and put...
September 18, 2007 at 9:06 am
#734335