Viewing 12 posts - 1 through 12 (of 12 total)
I was excited as I thought we were going to get VS Code style multi-cursor support in it...
Doesn't seem to have it?
November 25, 2024 at 7:58 am
All hail Celko!!!!!
:smooooth:
December 26, 2012 at 4:33 pm
GilaMonster (12/20/2012)
Can you imagine all the simple
SELECT Foo FROM Foo, Bar WHERE Foo.X *= Bar.Y
haha *=
Now that is real dinosaur stuff!!
Can you imagine the unspeakable...
December 20, 2012 at 8:43 pm
I would hate to see UPDATE... FROM removed. MERGE is so long winded.
The one I am most curious about is the semicolon statement terminator stated by Microsoft to be...
December 20, 2012 at 5:02 am
While writing code (T-SQL or otherwise), if you take on the attitude that you must always first question if what you're doing is "Fundamentally Wrong" according to others' say so,...
December 16, 2012 at 6:28 am
Well Joe I agree that the syntax of MDX is a bit disjointed. But it's become a bit of a standard now.. perhaps one day to even equal ANSI SQL?...
December 16, 2012 at 5:40 am
CELKO (12/13/2012)
(Celko has a book on analytics - didn't know that - assume it's heavy on theory and worth having)
Nope! it is an overview for an application oriented programmer...
December 13, 2012 at 10:47 pm
Every time i open that database management window now.. that thought is there..
"Is what I am doing wrong.. not a LITTLE bit wrong.. but TOTALLY FUNDAMENTALLY WRONG?" :w00t:
Should I...
December 12, 2012 at 11:00 pm
robert.gerald.taylor (12/9/2012)
Lynn Pettis (12/8/2012)
CELKO (12/8/2012)
A lot of critics, but thanks for that! Will try to use your suggestions in my following posts.
Getting toasted by me is a ritual...
December 11, 2012 at 9:38 pm
One annoyance about the query optimizer in SQL Server is that sometimes the prettier solutions perform far worse, eg. sometimes ugly procedural T-SQL with temp table use etc can perform...
August 9, 2011 at 7:59 am
Nice article, and definitely on topic for real database developers...
However the more relevant question we are often faced with is what performs better - table variables, temp tables, or...
August 9, 2011 at 1:30 am
Pfft. Oh never mind planning for the future (what if we DO want to upgrade in the future, there might not be an upgrade path, oh never mind it won't...
October 27, 2008 at 11:57 pm
Viewing 12 posts - 1 through 12 (of 12 total)