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 |
|
rajeshkumar77
Starting Member
46 Posts |
Posted - 2001-12-06 : 02:46:17
|
| HiI am using Sql Server 2000 on win2kserverI have a doubt.Is it possible to access my database by the Remote user using ip address and port no ?If it is possible please tell me the mechanism behind it.What are the possible ways to connect to that Database and to access the dataand on what purpose this will use.thanxinadvancethis doubt is somewhat strangeok byeYoursRajesh |
|
|
Andraax
Aged Yak Warrior
790 Posts |
Posted - 2001-12-06 : 05:42:35
|
| Hello Rajesh,You can connect by using TCP port 1433 (by default). |
 |
|
|
rajeshkumar77
Starting Member
46 Posts |
Posted - 2001-12-06 : 21:33:39
|
| Dear AndraaxCan u please tell me how can i connect to remote database using TCP Port 1433do i need to use query analyzer or enterprise manager to connect to remote databaseif possible please tell meThanks in advanceYoursRajesh |
 |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2001-12-06 : 21:44:48
|
quote: do i need to use query analyzer or enterprise manager to connect to remote database
Yes. Seeing as the default port is 1433, all you probably need to do is put the address/name of the server in to your connection dialog on these tools.Damian |
 |
|
|
Tim
Starting Member
392 Posts |
Posted - 2001-12-06 : 23:58:50
|
i conenct remotely to the sql server at my web hosting service provider.I just registered the server in EM providing the server address and authentication details.It works fine, although a bit slow to display all the databases.-------------------------------Visit nr's cursor wonderland |
 |
|
|
rajeshkumar77
Starting Member
46 Posts |
Posted - 2001-12-07 : 06:53:11
|
| Dear TimIn Enterprise Manager, Can u please specify option which is used to connect the remote serverThankyou VeryMuchYoursRajesh |
 |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2001-12-07 : 07:41:03
|
| HiDid you try "New Server Registration" ?I suggest you spend some time reading the "Books Online" documentation. There is lots of good stuff there.Damian |
 |
|
|
|
|
|