Re: SQL Server registration failed because of the connection failure displayed below
From: Peter Afonin (pva@speakeasy.net)
Date: 07/24/02
- Next message: Richard Waymire [MS]: "Re: User not associated with trusted SQL Server connection"
- Previous message: Charles Parker: "Re: User not associated with trusted SQL Server connection"
- In reply to: linda deng[MS]: "RE: SQL Server registration failed because of the connection failure displayed below"
- Next in thread: linda deng[MS]: "Re: SQL Server registration failed because of the connection failure displayed below"
- Reply: linda deng[MS]: "Re: SQL Server registration failed because of the connection failure displayed below"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Peter Afonin" <pva@speakeasy.net> Date: Tue, 23 Jul 2002 22:16:59 -0700
Thank you, Linda.
I've never changed the name of the server or my password. I have no problem
connecting to the SQL server if I use Windows authentication. I start having
problem when I want to switch to SQL server authentication.
Peter
"linda deng[MS]" <lideng@online.microsoft.com> wrote in message
news:x9xq#brMCHA.1956@cpmsftngxa07...
> Hi Peter,
>
> Based on your pervious post, I would like to confirm some details with
you.
> Did you change the server name after the SQL Server's installation? If so,
> please execute the following statements to fix it.
>
> sp_dropserver <old_name>
> go
> sp_addserver <newname>, local
> go
>
> Please try to connect to the SQL Server with 'isql -E' in the command
> prompt. Can you make it?
>
> Since you can see the Security tab in the Properties window, it means that
> you can connect to SQL Server. Please make sure that the password of the
> startup account isn't changed, and you can start the MSSQLSERVER service
> smoothly.
>
> Sincerely,
>
> Linda Deng
> Microsoft Support Engineer
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
- Next message: Richard Waymire [MS]: "Re: User not associated with trusted SQL Server connection"
- Previous message: Charles Parker: "Re: User not associated with trusted SQL Server connection"
- In reply to: linda deng[MS]: "RE: SQL Server registration failed because of the connection failure displayed below"
- Next in thread: linda deng[MS]: "Re: SQL Server registration failed because of the connection failure displayed below"
- Reply: linda deng[MS]: "Re: SQL Server registration failed because of the connection failure displayed below"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|