Viewing 15 posts - 11,911 through 11,925 (of 13,849 total)
We don't use control-M on these servers so I need to use SQL Agent to run this package. Is there any way other then installing SSIS ?
Not that I know...
August 10, 2010 at 2:03 pm
What are you using to view the CSV?
August 10, 2010 at 1:52 pm
Here[/url] is a nice article, though probably not applicable to your scenario. Worth a read anyway.
Code reuse in SSIS is not as easy as it could be. To do what...
August 10, 2010 at 12:54 pm
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
Viewing 15 posts - 11,911 through 11,925 (of 13,849 total)