Viewing 15 posts - 1 through 15 (of 28 total)
Tim Mitchell (8/26/2009)
Yes, and It Depends 🙂
Sorry, my question was more directed at the original poster. If we're talking about a large table, then we invariably could be in...
August 26, 2009 at 2:08 pm
Aaron N. Cutshall (8/26/2009)
One of my pet peeves is taking bloated, poorly written code and then throwing it on newer, faster, bigger hardware as a "solution" to performance issues.
As painful...
August 26, 2009 at 2:05 pm
Would the for each solution mean 28 different queries against the table? Is this a problem?
August 26, 2009 at 1:13 pm
How wide is the dimension, and are we talking type 1 or type 2 SCD columns?
August 26, 2009 at 1:10 pm
ammo (8/26/2009)
(http://en.wikipedia.org/wiki/Netezza). I guess the DW world got it first due to the massive...
August 26, 2009 at 1:07 pm
I appreciate the overall message of "take a step back". This can be used in a lot of situatations when any problem arrises. Gather information and properly aim...
August 24, 2009 at 9:41 am
"Put tempdb on its own drive."
The is certainly not bad advice per se. But, applying this rule cart blanc is not good either. I've seen smaller shops deploy...
July 10, 2009 at 9:48 am
Steve Jones - Editor (1/7/2009)
January 7, 2009 at 9:54 am
A 10 page "Architecture" document hilighting key architectual decisions shouldn't be too hard to create. Heck, this can even be a PowerPoint slide and kept with your source code....
January 5, 2009 at 9:33 am
As a consultant, it is my job to document my work. More often than not, those that will support what I've done will be below my skill level (which,...
January 5, 2009 at 8:17 am
On Hints, I have to agree with the article that states that this is part of procedural programming and should not be considered set-based processing. The difference here is...
December 22, 2008 at 10:56 am
Somewhere along the line, business users got real scared about deleting data, especially with all this post-Enron regulation, and application architects have never really made data archiving a priority in...
April 14, 2008 at 8:15 am
Consider using a Data Conversion Transformation to change the datatype of the input columns before comparing them.
February 4, 2008 at 8:35 am
Try using an OLE DB Source instead. Sometimes my Derived Column transformations would still default to Unicode, but those were easy to change back.
January 30, 2008 at 9:49 am
Viewing 15 posts - 1 through 15 (of 28 total)