Viewing 15 posts - 40,231 through 40,245 (of 59,072 total)
The original post seems to suggest that this is all for a staging table upsert into a main table (or maybe I've not had enough coffee). I'd recommend a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 12:37 pm
Even better.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 11:31 am
stephenhai (1/15/2010)
Thanks...Anythings need to pay attention when upgrade from 2000 to 2008
When you say "upgrade", I think "in place upgrade" and I wouldn't do it that way. I'd have...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 11:23 am
Even that may not do it... you can update a row with the same data as what it started with and the TimeStamp will still change.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 11:17 am
You might also consider saving your Word docs as a Word 97-2003 compatible doc because you cut out a lot of people who don't have Word 2007 from helping you....
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 11:02 am
Question 3:
Why do you want to denormalize the result this way? The answer could make a difference.
Also, what is the maximum number of banks you will handle in such...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 10:57 am
dhanu-1026978 (1/15/2010)
Set QUOTED_IDENTIFIER OFF did the trick.Thanks.
Maybe it made it work for > 128 characters but what about performance? My recommendation would be to post the code for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 10:52 am
SQL08Kid (1/15/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 10:37 am
You bet... thanks for the feedback, Lee.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 10:25 am
Ken Shapley (1/15/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 8:39 am
Michael Valentine Jones (1/16/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 8:23 am
Heh... maybe I should turn it into an article... the question does come up often enough. That's how my very first article was born... the one on hidden RBAR...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 8:10 am
arun.sas (1/15/2010)
Jeff Moden (1/15/2010)
Would you share with us why you want to do this unusual thing first?
Hi Jeff,
The OP needs to set the posted function (may created for another reason)...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2010 at 8:05 am
bigj77s (1/15/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2010 at 9:10 pm
Would you share with us why you want to do this unusual thing first?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 15, 2010 at 8:46 pm
Viewing 15 posts - 40,231 through 40,245 (of 59,072 total)