Re: sending export file name from a c# windows app. -
06-28-2005
, 10:11 AM
You could make use of dynamic properties task. More info at:
http://msdn.microsoft.com/library/de...mtsk3_6q7f.asp
also checkout SQLDTS.com
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/
"Banu_tr" <abuslu (AT) hotmail (DOT) com> wrote
I have DTS packages. I run them from a C#program. DTS packages run a query
and exports results as txt files. I want to send export file name
dynamically
from my program. Is it possible? |