Viewing 15 posts - 11,896 through 11,910 (of 13,838 total)
stricknyn (8/11/2010)
Phil Parkin (8/10/2010)
Code reuse in SSIS is not as easy as it could be....
August 11, 2010 at 9:03 am
Why are you writing in code? This is not a crossword forum.
If you want help about a specific topic, please ask a question.
August 11, 2010 at 8:59 am
Baskar B.V (8/10/2010)
MostInterestingMan (8/10/2010)
I have a date column with data type DT_DBTIMESTAMP that I am exporting to .csv. In the Flat Connection Manager the data type is correct and I...
August 10, 2010 at 11:52 pm
Excel is helpfully (:crazy:) doing the conversion for you. Try opening it in Notepad and you'll see that it's just the same as the .txt.
August 10, 2010 at 2:06 pm
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
Viewing 15 posts - 11,896 through 11,910 (of 13,838 total)