Using SQL Ent 2005. I have a flat file that needs to be imported on a repeat
basis. The caveat is that this can not be scheduled because the time the
file is ready to import is known only to an external program. I have
control over this external program though.
Ideally I'd like to pass the SSIS job a parameter with the file name via a
SQLEXEC call from the external program. Kind of like a stored procedure
parameter.
Can this be done? If so how?
TYIA for any help.
=B