Hi Folks,
i am genarating a new destination table on fly.. with same source table column names with related datatypes.
i have source table like this,
SId Sname Firstnam Lastname Middlename
101 XX - - -
102 YY - - -
i need the Destination Table like this,
StudentID Sname Firstnam Lastname Middlename
101 XX - - -
102 YY - - -
Finally My Agenda Is SId Becomes Studentid when the creation of new table in destination not manually i need dyanamically..
please help me ASAP.....
Regads,
Siva
i am genarating a new destination table on fly.. with same source table column names with related datatypes.
i have source table like this,
SId Sname Firstnam Lastname Middlename
101 XX - - -
102 YY - - -
i need the Destination Table like this,
StudentID Sname Firstnam Lastname Middlename
101 XX - - -
102 YY - - -
Finally My Agenda Is SId Becomes Studentid when the creation of new table in destination not manually i need dyanamically..
please help me ASAP.....
Regads,
Siva