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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is my servers name? I want to connect to it

Status
Not open for further replies.

SuperT

Programmer
Feb 5, 2001
8
0
0
IE
Dear Anyone, I want to run SQL Server on an NT machine and then connect ASP to it via an ODBC connection.

I'm stuck because I dont even know what the SQL Servers name is or any stuff like that. The only information I got out of it was:
pipe =\\.\pipe\sql\query
server=myserv1
port =1433
Is that enough for an ODBC connection?
Once I've got a connection I'm going to put my access database in. Somehow?

Thanks for any tips you can give, Bye T
 
From the information that you have given, your SQL Server name is 'myserv1'. All you require then is a username and password. If you have just installed SQL Server, you can connect as username 'sa' password '' as this is the default.

Hope this helps,


Chris Dukes
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top