- Joined
- Dec 14, 2007
- Messages
- 25
- Reaction score
- 0
Installed MSSQL2K5 Express Edition.
Added new login and password.
All was OK, I could login from local with using "SQL Server Management Studio Express"
I reseted computer than tried to login and there was erorr than I cannot connect from remote computer, but I was trying to login from localhost by Management Studio.
I just did some things from MSDN with enabling remote etc and I repaired it, all was same as before reset.
I wanted to login to my server from LAN remote computer and it works, but I cant connect only by using IP of MSSQL server I must use this type:
<CommputerName>\SQLEXPRESS
or
<xxx.xxx.xxx.xxx>\SQLEXPRESS
Where xxx its IP.
I dont how to connect from local or remote IP to my SQL server:
It dont works.
localhost\SQLEXPRESS dont work too.
What I need to config?
Here is screen from my connection config in MSSQL 2005.
Do I need to setup Aliases or something?
Added new login and password.
All was OK, I could login from local with using "SQL Server Management Studio Express"
I reseted computer than tried to login and there was erorr than I cannot connect from remote computer, but I was trying to login from localhost by Management Studio.
I just did some things from MSDN with enabling remote etc and I repaired it, all was same as before reset.
I wanted to login to my server from LAN remote computer and it works, but I cant connect only by using IP of MSSQL server I must use this type:
<CommputerName>\SQLEXPRESS
or
<xxx.xxx.xxx.xxx>\SQLEXPRESS
Where xxx its IP.
I dont how to connect from local or remote IP to my SQL server:
PHP:
mssql_connect("localhost", "login", "password");
mssql_connect("localhost");
localhost\SQLEXPRESS dont work too.
What I need to config?
Here is screen from my connection config in MSSQL 2005.

Do I need to setup Aliases or something?