Viewing 15 posts - 57,601 through 57,615 (of 59,067 total)
Tim,
Do you have a "MinOfTwo" function for a fellow "CASE Adverse" compatriot?
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 19, 2006 at 7:50 pm
So you were just kidding when you wrote the following? ![]()
| During... |
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 18, 2006 at 10:40 pm
You are now
'cause that's the way to do it...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 18, 2006 at 10:32 pm
Brian, I think all you need to do to Serqiy's solution is change the "<" to "<="... haven't tried it, though...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 18, 2006 at 9:13 pm
Is she hiring? ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
September 18, 2006 at 6:12 pm
Yes... where is the C:\Person_Notes directory... on the server or on your desktop?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 18, 2006 at 6:10 pm
Lee,
Just curious... Everyone keeps telling you that cursors are not the way to go... why do you insist on using them?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 18, 2006 at 5:49 pm
Viewing 15 posts - 57,601 through 57,615 (of 59,067 total)