Viewing 15 posts - 39,931 through 39,945 (of 59,072 total)
Handrails
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2010 at 9:38 am
Some interesting posts there, folks. I have to delay participation until after I get home from work tonight.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2010 at 8:49 am
Hugo Kornelis (2/4/2010)
As indicated in my previous message, I somehow lost sight of this discussion. Sorry for my sudden disappearance from this topic.
First, thank you for optimizing my alternative...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2010 at 6:18 am
tony rogerson (2/4/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2010 at 5:55 am
There are a lot of people at work that I get along with really, really well and we've all had some great times together both at work and outside of...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2010 at 5:22 am
Instrumented data collection apps, especially in the medical and device control fields, would greatly benefit from IMDB instances as well.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2010 at 5:10 am
Lynn Pettis (2/3/2010)
mark.veitch (2/1/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2010 at 9:40 pm
If the data is actually as you say it is, then using Wayne's good test data, you can cheat like hell 😉
-- notice how a table is defined (DDL) and...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2010 at 9:15 pm
Ummmm.... isn't there a text qualifier setting that can be enabled?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2010 at 9:08 pm
David Lester (2/3/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2010 at 9:05 pm
Steve Jones - Editor (2/3/2010)
We are hoping PASS will continue to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2010 at 9:00 pm
Dan Guzman - Not the MVP (2/3/2010)
PS Jeff, someday I'll post my real world 'I bet you can't get rid of this cursor/while loop' stumper
I'd imagine that a lot...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2010 at 8:58 pm
As a side bar, I don't use the BIT datatype for the most part. A single bit still takes a byte to store it and you can't so SUM...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2010 at 8:53 pm
gsanthosh84-663713 (2/3/2010)
Below is the data in my table
MarketQtrWeek % Over %Change
HD Q1'09 1 3.91% 3.91%
HD ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2010 at 8:50 pm
As a side bar, you don't need to actually drop the constraints... you can disable them with ALTER TABLE and NO CHECK.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 3, 2010 at 8:43 pm
Viewing 15 posts - 39,931 through 39,945 (of 59,072 total)