![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'd like to know if it is possible to do very limited normalization tasks using the DTS designer. I've inherited a table: tblGarbage ------- field1 field2 field3 I want to map this into my relational database : tblPersons ------------ Per_PersonID Per_GivenName .... tblPersons_PersonsCategories ------------------- Per_PersonID PerCatID For each row in tblGarbage, I want to map fields into tblPersons, copy the just-created Per_PersonID to tblPersons_PersonsCategories, and enter a hardcoded value, say, "2", to PerCatID. I know how I could script this using something like ASP. Is it possible to do this sort of simple task with the DTS designer? Thanks in advance. -KF |
#3
| |||
| |||
|
|
I'd like to know if it is possible to do very limited normalization tasks using the DTS designer. I've inherited a table: tblGarbage ------- field1 field2 field3 I want to map this into my relational database : tblPersons ------------ Per_PersonID Per_GivenName .... tblPersons_PersonsCategories ------------------- Per_PersonID PerCatID For each row in tblGarbage, I want to map fields into tblPersons, copy the just-created Per_PersonID to tblPersons_PersonsCategories, and enter a hardcoded value, say, "2", to PerCatID. I know how I could script this using something like ASP. Is it possible to do this sort of simple task with the DTS designer? Thanks in advance. -KF |
![]() |
| Thread Tools | |
| Display Modes | |
| |