Viewing 9 posts - 1 through 10 (of 10 total)
Dupe Post - Not sure why...
September 27, 2009 at 8:10 pm
I don't create an indexes on my staging table, should I? Once I implement a merge flag, then it would make sense to add an index for that one,...
September 27, 2009 at 8:07 pm
Hey Jeff, as always thanks for your advice.
Sounds like I need to create a new table with the right schema and move all the existing data into it as trying...
September 27, 2009 at 12:00 pm
While trying to learn more about SQL optimization I discovered that SQL can actually show you the execution plan - That's so cool 🙂 So, let's talk real numbers...
September 26, 2009 at 5:48 pm
I finally had some time to rework my import queries. I changed my SP to use temp tables so now I can run multiple imports at the same time...
September 26, 2009 at 5:09 pm
There are 18 columns. The 8 indexs corespond to a potential WHERE clause. I seem to recal reading that any column that could be used in a WHERE...
September 15, 2009 at 12:12 am
There are 18 columns. The 8 indexs corespond to a potential WHERE clause. I seem to recal reading that any column that could be used in a WHERE...
September 14, 2009 at 11:24 pm
1) Both I/O and Processor affinity are automatically so all 4 cores are (disabled, but) checked
2) No, I hadn't considered data cleansing in bluk, but if that's the way to...
September 13, 2009 at 5:45 pm
There are 2 types of logs with slightly different schemas. Depending on the log type, it goes into 1 of 2 staging tables and then both end up getting...
September 13, 2009 at 3:00 pm
Viewing 9 posts - 1 through 10 (of 10 total)