Viewing 15 posts - 45,091 through 45,105 (of 59,095 total)
I read the last paragraph with mixed thoughts on the subject of code metrics. I started playing back in my mind what many Developers do if left to their...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 9:55 pm
4DJ**** (2/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 9:18 pm
Luke L (2/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 9:08 pm
Matt Miller (2/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 8:57 pm
Yeah... I went through such hell with a 3rd party POS myself. In my case, it had no archiving and, worse, it used a Sequence Table instead of IDENTITY...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 8:32 pm
Nothing free... just beginner stuff.
If you really want to "take it to the next level", I know a pretty good forum that you could start answering questions for. ;)...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 7:59 pm
Bruce W Cassidy (2/17/2009)
Jeff Moden (2/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 7:46 pm
Bob Hovious (2/17/2009)
I send IMs to the guys in the next cube all the time... you can cut and paste code, or whatever, and not bother all the other folks...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 7:43 pm
Bob Hovious (2/17/2009)
"correlated sub-query"
Correlated sub-query?
CorrELATed sub-query?
No wonder I haven't been able to find anything !!!!!
I've been trying to search for CORRUGATED subqueries !!!! :w00t:
---------------------------------------------------------------------------------------------
Seriously, even reading...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 7:36 pm
Lynn Pettis (2/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 7:08 pm
Mohit (11/12/2008)
I started working on the part-2 of this article, I will talk about all the suggestions in that article. If there are any...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 7:00 pm
Chinesinho (2/17/2009)
Jeff,The target table does already exist. I have tried running insert but that didn't work. So what am I missing? Thanks!
Oh, my bad and...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 6:45 pm
Jeff Moden (2/13/2009)
DURGESH (2/13/2009)
i have a string as 'a;b;cde;f;ghi;d' or 'a;b;cde;f;ghi;defg'
now i want to split the given string as 'a;b;cde;f;ghi;' or 'a;b;cde;f;ghi;'
i tried using substring,left,charindex functions but i...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 6:38 pm
Gopi Nath Muluka (2/17/2009)
CREATE TABLE TTT
(
ID INT IDENTITY (1,1) NOT NULL,
...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 6:36 pm
AFCC Inc. Com (2/17/2009)
Then I create a HeightTable and this table contains...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2009 at 6:33 pm
Viewing 15 posts - 45,091 through 45,105 (of 59,095 total)