Re: SQL Server 2005
- From: Ekrem Önsoy <ekrem@xxxxxxxxxxxx>
- Date: Thu, 7 Feb 2008 10:47:33 +0200
Hi,
When you get this error, the reason of it is mostly using a wrong password for your SQL Login. Ensure your password is correct. Users mostly say "I'm sure it's correct!" However when I investigate the SQL Error Log, I see that it says ""Login failed for user '...'. (Microsoft SQL Server, Error: 18456)". So the password is wrong...
--
Ekrem Önsoy
"saw" <swexpress(remove)@hotmail.com> wrote in message news:%23OwFkLSaIHA.4140@xxxxxxxxxxxxxxxxxxxxxxx
Misty:
Using your recommendation, I was sucessful in resolving the prior issue. But now, I am facing this issue,
When trying to connect to the SQL SERVER 2005 through Microsoft SQL Server
Management Studio Express, I get the following error:
Cannot connect to (SERVER NAME) which both are on the same machine, I am
using one machine for everything since it is a lab machine.
Additional Information:
A connection was successfully established with the server, but then an error
occurred during the login process. (provider: Shared Memory Provider,
error: 0 - No process is on the other end of the pipe.) (Microsoft SQL
Server, Error: 223)
This error prevents my application on the same server machine from
connecting to the sql server on the same machine.
Please let me know what I can do to correct the issue.
Your help is greatly appreciated.
"Ross Mistry" <Ross@xxxxxxx> wrote in message news:%23A%23sgZRaIHA.4684@xxxxxxxxxxxxxxxxxxxxxxxAdditonal thoughts, you should be able to connect to SQL Server via SQL Server Management Studio. This will provide you with whether or not SQL Server is operational and if you can connect to the server at least locally. If you cannot connect let me know what error messages you receive in your logs (SQL Server and Event Viewer)
"Ross Mistry" <Ross@xxxxxxx> wrote in message news:...Comments Below
Ross Mistry
"saw" <swexpress(remove)@hotmail.com> wrote in message news:OjA0xRPaIHA.5160@xxxxxxxxxxxxxxxxxxxxxxxHello,
I have an application that requires an database to be installed on the same machine as a backend database. I downloaded SQL Server 2005 as well as the SQL SERVER TOOLS 5.
Since the application as well as the sql are on the same machine I am receiving error message as follows:
Not Recommended, however, it is fine provided that you don't run into performance issues.
[SQL Native Client]Shared Memory Provider: No process is on the other end of the Pipe. [SQL Native Client] Communication Link Failure.
At the bottom right side I don't the icon that the SQL Server is running however within the services it is running.
This is a depreciated feature as of SQL Server 2005. If the services are running then you should be in good shape.Create an ODBC Connection, select the desired SQL Server, Database, provide credentials (Windows or SQL Mixed) and click Test Connection)
No client will be connected to this server as it is purely a lab environment.
Could you also tell me how to test the ODBC as well as how to test SQL Server?
Thank you.
.
- Follow-Ups:
- Re: SQL Server 2005
- From: Ross Mistry
- Re: SQL Server 2005
- References:
- Re: SQL Server 2005
- From: Ross Mistry
- Re: SQL Server 2005
- From: saw
- Re: SQL Server 2005
- Prev by Date: Re: SQL Server 2005
- Next by Date: Re: SQL 2005 Best Practice vs SQL 2000: Application Files Separate from data (and log) files
- Previous by thread: Re: SQL Server 2005
- Next by thread: Re: SQL Server 2005
- Index(es):
Relevant Pages
|
Loading