Viewing 15 posts - 16 through 30 (of 65 total)
My scenario is slightly different I think. All source files ouind will be moved to Dest1, Dest2 etc. ie. it doesn't matter how many source files I find or what...
December 2, 2010 at 8:24 am
What I have now is an Execute SQL Task wich reads the different Destination recordfs from the SQL table and puts them in an object variable.
I then move to a...
December 2, 2010 at 8:19 am
Yes - maybe I'm over complicating things. If I use the wildcard method for the Source folder, how do I loop through to different destinations. Do I still assign the...
December 2, 2010 at 8:11 am
Apologies.
The scenario is:
Move C:\SourceFiles\*.* to C:\DestinationFiles\*.*
Over time more destinations may be added so I put them in a SQL table with SourceFileName and DestinationFileName columns. I can simply add new...
December 2, 2010 at 7:51 am
the SourceFolder variable will be the same, but there may be more than one text file in there - so I need to iterate over these files (one or many)...
December 2, 2010 at 7:34 am
It was assigning the source and destination paths to an object variable and looping through them via a ForEach loop / FST using these variables.
December 2, 2010 at 7:25 am
That sounds like just what i need.
When you say VB Transform what exactly do you mean? Do you have an example of the code? My data looks like:
3000000
4111111
4111111
4111111
3000111
4111222
4111222
4111222
So 3000000...
October 5, 2010 at 9:42 am
One more question on this...
As I split the records up from the original file, the detail records need to have some information from their header records appended to them. The...
October 5, 2010 at 9:10 am
Thanks for all your replies. I'm still workingh on the solution but am nearly there (using Conditional Split)
October 5, 2010 at 8:57 am
I have solved the problem.
What I had to do was put a ? in the Filter columns against the Year and Period columns. This then automatically created two Parameters under...
April 1, 2010 at 8:45 am
I assume these tools actually create a series of ALTER TABLE / VIEW commands to be run over the live database, as I notice the "Script Table As - Alter...
November 19, 2009 at 6:56 am
Sorry, on 2000 I do.
Post 2000 I use EXEC msdb.dbo.sp_send_dbmail.
October 5, 2009 at 9:16 am
Thanks for the explanation. I see now. When I use for example "exec master.dbo.xp_smtp_sendmail" you have to specify a @To parameter which I suppose is the equivalent of specifying an...
October 5, 2009 at 8:32 am
Everything is controlled by the Web App.
And yes all that makes sense. Thanks.
March 23, 2009 at 2:50 am
Viewing 15 posts - 16 through 30 (of 65 total)