hello,
Is it possible to use TELNET(from the client in LAN A) and access database instance at(sql Server at LAN B) . I meann to say is, can we use TElnet over the internet to access the instance.
can anybody helps me
Thanks in advance
hello,
Is it possible to use TELNET(from the client in LAN A) and access database instance at(sql Server at LAN B) . I meann to say is, can we use TElnet over the internet to access the instance.
can anybody helps me
Thanks in advance
sql connection
Computer-Desk
HTH, Jens K. Suessmeyer.
---
http://www.sqlserver2005.de
---
A. Brosten
Hi,
ok I thought that you wanted to do this. If you want to query / modify the database, you probably don’t want to do this with telnet, rather than a query tool like the SSMS in SQL 2005 or Query ANalyzer in SQL 2000, or SQLCMD or OSQL at the commandline.
Try to establish first a connection which is pingable from the two location, then do the port forwarding to the SQL Server computer. This is not a specific SQL Server related problem rather than a infrastructure problem.
HTH, Jens K. Suessmeyer.
---
http://www.sqlserver2005.de
---
MA2005
hello sir,
i want to access the instance over the internet, thats why i am thinking to move on telnet .
using this i will access the intance over the internet.
can u suggest me a best approach for the above case
thanks for ur help
Sankar N
hello,
my database is available somewhere anothet city , so, i want to retrive , modify the records thru sql querries .
so, iam using the concept telnet.
Dekay Kim
HTH, Jens K. Suessmeyer.
---
http://www.sqlserver2005.de
---