Viewing 15 posts - 2,566 through 2,580 (of 4,272 total)
RonKyle (3/5/2010)
never use the build-in slowly changing dimensions wizard
Why would you never use it? I'm not a big fan of most wizards, but I find this one very...
March 5, 2010 at 9:14 am
As far as NOLOCK I always recommend caution while using it. You want to make sure that data in your DW is valid and you didn't get something in-flux.
CEWII
March 4, 2010 at 2:33 pm
I think the answer to 4 is just fine, I would ask them what they are looking for.
I would ask for clarification for 5. That isn't a clear question....
March 4, 2010 at 1:17 pm
I'm wondering if the SOAP endpoint should be using SSL (https anyone) that would basically take care of this.
CEWII
March 4, 2010 at 1:08 pm
I'm not saying it wouldn't work. But most of my data-flows have a lot between the source and the destination. Having NULLs or blanks will OFTEN cause them...
March 4, 2010 at 11:37 am
I agree with Gail, ask for clarification.
Don't lie about what you have done, if you say you have done something when they ask you to do it you end up...
March 4, 2010 at 11:07 am
avinash jobanputra (3/4/2010)
Or alternatively what you could do is have a execute sql task after the insert into your table with a "DELETE FROM TABLENAME WHERE ROWSNOTWANTED=''
I have to say...
March 4, 2010 at 11:02 am
Interesting. I think I might have learned something today..
CEWII
March 4, 2010 at 8:15 am
I have taken a higher level approach to dtsConfig files. The directory in which they are kept is secured, there are only a few users who have rights to...
March 4, 2010 at 7:51 am
My first thought would be that it takes some time to instantiate and start each whole new execution environment. Which is what was happening with a 40 step SQL...
March 4, 2010 at 7:38 am
Benefits, yes, you don't have to install anything..
What was the problem with the script task?
CEWII
March 3, 2010 at 11:49 am
My first thought is the table that the unscrubbed data is loaded into should have 2 fields, a Record Id which would be an identity and the huge text field...
March 3, 2010 at 10:24 am
I do. I"m looking at it to see how you are going to fail it if the numbers are different.
You can capture the record and get the number but...
March 3, 2010 at 10:20 am
vijay.msbi (3/3/2010)
As you said, \\S-SQL15\IPM Source Data\Source is my relative path as well as my Destination folder.so i can take / in destination variable.
Bu as per you last post,...
March 3, 2010 at 10:07 am
Viewing 15 posts - 2,566 through 2,580 (of 4,272 total)