Viewing 15 posts - 601 through 615 (of 769 total)
Jeff Moden (12/26/2008)
Madhivanan (12/26/2008)
ReferYep... we all agree on that. I believe the main complaint is... the documentation doesn't say anything about the default size.
THANK YOU Jeff!
I was starting to...
January 14, 2009 at 11:01 am
Documentation is like an intimate encounter:
1) Not everyone is at the same level of knowledge or expertise
2) The way you prefer it may not be the way others do
3)...
January 9, 2009 at 11:25 am
Is anyone else having problems getting to the page with the actual script/code? No matter how I try to navigate to it, everytime I get the 'Need to Register'...
January 8, 2009 at 3:44 pm
Steve Jones - Editor (1/5/2009)
January 5, 2009 at 12:46 pm
Somone may have alrady mentioned this as I have not reaed thru all 3 pages of comments (not enough time this morning) but I feel its important to add a...
January 5, 2009 at 10:17 am
Timothy (1/5/2009)
January 5, 2009 at 10:13 am
Jeffrey Williams (12/18/2008)
SELECT REPLACE('abcdefghijklmno', 'mno', 'abc');
What is the expected datatype of the output? VARCHAR - as defined in BOL.
What is...
December 24, 2008 at 1:15 pm
Lynn Pettis (12/18/2008)
December 24, 2008 at 1:00 pm
Steve Jones - Editor (12/24/2008)
December 24, 2008 at 12:53 pm
Computers as well as Technology in general should help us doing things faster and/or more easily that we already know how to do without the technology. There are of...
December 23, 2008 at 11:42 am
cyplesma (12/19/2008)
YSLGuru (12/19/2008)
December 20, 2008 at 11:59 am
blandry (12/19/2008)
December 19, 2008 at 1:05 pm
The systems in the Iron Man Movie & the latest Bond film (as well as the desktop used by the administartor character in the movie The Island from about 3...
December 19, 2008 at 1:03 pm
Jeffrey Williams (12/17/2008)
December 18, 2008 at 12:00 pm
ALZDBA (12/16/2008)
it is a limit one must know about.
If you need more than 8000 bytes, you need an implicit convert to varchar(max).
,replace(cast('abcdefghicde' as varchar(max)) ,'cde' ,'xxx')...
December 17, 2008 at 4:15 pm
Viewing 15 posts - 601 through 615 (of 769 total)