He all,
I wish to loop one SQL code like EXEC [dbo.MyStoreProc] '\\mypath\myfile\'
the value of \\mypath\myfile\ is the file name found with the task list File(s).
That is the task sequence as I think to be:
list File(s)
In the task SQL I set the loop as for each row in {TASK(PrevTask|StdOut)}
so how I can pass the filenalme at SQL code?
EXEC [dbo.MyStoreProc] '\\mypath\myfile\' {TASK(PrevTask|StdOut)}(x) ?
thank
Fabrizio