Viewing 15 posts - 1,021 through 1,035 (of 1,118 total)
Why are you posting exactly the same question multiple times? Your question has been answered here.
December 18, 2008 at 8:14 am
nalin_abeywardana (12/18/2008)
I'm new to SSIS and i want to run a FTP task in SSIS.Basically I want to transfer some zip files from a FTP server and unzip them...
December 18, 2008 at 8:10 am
Similar question was asked a couple of days ago. Check here.
December 18, 2008 at 8:02 am
The SQL Job Agent account you use to run the package, most probably doesn't have permissions to this share. Do you use the SQL Job Agent account or you have...
December 15, 2008 at 11:40 am
The FTP can be accomplished with FTP Task. However the emailing have to be done with script task. You have to use SmtpClient and MailMessage.Attachments property in particular. Check this...
December 15, 2008 at 5:49 am
I'm not sure where you are looking for the needed information, but you have to concentrate on PipelineComponent API and ComponentMetaData property in particular. This is where you will find...
December 12, 2008 at 10:24 am
First you have to determine if your source pulling or destination pushing is slow. I would you suggest that you install Trash Destination Component and direct your source data to...
December 12, 2008 at 10:15 am
It looks like you are getting some low-level network problem. It might be a hardware problem. Is it possible to try the same package on another machine?
December 12, 2008 at 10:11 am
You can accomplish this using package variable. After you setup a constraint between two tasks, double click on it and define evaluation operation to expression. The expression will point to...
December 12, 2008 at 10:09 am
Why you cannot write data using the .NET provider? Do you get an error and what error?
December 12, 2008 at 10:04 am
Your description of the requirement is not very clear. Are you trying to FTP a file and then if successful send email?
December 12, 2008 at 10:03 am
Can you post your SSIS packages to take a look?
December 11, 2008 at 8:21 am
You can check here:
http://support.microsoft.com/lifecycle/?p1=2852
It looks like the mainstream support has been "retired". There is still extended support available, but this is the option I was referring when I said you...
December 10, 2008 at 1:59 pm
Check the features included in SQL 2005 here.
For SQL 2008 check here.
It looks like you need at least SQL Server Standard edition.
The other approach would be to implement in C#...
December 10, 2008 at 7:52 am
Viewing 15 posts - 1,021 through 1,035 (of 1,118 total)