Re: SQL Server Setup could not connect to the database service for server configuration
- From: Ekrem Önsoy <ekrem@xxxxxxxxxxxx>
- Date: Sat, 8 Mar 2008 21:26:18 +0200
You can open SSMS and go to Security\Logins from the Object Browser to go to properties of "sa" Login and change it's password.
However, you better ensure about the problem. I'd go to SQL Error Logs and see a more detailed message about the error. SSMS Interface does not inform the user in more detail because of security. So, you can use SQL Error Logs to see more detailed info.
You can find the SQL Error Logs by openning SSMS (if it's not opened yet) and expanding Management\SQL Server Logs from the Object Browser and there you'll see the logs.
--
Ekrem Önsoy
"Sachin" <SachinGp@xxxxxxxxx> wrote in message news:DF05F874-D6A5-450D-920F-F3646F5C76B6@xxxxxxxxxxxxxxxx
Where and how can I specify the password for sa?
"Aaron Bertrand [SQL Server MVP]" <ten.xoc@xxxxxxxxxxxxxx> wrote in message news:B9C03A11-B746-49CC-9391-340B82EE0E45@xxxxxxxxxxxxxxxxIt sounds to me, based on the error message, that you are not using the correct password for sa.
"Sachin" <SachinGp@xxxxxxxxx> wrote in message news:94F6A11E-9CCD-43F1-9CDF-186E6CF32478@xxxxxxxxxxxxxxxxHi All,
I am getting following error while trying to install SQL Server 2005.
Any pointer?
Thanks in advance.
TITLE: Microsoft SQL Server 2005 Setup
------------------------------
SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa'. Refer to server error logs and setup logs for more information. For details on how to view setup logs, see "How to View Setup Log Files" in SQL Server Books Online.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.00&EvtSrc=setup.rll&EvtID=29515&EvtType=lib%5codbc_connection.cpp%40Do_sqlScript%40OdbcConnection%3a%3aconnect%40connect%40x4818
.
- Follow-Ups:
- Re: SQL Server Setup could not connect to the database service for server configuration
- From: Aaron Bertrand [SQL Server MVP]
- Re: SQL Server Setup could not connect to the database service for server configuration
- References:
- Prev by Date: Re: SQL Server 2005 32 bit Standard and Windows 2003 64 bit Standard to use more RAM
- Next by Date: Re: Remote Connection to SQL 2005
- Previous by thread: Re: SQL Server Setup could not connect to the database service for server configuration
- Next by thread: Re: SQL Server Setup could not connect to the database service for server configuration
- Index(es):
Relevant Pages
|