Viewing 15 posts - 46 through 60 (of 156 total)
nice question.
got to know something new today... thanks 🙂
July 28, 2010 at 12:32 am
yep, i too use this query to remove duplicates...
was wondering, which query is faster, this one or the one mentioned in the article...
scottm30 (7/26/2010)
The...
July 27, 2010 at 12:50 am
agree completely, we use computed columns for getting the full name from firstname, lastname combination...
wware (7/21/2010)
forjonathanwilson (7/21/2010)
July 22, 2010 at 1:10 am
thanks, this explains everything...:-)
DECLARE @Testvar VARCHAR;
SET @Testvar = 'Red';
print @Testvar;
July 19, 2010 at 11:36 pm
i have populated data till year 2050 as a contigency measure 😀
Tom Williams-175034 (7/15/2010)
July 15, 2010 at 4:21 am
i m getting the foll. error:
Warning: Null value is eliminated by an aggregate or other SET operation.
my stored proc is calling a scalar valued function.
July 15, 2010 at 1:17 am
thanks; was about to ask if there was any specific reason to mention SQL 2008...
kevin.l.williams (7/13/2010)
July 13, 2010 at 10:17 pm
thnx nice one 🙂
SELECT REPLACE('Hello world',NULL, 'zzz' );
as suggested by you... even this returns the same output
July 11, 2010 at 11:37 pm
thanks Duncan 🙂
I also had the same issue... was getting the count 20 but didn't know why... its because of the compatibility level set to 80..
July 7, 2010 at 12:30 am
these rollback type questions are my favourites...
thanks 🙂
July 6, 2010 at 11:49 pm
Viewing 15 posts - 46 through 60 (of 156 total)