RE: sql server on another computer
- From: changliw@xxxxxxxxxxxxxxxxxxxx (Charles Wang[MSFT])
- Date: Tue, 09 Jan 2007 03:08:13 GMT
Hi,
My understanding of your issue is that:
Your .NET 2.0 application failed to connect to your remote SQL Server
within the same workgroup.
Your SQL Server has been configured to allow remote connections.
If I have misunderstood, please let me know.
From your description, I think that your SQL Server is 2005.For one thing, I would like your checking what the protocols are enabled on
your SQL Server. You can check that by using SQL Server Configuration
Manager.
For TCP/IP protocol, please check the current using TCP port and see if you
can use telnet command to connect to the server on the port.
If you could not telnet the computer at the client side, please check if
the Windows firewall was enabled on your server by clicking Start->
Run->firewall.cpl.
For another thing, please add an alias by using cliconfg on your client
computer. If you decide to use Named Pipes protocol, add a server alias
with Named Pipes protocol; if you decide to use TCP/IP protocol, add a
server alias with TCP/IP protocol.
I would like to attach the following links for your reference:
How to connect to a named instance of SQL Server 2005 or SQL Server 2000 by
using the client tools in the earlier version of SQL Server
http://support.microsoft.com/kb/265808/en-us
When you connect to the SQL Server 2005 database engine, you may experience
longer connection times
http://support.microsoft.com/kb/918478/en-us
Hope this helps.
If you have any other questions or concerns, please feel free to contact us.
Sincerely yours,
Charles Wang
Microsoft Online Community Support
======================================================
When responding to posts, please "Reply to Group" via your newsreader
so that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
.
- Prev by Date: RE: Attaching Database Failed
- Next by Date: RE: sql server on another computer
- Previous by thread: RE: Attaching Database Failed
- Next by thread: RE: sql server on another computer
- Index(es):
Relevant Pages
|
Loading