Viewing 15 posts - 61 through 75 (of 87 total)
I've been part of an A-team (twice actually), although not really because I wanted all kinds of lime light, more because some managers found my insight valuable on all kinds...
December 28, 2010 at 9:02 am
Pretty good article. Few things to remember about building DWs, one of which it seems you've already learned:
1. Avoid updates where possible. Inserts are many times faster. (which leads to...
December 17, 2010 at 9:46 am
Chris Hamam (12/15/2010)
Hugh Scott (12/14/2010)
amenjonathan (12/14/2010)
Anybody have any idea what happens when you do...
December 16, 2010 at 9:18 am
Thanks merlin for your reply and Hugh for this article. Looking forward to the next two installments.
Anybody have any idea what happens when you do not add the partitioned column...
December 14, 2010 at 1:54 pm
Are there any performance concerns when partitioning with a single filegroup apart from the restrictions on I/O increases from not using multiple disks? We're about to implement a partitioned table,...
December 14, 2010 at 10:22 am
For anyone still working on this, I found out how to pass the table name gathered in the ADO NET enumerator to the Excel source in the data flow.
1. Inside...
November 23, 2010 at 2:59 pm
Ah here's the appropriate MERGE link. I've just built my version of the sproc, but am still testing it.
http://www.sqlservercentral.com/articles/MERGE/71396/[/url]
Thanks for the links. I'll definitely check them out.
Personally I still don't...
November 19, 2010 at 2:07 pm
I guess I will concede to your view of cursors because I don't have time to take your challenge. I have read many articles on cursor vs set vs while...
November 19, 2010 at 9:30 am
Hugo Kornelis (11/17/2010)
amenjonathan (11/17/2010)
Indexed views and triggers: two things to avoid if at all possible. Next up: Cursors are good! 😀
Please explain.
Or, if we are just throwing terms without any...
November 18, 2010 at 8:40 am
Indexed views and triggers: two things to avoid if at all possible. Next up: Cursors are good! 😀
November 17, 2010 at 9:20 am
I prefer not to use triggers. IMO business logic is better stored elsewhere and in a less global fashion. Triggers are very heavy handed. Auditing triggers on a dev environment...
November 12, 2010 at 8:40 am
Nitya (10/19/2010)
In that case the Configuration table values are hard to determine.
Great work in getting it...
October 19, 2010 at 9:11 am
Let's put the shoe on the other foot for a second (play some devil's advocet). Recently I attended my son's open house (or back to school, whichever comes first). Every...
October 7, 2010 at 8:51 am
JenMidnightDBA (10/6/2010)
amenjonathan (10/6/2010)
October 6, 2010 at 10:39 am
Viewing 15 posts - 61 through 75 (of 87 total)