Viewing 15 posts - 12,601 through 12,615 (of 13,838 total)
Why does the Server A task need to wait for the Server B task - is there some dependence there that you have not mentioned? What happens if the Server...
July 21, 2009 at 4:10 am
1) Create a Double variable to hold the result of executing the max sal query
2) Create a String variable to hold your variable SQL.
3) Run an Execute SQL task to...
July 20, 2009 at 2:28 am
So N is a Name record, A an Address record, etc?
.. the records length is fixed for certain records only, ...
Please explain what you mean by this and give...
July 17, 2009 at 10:49 pm
It's always a pleasure helping someone who's enthusiastic and eager to learn.
No rep points here - just hoping that good SQL karma will come back to me when I get...
July 17, 2009 at 7:29 am
Also check that the BudgetFilePath variable has been set so that it points to a valid file so that SSIS's meta-data validation does not fail.
July 17, 2009 at 12:34 am
Ah yes - that copy line was causing me pain because my file system does not have the path you were using, so I muted it 🙂
Change your Evaluation: Expression...
July 16, 2009 at 10:24 pm
Try this:
Imports System
Imports System.Data
Imports System.Math
Imports Microsoft.SqlServer.Dts.Runtime
Public Class ScriptMain
Public Sub Main()
Dim FileSource As String, FileDestination As String
Dim file As FileIO.FileSystem
...
July 16, 2009 at 7:16 pm
Interesting. Can you give me an example of what your source file variable contains?
July 16, 2009 at 10:18 am
jim (7/16/2009)
July 16, 2009 at 8:48 am
ryan213 (7/16/2009)
Do I need to change anything in that script? I'm pretty sure I followed everything. I created a string variable called SourceFile that contains the location/filename...
July 16, 2009 at 8:42 am
Huh? Are you talking about a row-by-row comparison, or something else? What do you mean by binary - are you referring to a checksum?
More detail needed about why you are...
July 16, 2009 at 8:17 am
You should not need a script.
Configure a flat file connection, setting the format to 'fixed width' and then set all your start positions and lengths ...
July 16, 2009 at 8:14 am
No problem. Just a script task is needed to take the variable containing the file name and do the file copy for you. This would be on the Control Flow,...
July 16, 2009 at 8:10 am
Whoa, what is that!? 😀
I'm assuming that 12345 is just dummy data and not some obscure representation of a date (number of days since a blue moon,...
July 16, 2009 at 3:56 am
Viewing 15 posts - 12,601 through 12,615 (of 13,838 total)