Viewing 15 posts - 57,601 through 57,615 (of 59,070 total)
Ok... here 'tis... should be at least 30 times faster
because it only produces the internal rows it needs for the...
September 19, 2006 at 11:11 pm
Tim,
Do you have a "MinOfTwo" function for a fellow "CASE Adverse" compatriot?
September 19, 2006 at 8:44 pm
I'm thinking about it by why just a single query? Hopefully, you're not going to create a view of this monster...
.
I have an...
September 19, 2006 at 7:50 pm
So you were just kidding when you wrote the following? ![]()
| During... |
September 19, 2006 at 7:36 pm
Shouldn't have to because the server should be able to see it's own drives. Dunno what's wrong because the code I wrote works fine on my server.
Also, dunno what...
September 19, 2006 at 6:04 pm
The end result of the query I wrote doesn't give totals by day... it simply generates an internal record for each day so it can sum them by month (that's what...
September 19, 2006 at 5:58 pm
Not sure that's true... what you say will certainly guarantee that all the pages of the table are loaded into memory at startup... but even a simple SELECT * from...
September 18, 2006 at 10:48 pm
Good grief... I had no idea you had that many rows
... I should'a asked. ![]()
The query generates...
September 18, 2006 at 10:40 pm
Brian, I think all you need to do to Serqiy's solution is change the "<" to "<="... haven't tried it, though...
September 18, 2006 at 10:29 pm
Joe,
I tend to lean towards Remi's solution simply because it has no loop although I believe the loop would be just as fast in this case (probably only until the...
September 18, 2006 at 10:21 pm
Gopi,
Try passing this into your version....
SET @STR= '1,.,,$,2d01,6,7,8,9,10,0'
ISNUMERIC isn't valid as an IS ALL DIGITS function. You must use NOT LIKE '%[^0-9]%' instead...
September 18, 2006 at 9:45 pm
If the "#" is supposed to represent a digit, what happens if you introduce a letter or a space?
And, if you...
September 18, 2006 at 9:13 pm
Viewing 15 posts - 57,601 through 57,615 (of 59,070 total)