August 2, 2008 at 12:49 pm
Comments posted to this topic are about the item GROUP BY ALL
August 4, 2008 at 1:55 am
August 4, 2008 at 3:28 am
hodgy (8/4/2008)
I enjoyed this question (even though the clause is being phased out!) as it was something I wasn't aware of, and it made me go off and research the subject. Now I understand.Tom
Thanks, Tom!
And my apologies to everyone for the lousy formatting of the replies. All "&&"s were supposed to be replaced by line feeds, but that somehow didn't quite work out as expected. I've sent an email to Steve Jones, asking him to correct this, but given that it's deep night in his time zone, I don't expect this to happen for at least a few hours more. 🙁
August 4, 2008 at 4:59 am
All "&&"s were supposed to be replaced by line feeds, but that somehow didn't quite work out as expected.
I did wonder. My eyes were going a little blurry trying to find the correct answer! 🙂
August 4, 2008 at 6:50 am
Story of my life....
...I've discovered a new feature, just as it's being deprecated!
August 4, 2008 at 11:17 am
Don't feel bad David. You're not alone in this boat.
hmmmm ...... is it your turn to row?
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
August 6, 2008 at 12:15 am
Nice question.
September 10, 2008 at 1:11 pm
A very good question. Thanks for posting this.:)
September 17, 2008 at 11:27 pm
Good question but can anyone help me where this is supports by SQL Server new version.
September 18, 2008 at 1:33 am
archu_223b4u (9/17/2008)
Good question but can anyone help me where this is supports by SQL Server new version.
It's still supported by SQL Server 2008, even though it's on the list of deprecated features. This means that nobody can tell (except maybe a few Mircosoft employees, but they won't) whether this feature will still be available in the next version of SQL Server (2011??), and whether some lower compatibility setting will be required by then.
In other words - start investigating your code now, and if you use this feature, plan to replace your code somewhere over the following years. There's no rush, but you shouldn't postpone it either. And you definitely should not use GROUP BY ALL in new work.
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply