Viewing 14 posts - 16 through 29 (of 29 total)
This is a known bug with named pipes on SQL 2000 with MDAC2.8 and W2K3/Win2000. If you are using these read this link.
http://support.microsoft.com/default.aspx?scid=kb;en-us;827452
September 20, 2005 at 7:57 pm
you might also want to check, if your DSN is on the server, that it is configured as a System DSN rather than a User DSN, to ensure that the...
May 14, 2005 at 5:01 pm
without knowing what the rest of the structure that the query reference is like, or what kind of data it holds, its a hard ask.
I can only assume that lnkey...
May 5, 2005 at 8:50 am
and here was me thinking a cursor was that thing that blinked at you in a word document.
Man you know some odd stuff..
May 5, 2005 at 8:31 am
Hear hear Remi.
Theres a number of good books on the subject, a good start is the list below.
Thomas W Parsons - Introduction to Compiler Construction
Steven Muchnick - Advanced Compiler...
May 5, 2005 at 8:24 am
fear? looked it up in the dictionary.
seriously, its how a static compiler works.
May 3, 2005 at 9:37 pm
rata,
no it is not fear, fear is a feeling of anxiety, apprehenion or agitation, usually due to the presence or imminence of danger or the imagined thought of.
There are...
May 3, 2005 at 7:53 pm
SQL Server could perform the clustered index scan for the @x = -1 and then perform an index seek for C1 = @X, and then perform a union on the...
April 30, 2005 at 5:41 pm
Okay, don't bother answering. I eventually found my own answer to curiosity.
Instance Names apparently are limited to 16 characters, which doesn't follow the rules of a valid identifier.
Now the question...
April 15, 2005 at 12:50 am
Also if the K: is a cluster resource, use Cluster Administrator to ensure that the sql node is the current owner of the resource (if you are not familiar with Cluster...
February 16, 2005 at 12:17 am
Thank you, it took me a while to get it all nicely lined up .
I haven't used a GOTO since I last programmed my Commodore64 around...
February 15, 2005 at 4:46 pm
A label is a valid identifier within TSQL, and thus a valid statement (albeit doesn't do much).
Due to the lack of encapsulation around the IF ELSE statements the...
February 15, 2005 at 12:46 am
Never mind, I managed to answer it myself.
After a little search, I found a reference to the extended sp xp_regread, and found a gem...
December 1, 2004 at 10:07 pm
I would add a little something to Kay's suggestion.
Its not pretty, but I can find no better way of stripping the time off a datetime value, which could produce erroneous...
December 1, 2004 at 5:18 pm
Viewing 14 posts - 16 through 29 (of 29 total)