Freelancer:
yalossolutions
Vinder
clarifications
Based on the input file I have there should be six columns in the inserts for a file stat starts like this: ------------------------------ begin tran -------------------------------- storedata ---------------------------- if not exists (SELECT * from storedata where where storeid=1 and storename='store1') insert into storedata(storeid,storename,storedesc,store1,store2,store3) values(1,'store1','store desc1','A','F','A') I added a parameter that limits he number of columns. Let me know how should I send the code. Thanks!
