I have a Sheet that needs to be put into 2 separate table
The sheets has the following columns (essentially):
id,desc,date1,date2,date3,date4
The sheet would look like:
I need to put "id,name" in one table and "id,dateDesc (date1,date2,etc -
would be in header),date"
Can this be done from DTS?
Thanks
Tom.
The sheets has the following columns (essentially):
id,desc,date1,date2,date3,date4
The sheet would look like:
Code:
ID Name Date1 Date2 Date3 Date4
1 Mark 12/15/05 10/2/05 9/7/04 10/12/05
2 Joe 08/15/04 02/03/05 9/12/04 08/15/05
3 Stan 12/01/04 09/20/05 3/15/05 05/21/05
6 Rick 01/01/05 11/12/05 4/12/04 07/15/05
I need to put "id,name" in one table and "id,dateDesc (date1,date2,etc -
would be in header),date"
Can this be done from DTS?
Thanks
Tom.