Viewing 15 posts - 1,186 through 1,200 (of 7,636 total)
The Dixie Flatline (12/12/2009)
9993.... It's down to the wire now... I'm actually working... but the suspense here was killing me.
Yes, it is a bit suspenseful... 😛
December 12, 2009 at 9:56 am
The Dixie Flatline (12/12/2009)
9990It's good to see you feel up to the competition, Barry. 🙂
Well, it's not like I have anything else to do... 😀
December 12, 2009 at 9:50 am
The Dixie Flatline (12/12/2009)
December 12, 2009 at 9:46 am
GilaMonster (12/12/2009)
Good performance not included. 😀
Heh, definitely not.
December 12, 2009 at 9:44 am
The Dixie Flatline (12/12/2009)
Apparently not...9983
We're pacing ourselves. 😀
December 12, 2009 at 9:22 am
mahesh.vsp (12/11/2009)
Hi Barry,I did'nt understand the second method you were mentioning i.e. using a View.
Can you give me an example of how it is going to be implemented????
Thank you.
Like this:
CREATE...
December 12, 2009 at 3:04 am
You mean from a program? The SOP way is to just try to connect to it. If you're changing the code tha I would recommend setting your service...
December 11, 2009 at 4:45 pm
-- An XOR Aggregate function
-- Several text parsers
-- some CLR functions for pipeline summation
-- CLR proc to send message/records from SQL Server Service Broker to Berkley databases
I thinks theres a...
December 11, 2009 at 12:03 pm
I notice that you already eliminated the Cursor in the outer function, so combining these should eliminate all of the Cursors. I suggest that you try that and let...
December 11, 2009 at 11:40 am
OK, here's how to implement your inner function without Cursors:
CREATE function [dbo].[InsidePolygon] (@vertices xml, @x float,@y float) returns bit
begin
DECLARE @b-2 BIT
...
December 11, 2009 at 11:35 am
joebadguy0000 (12/10/2009)
...It is taking crapy amount of time. Please suggest me how I can improve...
December 11, 2009 at 12:26 am
If you could put the checking method into SQL or some kind of English-based pseudo-code, I would be happy to show you how to do it without any cursors at...
December 10, 2009 at 11:59 am
Can you? Yes.
Should you? No.
Please read these two articles:
December 10, 2009 at 11:54 am
Viewing 15 posts - 1,186 through 1,200 (of 7,636 total)