Viewing 15 posts - 11,236 through 11,250 (of 11,676 total)
Jeff Moden (7/16/2010)
da-zero (7/14/2010)
Jeff Moden (7/13/2010)
Have you got a link for all of the requirements, Steve? Thanks.
:blink:
I think I have an URL where you can download experience. If I...
July 17, 2010 at 4:59 am
Then add a derived column in your data flow that converts the emptry strings to null values.
You need an expression that resembles this:
[myColumn] == "" ? NULL(DT_WSTR, 10) : [myColumn]
This...
July 16, 2010 at 4:51 am
Vernon Jimmerson-306463 (7/14/2010)
July 16, 2010 at 3:15 am
How do you define empty cells? As an empty string: "" ?
July 16, 2010 at 2:59 am
In your Excel source, go to the advanced properties and check the datatype of your output column "Comments".
Chances are that is has a datatype with a lenght shorter then 4000,...
July 16, 2010 at 2:46 am
I believe that the SSIS service on your local workstation is necessary so that you can run packages in BIDS.
However, if you run the package in SQL Server itself, it...
July 16, 2010 at 2:44 am
For those too lazy to copy-paste:
http://support.microsoft.com/kb/918760
And you're right, that is usually the problem: permissions.
July 16, 2010 at 2:37 am
Isn't an empty cell without a value equal to NULL?
July 16, 2010 at 2:35 am
samalex (7/15/2010)
My work around was to...
July 16, 2010 at 2:33 am
I know we didn't answer your question. 🙂
But I would be interested in reading such an article.
Maybe you can try to send a reminder, or to contact the editor of...
July 15, 2010 at 12:23 pm
Phil Parkin (7/15/2010)
da-zero (7/15/2010)
I have an easy solution for that problem:use Excel 2007 or later 😉
Same as my solution!
:blink: You stole my idea! 😛
July 15, 2010 at 8:27 am
I have an easy solution for that problem:
use Excel 2007 or later 😉
July 15, 2010 at 8:22 am
Are there any other jobs running on production?
July 15, 2010 at 8:18 am
Phil Parkin (7/15/2010)
You left out the square brackets around the field name ...
No, that is only necessary when the field name contains a space.
I think he forgot the initial (....
July 15, 2010 at 6:45 am
only4mithunc (7/15/2010)
Also as I have mentioned before any idea like how in flat file destination we are able to do this..?
I'm already surprised that it works for flat files.
Say you...
July 15, 2010 at 6:12 am
Viewing 15 posts - 11,236 through 11,250 (of 11,676 total)