Viewing 15 posts - 541 through 555 (of 702 total)
RBarryYoung (4/30/2009)
... I would have had him two feet off the ground, grasping at his own throat.
...as you sardonically tell him "I find your lack of respect for...
April 30, 2009 at 2:22 pm
Well, I spent more time than I should have trying to get the cascaded value assignments (@counter = column = @counter + 1) to work inside a case statement. Finally...
April 30, 2009 at 12:34 pm
Bob Hovious (4/30/2009)
john.arnott (4/30/2009)
Bob Hovious (4/29/2009)
... and of course "I'm gonna hit you with this crowbar until you go away!"
So, you're telling us that Darth Vader wrote "Catcher in the...
April 30, 2009 at 10:20 am
Bob Hovious (4/29/2009)
... and of course "I'm gonna hit you with this crowbar until you go away!"
So, you're telling us that Darth Vader wrote "Catcher in the Rye?";-)
April 30, 2009 at 9:08 am
The only difference I see between your two code snippets is starting @counter at 0 or 1. I don't see how that would make a difference. Meanwhile, You...
April 29, 2009 at 8:18 pm
Yes, of course. Now it's a bit difficult to distinguish that experience from all the repeat viewings on television and the digitally enhanced re-release a couple of years...
April 29, 2009 at 4:37 pm
Jan Van der Eecken (4/29/2009)
David Webb (4/29/2009)
April 29, 2009 at 4:27 pm
Jack Corbett (4/29/2009)
Lynn Pettis (4/28/2009)
You know, I can think of some one else that, IMHO, ranks right there with our favorite White House window washer, and here is his latest...
April 29, 2009 at 11:52 am
Your posted code is incomplete/improperly copied (missing quote mark):
Insert into #YTD (SID,Stage,Year_Start,Year_End,MTD_Date)
select 'TP001,'P','01/01/2009','24/apr/2009','24/apr/2009'
And, as previous poster points out, date formats are incompatible, so the last inserts fail. 'JAN/31/2009'...
April 29, 2009 at 10:13 am
Like Ronald, I doubt I'll have much use for a "text" datatype, but we do have XML in our databases so this QOD was valuable to me in pointing out...
April 28, 2009 at 10:34 am
drodriguez (4/23/2009)
Do you have a better solutions?-Dave
Well..... Yes.
Take another look at my suggestion above. Look at Goldie's first post. Consider reading the link Kyle gave to his blog...
April 23, 2009 at 12:50 pm
SanjayAttray (4/22/2009)
order by 2
or
select NULL,'manoj'union select Null,'1'union select NULL,'manoj'
order by 1
gives you same result.
NULL1
NULLmanoj
I tried on all sql server versions and result is same. ...
April 22, 2009 at 12:04 pm
drodriguez (4/21/2009)
I subtracted 8 hours using a dateadd(hh,-8, column).
So this was just for data with dates before March 8 this year, after which it would be 7 hours.... ...
April 21, 2009 at 10:01 am
drodriguez,
You say you figured it out. Please share your solution so others can learn from it. Thanks!!
April 21, 2009 at 9:50 am
Matt Whitfield (4/20/2009)
john.arnott (4/20/2009)
April 20, 2009 at 4:34 pm
Viewing 15 posts - 541 through 555 (of 702 total)