non normalized to normalized data transfer help

queenannsrev

Member
Joined
Jun 28, 2005
Messages
6
Programming Experience
Beginner
(Solved) non normalized to normalized data transfer help

I would like to write a stored procedure that takes data from one table on one server and put's it into another table on another table. The issue is the first table is not normalized and the second is. So a field in table A that is being put into table B might be associated with another table.

table A value might be C but in table B it should be 2. The two is the Pkey from another table.

Does this make any since. If not let me know and I will try to explain better.

Thanks
 
Last edited:
Back
Top