Viewing 15 posts - 466 through 480 (of 548 total)
A long long time ago, I seem to recall that it was possible to take your RAM and assign parts of it to a disk drive letter. Does anyone know...
November 11, 2006 at 6:30 am
Sorry can't seem to see navigate to the second page of this thread. But doing a reply I saw the last post on the second page. Thus are you getting...
November 10, 2006 at 6:31 am
What are you trying to do???
Your where clause has nothing whatsoever to do with what you are selecting.
'0'>'0' is ALWAYS false.
'0.00'>'0' is ALWAYS true.
Now what? Or rather, so what?
November 10, 2006 at 5:22 am
I don't know of the existence of this kind of service. I certainly cannot imagine a business model that would make something like this viable. Hardware is getting cheaper by...
November 9, 2006 at 12:24 pm
OK, checking out http://www.netflixprize.com/
Will get back to you.
November 8, 2006 at 2:07 pm
I seem to have seen this problem of movie ratings somehwere on this forum. Are sure you haven't discussed this elsewhere?
In any case, you have raised my curiosity. So spill the...
November 8, 2006 at 1:03 pm
How about giving us a peek at those self-joins.
What kind of hardware are you running on right now?
Do you think just raw CPU power will solve your problems? Maybe it's the...
November 8, 2006 at 11:34 am
My only guess is that there is something on the connection that hasn't been closed or released or comitted or whatever. I would try this in a simple program that...
November 8, 2006 at 9:50 am
Is there an OLE DB provider for Excel? What does it look like?
November 8, 2006 at 6:44 am
Ever done an update with that or an insert into ... select ... from?
I guess OPENROWSET is just for querying. This is the first time I tried it. I couldn't...
November 8, 2006 at 6:06 am
Regarding point 3, the scripting runtime's File object does not have anything for getting at a JPEG's height and width. You'll have to use .NET.
But because I needed this as...
November 8, 2006 at 5:50 am
Amazing indeed. My select statement was dirt simple:
select distinct colname from tablename
When I removed 'distinct' the problem went away.
I then tried
select colname from tablename group by colname
the problem pops right...
November 8, 2006 at 4:17 am
I am currently struggling with a problem that has to do with the use of adOpenStatic vs adOpenForwardOnly under ODBC. Not getting your error message though. Instead when I try to read...
November 8, 2006 at 4:01 am
Why are our windows getting so wide? Is it something you did or is it something I did^
November 8, 2006 at 3:37 am
Can you give some insight into how you run a query without creating a linked server?
Thanks.
November 8, 2006 at 12:40 am
Viewing 15 posts - 466 through 480 (of 548 total)