Viewing 15 posts - 11,941 through 11,955 (of 13,876 total)
Expanding a little on this, you could use linked Sequence containers to get the exact concurrency and processing order you require.
August 10, 2010 at 10:24 am
Brandie Tarvin (8/10/2010)
But I'm not mistaken, am I, that 0 as a value should work fine in a Double...
August 10, 2010 at 6:01 am
Very weird. Perhaps you could debug the package by changing the variable's type to Object to get over this error and then inspecting its contents...
August 10, 2010 at 4:32 am
Thanks for posting back & I'm glad to have helped.
Phil
August 10, 2010 at 2:02 am
No problem. Add a Script Task, open the properties and Edit Script. You'll find a load of template code already in there. Replace the bit from
Sub Main
to
End Sub
with...
August 9, 2010 at 11:53 am
lduvall (8/9/2010)
August 9, 2010 at 10:26 am
arvindharitus (8/9/2010)
yes
Bizarre answer - this is not a Boolean logic test. My question asked you to identify one or the other.
If you meant that you are using SQL Server as...
August 9, 2010 at 1:57 am
How do you mean: 'using SSIS as your back-end'?
Is your VS app somehow calling an SSIS package, or did you mean that you were using SQL Server as your back-end?
August 9, 2010 at 1:38 am
I don't know WQL, so therefore have no idea whether this will work, but can you force a non-null result by using something like:
Select Caption, '' + CSDVersion from win32_operatingSystem
August 6, 2010 at 8:01 am
Can you change your process slightly as follows:
1) Move all files from D:\sync_scripts to an archive folder somewhere
2) Run the DLL
3) Use a FOREACH loop to execute all files in...
August 6, 2010 at 6:17 am
Please explain what you mean by
and it is saving with latest modified date
?
Do you mean that there are multiple files in a folder and you want to execute the...
August 6, 2010 at 5:15 am
You did not mention this in your original post.
You need a different connection for every combination of flat file 'type' you have (by type, I am referring to the number...
August 5, 2010 at 10:44 am
You cannot use a wildcard in your connection properties.
Use a FOREACH loop and put your wildcard file-spec in there. Map the file path returned from the foreach loop to a...
August 5, 2010 at 9:55 am
An alternative is to set the default value of your run date field in SQL Server - then it will populate itself whenever a record is created - no SSIS...
August 5, 2010 at 3:31 am
What sort of errors are you expecting? Any serious errors may not, of course, even make it into the db, so your envisaged method might not be a comprehensive solution.
But...
August 5, 2010 at 3:27 am
Viewing 15 posts - 11,941 through 11,955 (of 13,876 total)