Hi,
Do the below:-
1. Create Alias to SQL server from your machine using CLIEN NETWORK UTILITY,
specifying TCP/IP as protocol, IP Address and Port number.
2. After creating the Alias use this server name to connect to SQL Server.
How to check the port is working, execute below from command prompt of ur
machine - provide ip address of SQL Server machine
TELNET ipaddress portnumber
eg:
TELNET 10.10.2.33 1433
--
Thanks
Hari
MCDBA
[quoted text, click to view] "SqlJunkies User" <User@-NOSPAM-SqlJunkies.com> wrote in message
news:uLuj0AVbEHA.644@tk2msftngp13.phx.gbl...
>
> please help me in following matter
>
> iam facing the same problem when i try to connect to sql remotely i.e.
>
> Unable to connect to server (name of server)
> Server: Msg 17, Level 16, State 1
> [Microsoft][ODBC SQL Server Driver][DBNETLIB] SQL Server
> does not exist or access denied.
>
> but please tell me how to verify that port is listening or not ?
>
> when i try with following command from dos prompt
>
> ISQL -Stcp:ServerNameHere -Usa -Ppassword -Q"select @@version"
>
> I receive the reply like this :
>
> DB-Library: Unable to connect: SQL Server is unavailable
> or does not exist. Unable to connect: SQL Server does not exist or network
> access denied.Net-Library error 10061: ConnectionOpen (Connect()).
>
> now i dont know how to listen to sql please give me detail procedure to
solve this problem
>
>
>
>
>
> ---
> Posted using Wimdows.net NntpNews Component -
>
> Post Made from
http://www.SqlJunkies.com/newsgroups Our newsgroup engine
supports Post Alerts, Ratings, and Searching.