Hi folks,
I am looking for solution where I need to insert and update data into table.
If data found then update else insert but sequence should be taken from the table column entity_id.
Here Entity id is primary key where sequence getting update in it is an interger value.
Attachment 15406
I am able to update data into table but when I am trying to inserting data there is an issue of sequencing.
I don't know how to filter new records that can be insert from the enitre file.
I need this in two seperate process of update and insert as shown in image becasue in future we can add delete concept as well.
Table sample data:
Attachment 15407
Note : DB we are refereing here is sql server 2008, In this sequence cannot be created.
I am looking for solution where I need to insert and update data into table.
If data found then update else insert but sequence should be taken from the table column entity_id.
Here Entity id is primary key where sequence getting update in it is an interger value.
Attachment 15406
I am able to update data into table but when I am trying to inserting data there is an issue of sequencing.
I don't know how to filter new records that can be insert from the enitre file.
I need this in two seperate process of update and insert as shown in image becasue in future we can add delete concept as well.
Table sample data:
Attachment 15407
Note : DB we are refereing here is sql server 2008, In this sequence cannot be created.