I would like to know how I could write the following stored procedure
step 1 read the data from database1
step 2 add the results from step 1 to database2. Note that fields in database1 are not necessary the same name as the fields in database2.
step 3 write into a field from step 1 results that the information was added to database2.
Thank you for your help
dbware
step 1 read the data from database1
step 2 add the results from step 1 to database2. Note that fields in database1 are not necessary the same name as the fields in database2.
step 3 write into a field from step 1 results that the information was added to database2.
Thank you for your help
dbware