Dear All,
I need to generate the Seed data from the existing table. If I need to generate all the data in the Table, I can use the SQL script generate wizard, but I need to generate the script which has the CHECK FOR EXISTENCE of EACH RECORD.
So I need a Procedure or Function where it generate the data script with data existence check for each record.
Thanks in Advance.