We have 2 tables and want to copy/update the data from 2 columns in one table to the other table. One table has 4 columns (f_ident, f_type, s_ident and s_type). The information in columns s_ident and s_type needs to be added to the other table (over 45,000 rows). The other table also has s_ident and s_type columns that are currently empty. The criteria is that Table 1.f_ident = Table 2.f_ident and Table 1.f_type = Table 2._f_type then update the row with the new information.
Any suggestion on the best way to do this? I tried to do an Import Data, so I could create a dts package (will need to do this on another server as well); however, I can't figure out the exact sql statement to do this. Thanks.
Any suggestion on the best way to do this? I tried to do an Import Data, so I could create a dts package (will need to do this on another server as well); however, I can't figure out the exact sql statement to do this. Thanks.