Hi Friends,
I have a transforamtion which transfers data from source to desitnation (SQL table To Sybase table).
The table has an identity column , hence i have written 'Set Indentity insert table1 On' in the 'Advanced Tab' of 'Database Connection'.
This is working fine for 1 table , but if i have 5 tables i have put as:
'Set Indentity insert table1 On';'Set Indentity insert table2 On';'Set Indentity insert table3 On'...etc.
This is not working. (PFA the screenshot).
Since all the 5 tables have identity column, i want to first make their identity inserts on and then insert the data.
How can i achieve the same?
I want to create a single job which will calls the 5 transformations and inserts data into the 5 tables at one time.
Request you to help me .Please suggest.
Thank you.
Naseer.
I have a transforamtion which transfers data from source to desitnation (SQL table To Sybase table).
The table has an identity column , hence i have written 'Set Indentity insert table1 On' in the 'Advanced Tab' of 'Database Connection'.
This is working fine for 1 table , but if i have 5 tables i have put as:
'Set Indentity insert table1 On';'Set Indentity insert table2 On';'Set Indentity insert table3 On'...etc.
This is not working. (PFA the screenshot).
Since all the 5 tables have identity column, i want to first make their identity inserts on and then insert the data.
How can i achieve the same?
I want to create a single job which will calls the 5 transformations and inserts data into the 5 tables at one time.
Request you to help me .Please suggest.
Thank you.
Naseer.