Viewing 15 posts - 1,441 through 1,455 (of 2,062 total)
For sql server 2000 it is best to patch to service pack 3a or higher, this to fix many bugs.
By applying the service pack there is also a great chance...
August 5, 2006 at 4:23 pm
@@Servername is not null?
August 4, 2006 at 3:29 am
Have you applied any sql server service packs?
August 3, 2006 at 2:02 pm
wow 1.2 Million Seconds
Are all transactions properly committed before logging out? All locks are freed? All cursors are properly closed & deallocated?
Is this with each connection?
August 3, 2006 at 2:00 pm
Adding the name & ip to the windows hosts file?
windows\system32\drivers\etc\hosts
August 3, 2006 at 1:53 pm
There could be a flaw in one of the indexes.
Have you tried dropping & rebuilding them?
August 3, 2006 at 10:47 am
A difference between SP3 & SP4 is that SP4 doesn't always convert the variable to the matching datatype of the table column and might choose to convert all rows to...
August 3, 2006 at 5:04 am
Hello,
If you have any questions about sql server, post them in the forums. The scope of your question is rather broad.
Error checking is quite limited in sql server 2000.Basically you...
August 3, 2006 at 4:57 am
Have you checked consistency of the database(s)?
Does it occur when a certain statement is started? (sql profiler is a help here)
August 3, 2006 at 4:42 am
indeed odd.
Found it works with binary collation for this selection.
select * from test order by [name]
COLLATE Latin1_General_BIN
August 3, 2006 at 4:38 am
Have you tried updating Access 2000 servicepack 1 to service pack 3 or later?
Mdac is up to date?
August 3, 2006 at 4:29 am
Thanks for the suggestions. I will try them out.
July 25, 2006 at 2:12 pm
The tab security of your linked server to A is completely the same than on server C?
Does the linked server works with always use this security context?
July 21, 2006 at 5:59 am
Have you also checked security delegation?
Does sql server runs under the local system account or under a domain user account?
July 20, 2006 at 1:25 pm
Viewing 15 posts - 1,441 through 1,455 (of 2,062 total)