Hi All
I am using Execute SQL task to insert data into excel file with connection type as 'excel'
If i use following query it executes successfully and data loads into excel
INSERT INTO [Sheet1$B1:B1] VALUES ("Sample")
but it gives error if i pass the value through parameter
INSERT INTO [Sheet1$B1:B1] VALUES (?)
I want this value to be configurable but not able to find the proper solution, Can you please help me in this?
Thanks in advance 🙂
nik