Viewing 15 posts - 16 through 30 (of 3,232 total)
Phil Parkin (9/30/2016)
quinn.jay (9/30/2016)
John Rowan (9/30/2016)
September 30, 2016 at 10:07 am
Again, I'm not sure why you think you need to move a solution. All you need are the .dtsx files. Move those to a network location where you...
September 30, 2016 at 6:27 am
The solution files are only needed for development. Once you've built the package into it's .dtsx file, the solution is really not needed. Your job is not calling...
September 29, 2016 at 2:52 pm
Jeff Moden (9/20/2016)
John Rowan (9/20/2016)
mcfarlandparkway (9/20/2016)
I completely agree.This is very horrible code. which was written by old people.Even I wonder after seeing this code..
Old people should not be allowed to...
September 21, 2016 at 7:34 am
Borrowing from Alan's example, the same thing can be done w/o the split function. The split may be faster on huge datasets, but I think just using CROSS APPLY...
September 20, 2016 at 3:23 pm
I'd go ahead an put a Role dimension in the model. Load it up with the valid roles and add a RoleID column in your fact table. Create...
September 20, 2016 at 3:01 pm
mcfarlandparkway (9/20/2016)
I completely agree.This is very horrible code. which was written by old people.Even I wonder after seeing this code..
Old people should not be allowed to write SQL code...:-D
September 20, 2016 at 2:57 pm
I've been doing this for a long time, crazy that I've never seen this before. Of course, I always use aliases so maybe my good coding practices have just...
July 14, 2016 at 7:54 am
Yes. If you can do this on the physical tables, great. Otherwise, use a Named Query in the DSV to create these columns.
June 29, 2016 at 12:49 pm
I would create your date dimension with an integer key (clustered primary index) with the integer date value for that day. For example, today's key value would be 20160629....
June 29, 2016 at 8:54 am
Nope, just one will do! Each date dimension attribute becomes it's own hierarchy by default, but you can create custom hierarchies in the dimension designer. Just drag &...
June 29, 2016 at 8:30 am
I run into poorly formatted files on a fairly regularly when trying to consume external files via SSIS. My first choice is always to see if the source system...
June 27, 2016 at 12:10 pm
Viewing 15 posts - 16 through 30 (of 3,232 total)