Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2005-12-29 : 02:07:23
|
Hi,It seems that I have an instance name setup on my local sql server 2005. To get connected to it I have to use machinename/machinenameHow can I use just machinename. And I believe this will allow me to connect remotely.Thanks |
|
sachinsamuel
Constraint Violating Yak Guru
383 Posts |
Posted - 2005-12-29 : 02:14:02
|
If app server has sql client installed, you can create alias in sql client network utility. Or try connect to it with ip address and port number. RegardsSachinDon't sit back because of failure. It will come back to check if you still available. -- Binu |
 |
|
|
|
|