Viewing 15 posts - 1 through 15 (of 39 total)
Can I send XML files?
If yes How?
February 27, 2011 at 11:46 am
Let me know if you are able to setup a connection propertt like this and manage to get access to different FTP sites with same/different logins.
August 30, 2010 at 12:37 am
Hello,
Actually my requirement was to process files that are not processed. I will delete such processed files which are stored in a table after successful processing.
I have written some logic...
May 27, 2010 at 3:42 am
Hi Cozy/all,
Can you post a sample snippet of script task reading data like userid/password/ipaddress from some flat file and using these as variables in the code.
Instead of declaring environment variables.
Rgds,
Seetesh
May 20, 2010 at 4:38 am
This is what I had done
Dim f As String
For Each f In System.IO.Directory.GetFiles(path)
...
May 20, 2010 at 4:34 am
Priya,
Edit your first post and put the right answers there.
Rgds,
May 7, 2010 at 3:42 am
Maybe you can write a SQL Task that calls a stored proc which will do the count of records inserted in the Daa Flow task and populate the results of...
May 5, 2010 at 1:57 pm
I am writing a script that will delete the files on the local drive.
Dim path As String = "C:\aadelete"
...
May 5, 2010 at 11:48 am
Yup. Will post my code for your reference.
April 29, 2010 at 10:02 am
5 Pint of beer to you from my side for this solution. Working on it now to make it work else I will have nightmares if this code goes live...
April 29, 2010 at 9:49 am
Works with dbtimestamp but not with dbdate which is what I am surprised.
April 29, 2010 at 9:40 am
Sorry. Missed this point
Set the Option to Ignore Failure in the Error Output Tab of Derived Column Transformation.
There is a configure Error Output button in Derived Column Transformation Editor.
In...
April 29, 2010 at 8:48 am
Actually that is part of the small trial I did for receiving files from our ftp server. File size is 8 to 10 MB. But all are in .gz format...
April 29, 2010 at 8:10 am
did you try this solution?
April 29, 2010 at 6:06 am
Viewing 15 posts - 1 through 15 (of 39 total)