all groups > sql server msde > october 2006 >
You're in the

sql server msde

group:

Still Cannot Login sa


Still Cannot Login sa Charles A. Lackman
10/19/2006 10:59:43 PM
sql server msde:
Hello,

I installed SQL Express using the following Silent Install:

SQLEXPR.EXE /qb SECURITYMODE=SQL SAPWD=MyPassword ADDLOCAL=ALL
INSTANCENAME=SQLExpress DISABLENETWORKPROTOCOLS= 0 SQLAUTOSTART=1

I cannot login using SQLCMD - E or -U sa -P MyPassword or with
MyComputer\SQLExpress

Using ADO doesn't work either. All gives me the same error.

Sqlcmd: Error: Microsoft SQL Native Client: An error has occurred while
establishing a connection to the server. When connecting to SQL Server 2005,
this failure may be caused by the fact that under the default settings SQL
Server does not allow remote connections.

Please Help,
Thanks,
Chuck

Re: Still Cannot Login sa Andrea Montanari
10/20/2006 12:00:00 AM
hi Charles,
[quoted text, click to view]

did you (correctly) provide the server name like
c:\>sqlcmd.exe -E -S(Local)\SQLExpress
?
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.20.0 - DbaMgr ver 0.64.0 and further SQL Tools
--------- remove DMO to reply

RE: Still Cannot Login sa John Bell
10/20/2006 2:06:01 AM
Hi Charles

You don't say if this is trying to connect locally or remotely? Have you
checked the installation log files?
http://msdn2.microsoft.com/en-us/library/ms144287.aspx
The may also help
http://msdn2.microsoft.com/en-us/library/ms345154.aspx#sseover_topic6

John

[quoted text, click to view]
Re: Still Cannot Login sa Charles A. Lackman
10/20/2006 2:14:02 AM
Hello,

I am trying to connect locally.

Chuck

[quoted text, click to view]
Hi Charles

You don't say if this is trying to connect locally or remotely? Have you
checked the installation log files?
http://msdn2.microsoft.com/en-us/library/ms144287.aspx
The may also help
http://msdn2.microsoft.com/en-us/library/ms345154.aspx#sseover_topic6

John

[quoted text, click to view]

Re: Still Cannot Login sa John Bell
10/20/2006 2:35:02 AM
Hi

Does a NET START command show that it is running? What do the logs say?

John

[quoted text, click to view]
AddThis Social Bookmark Button