Another Newbie Q
Old Database-->table/data--->Move into new database--->table
So basically, what we want is basically, the old database has some data we want to move to the new database. But here is the kicker, the new database already has data in the table we want to move data to. So basically, is there a scripts that does kinda the following,
if a column matchs between the old table and new table,
skip
but if the column from the old table isent in the new,
Add
I see that DTS could do this, but could TSQL do this?? And if so, what would the code be.
Rob W.
Old Database-->table/data--->Move into new database--->table
So basically, what we want is basically, the old database has some data we want to move to the new database. But here is the kicker, the new database already has data in the table we want to move data to. So basically, is there a scripts that does kinda the following,
if a column matchs between the old table and new table,
skip
but if the column from the old table isent in the new,
Add
I see that DTS could do this, but could TSQL do this?? And if so, what would the code be.
Rob W.