Viewing 15 posts - 46,921 through 46,935 (of 59,095 total)
I find it's an unnecessary form of "ring knocking"... especially if you only have 4 visits, 1 post, and have never answered a question on the forum... then, it's just...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 2:24 pm
So you're saying that a derived table takes no memory?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 2:19 pm
rbarryyoung (11/29/2008)
Jeff Moden (11/29/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 2:15 pm
Heh... milliseconds per calculation mean a lot if you have millions of shipments to make. And you say what's wrong with being 100% correct? Nothing... but you're 100%...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 11:53 am
The only thing that I can figure out is that the optimizer in 2k5 resolves the sub-query before using it... the one in 2k seems to be trying to resolve...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 10:38 am
Isn't that strange? It's the GROUP BY loosing it's mind and it doesn't happen in 2k5. Not sure what to do about it yet.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 9:20 am
Heh... well never mind... all of the sudden, I'm getting the same bug and I only have a single CPU...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 9:09 am
rbarryyoung (11/29/2008)
Huhn, the bug happens on my last remaining SQL 2000 server also. MAXDOP has no effect on it.
Is it a multi CPU box you're working on? Also,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 9:06 am
anton.vandersteen (11/28/2008)
I want to be able to open a file in a sql script.
First I select data via a cursor.
Second, I want to be able to insert...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 8:12 am
That would be true. Some good fellow had the link to my Triangular join article with the comment that folks should take a gander. I didn't mean to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 7:48 am
Heh... Great Circle calcs to find closest... doesn't seem to be needed especially in the Temperate zone of latitudes and longitudes limited to only 1/8th the circumference of the Earth....
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 7:33 am
rbarryyoung (11/28/2008)
(Hmm, maybe I should write an article on this ...) 🙂
{insert Jeapordy theme song here} 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 7:14 am
I've not seen such a thing... perhaps try using MaxDop 1 just to see if parallelism is getting to it? I'd try it on a multi-processor box if I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 6:59 am
What is it that you think you need a CLR for that can't be done in T-SQL? In other words, what is the CLR that you want to write...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 6:56 am
Madhivanan (11/29/2008)
http://sqlblogcasts.com/blogs/madhivanan/archive/2008/07/21/ordering-interger-values-stored-in-varchar-column.aspx
Ummm... that's cool, but most of those methods don't work on alpha-numeric columns.
Chris did it right.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 29, 2008 at 6:54 am
Viewing 15 posts - 46,921 through 46,935 (of 59,095 total)