Viewing 15 posts - 38,641 through 38,655 (of 59,072 total)
I created my own test table instead of waiting... here's the code (which you should have posted to begin with, thanks 😉 )...
DROP TABLE #MyHead;
GO
WITH
...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 7:54 pm
uppal.kunal (5/1/2010)
I created a a nonclustered index on a table Which had just two...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 7:23 pm
Heh... my vote would be... do it all right the first time. 😛 Yeah, I know... not practical. But I can wish.
While I'm here... have any of you...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 7:21 pm
Absolutely my bad. Not sure why i was thinking that LEN would be affected by those. What I was thinking of was how much space was wasted in...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 5:35 pm
LondonNick (4/30/2010)
A very similar script is in BOL if you look up CHAR.
Agreed... and it shouldn't be used either. 😉
For those that haven't seen it, please see the following for...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 5:07 pm
Jon McGhee (4/30/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 5:03 pm
keywestfl9 (5/1/2010)
They want to do for another report in access the same thing,i will try and post it...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 4:48 pm
CirquedeSQLeil (4/29/2010)
Lynn Pettis (4/29/2010)
CirquedeSQLeil (4/29/2010)
Steve Jones - Editor (4/29/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 10:00 am
Steve Jones - Editor (4/29/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 9:06 am
Steve Jones - Editor (4/30/2010)
I think it was OK. From a technical standpoint, it makes sense. The issue seems that some people don't understand log chaining, so things read funny...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 8:52 am
So... are you all set now or do you have other questions about MEDIANs?
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 8:48 am
Paul White NZ (5/1/2010)
Jeff Moden (4/30/2010)
Using the great start that Paul provided, the following will also drop the decimal point if a whole number is realized...
Great stuff! Thanks so...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 8:43 am
Digs (5/1/2010)
Thanks Jeff, Speed much improved !!:-):-D:-):-D
Thanks for the feedback, Digs. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
May 1, 2010 at 8:39 am
2cams (4/30/2010)
We will monitor the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 11:33 pm
itskumar2004 (4/26/2010)
I want to use a variable in a view.so i created a stored procedure and in that i have created a view .but, when i used the variable ina...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2010 at 11:27 pm
Viewing 15 posts - 38,641 through 38,655 (of 59,072 total)