Viewing 15 posts - 2,731 through 2,745 (of 3,348 total)
A good question about a common misunderstanding. The number of times when a problem posted to usenet or forums could be solved by simply adding the length to a varchar...
July 19, 2010 at 4:40 am
Jeff Moden (7/18/2010)
Hugo Kornelis (7/17/2010)
Jeff Moden (7/16/2010)
July 19, 2010 at 4:34 am
Jeff Moden (7/16/2010)
July 17, 2010 at 3:36 pm
sree1119 (7/14/2010)
What is the difference between "With Cube" and "Rollup"?
If you use GROUP BY Product_Name,Scheme_Name WITH ROLLUP (sorry for using the deprecated syntax; I don't have a Books Online 2008...
July 14, 2010 at 1:14 pm
ziangij (7/13/2010)
was about to ask if there was any specific reason to mention SQL 2008...
As far as I can see, there wasn't. Semicolonms in subqueries have never been and will...
July 14, 2010 at 1:21 am
michael.kaufmann (7/13/2010)
jcrawf02 (7/2/2010)
...anyway...good question, I'm sure it's introduced...
July 13, 2010 at 6:58 am
Tom Garth (7/13/2010)
July 13, 2010 at 6:44 am
Good article, andd good addition by R.P.Rozema.
Remember that WITH ROLLUP is deprecated as of SQL Server 2010. It has been replaced with GROUPING_SETS.
July 13, 2010 at 1:36 am
I got it wrong too. I was looking at the logic of the query and the subquery, not at all the fine punctuation details.
Learned nothing from this question. This is...
July 13, 2010 at 1:33 am
sukhendass (7/8/2010)
SET CONCAT_NULL_YIELDS_NULL ONSELECT ISNULL('abcd'+NULL+1,'1234567890')
if i add any numeric value then it gives->1234567890 why?
The explanation posted by Arto is almost correct, but not entirely.
The inner expression ('abcd'+NULL+1) is evaluated left...
July 8, 2010 at 7:34 am
wware (7/7/2010)
July 7, 2010 at 9:58 am
UMG Developer (7/6/2010)
Nice question, thanks!I'm a little surprised that so many people have gotten it correct so far, but that may be because of the copy, paste, F5 syndrome. 😉
I...
July 7, 2010 at 2:07 am
ricky70rana (7/2/2010)
Can someone explain me how the script given below is working ?Especially the CASE Statement
The CASE expression (sorry about that, couldn't resist) -or rather the nested CASE expressions- are,...
July 3, 2010 at 4:13 am
Viewing 15 posts - 2,731 through 2,745 (of 3,348 total)