Viewing 15 posts - 11,236 through 11,250 (of 11,678 total)
Paul Monaghan (7/23/2010)
Also, is it worth adding all details I have on the customer to the Customer dimension(i.e. customer address)? They haven't asked for it, but I'm betting they do,...
August 5, 2010 at 5:45 am
Nope, there isn't such a thing in SSIS. SSIS is awful when it comes to handling metadata changes.
However, it can be possible that there are commercial components who can do...
August 5, 2010 at 5:24 am
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
Viewing 15 posts - 11,236 through 11,250 (of 11,678 total)