Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connecting to sqlserver from remote client

Status
Not open for further replies.

kindus

IS-IT--Management
Jul 25, 2001
77
US
What are steps to be taken to connect to sqlserver database from a remote clients ?
1. Is there anything like listener in oracle to be configured/running?
2. Is there anyhting like net80 to be configured in the client machine ?

Please help
thanks
 
Depends on what connection type you are trying to make for example ODBC or ADO?

1. No
2. No
 
I am looking to connect thru sqlserver 7 client's query analyzer. Please let me know what I need to do to able to establish the connection.
 

Generally, all you will need to do is start QA. The 'Connect to SQL Server' dialog will appear. Type the name of the server in the SQL Server box. If SQL Server is setup with NT or Windows authentication and your login has been granted access, select Windows Authentication. Otherwise, select SQL authentication, enter a login and password then click OK.

If you fail to connect, you may need to use the SQL Client Network Utility to setup the SQL network library and and an optional alias.

Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it if you have time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top