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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Remotely Administering the SQL Server

Author  Topic 

kid_on_the_block
Posting Yak Master

172 Posts

Posted - 2005-10-24 : 16:04:36
Hi

I have heard a lot of people saying that they administe the SQL Server remotely , I mean sitting in one city , they work on the SQL Server in another city.

How is this actually achieved . Is it that the SQL Box is given a real Ip & then they connect it though the internet, but then this would not be safe , as the SQL box would be on the real Ip.

Could some one please let me knw the ways (solutions) to access & adminster a SQL Server remotely. (Not on ones LAN ) ...


Thanks & Regards
Kid

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-10-24 : 16:38:34
quote:
Is it that the SQL Box is given a real Ip & then they connect it though the internet
Yes. TCP/IP would be the network used.
quote:
but then this would not be safe
If a VPN is used, or there is IPSEC and a good firewall set up on the SQL Server, then it is safe.
Go to Top of Page

activecrypt
Posting Yak Master

165 Posts

Posted - 2005-10-25 : 00:53:26
Hi,
As suggested , theirs another way to do this also its using Terminal Services , but then if you do this be sure

Change the port of SQL box from default to anyother
Keep your dbs in NTFS formatted Drive
Set a Proper firewall rule
Stronger password mechenism

-----------------------------------------------------------
MSSQL Server encryption software http://www.activecrypt.com
Go to Top of Page
   

- Advertisement -