View Single Post

   
  #8 (permalink)  
Old 02-29-2008, 06:06 AM
Erland Sommarskog
 
Posts: n/a
Default Re: Two questions about SQL Server 6.5

SvenOlsen (cfo@ait.com) writes:
> The Parameters key is present, however the LoginMode is missing. I tried
> adding LoginMode as a string with a value of 1, rebooted the server and I
> could not successfully register the sql server in enterprise manager using
> a trusted connection. I also tried adding LoginMode as a DWORD but I did
> not have any success with that either.


You did restart the server?

Does "isql -E" work? If not, what is the error message?

I believe the value is a DWORD, but I will have to double-check when I
come home.

--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Reply With Quote