472,802 Members | 1,406 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,802 software developers and data experts.

Connecting to Sql server 2005 via VPN

Hi All

Has anybody had experience connecting to SQL server 2005 on a remote site
via VPN

A client has a warehouse in each capital city in Australia and wants to have
them all record sales etc in the SQL server computer running in 1 city only

I have not had experience with VPN and am wondering if the speed is
acceptable and any pitfalls to look for

I will probably be doing a once or twice daily dump of data from each local
SQL server to the coporate main one rather than per transaction

Regards
Steve

Mar 23 '07 #1
2 2084
"steve" <ga*****@newsgroups.nospamwrote in
news:#n**************@TK2MSFTNGP04.phx.gbl:
Hi All

Has anybody had experience connecting to SQL server 2005 on a remote
site via VPN
There should be no different versus a standard LAN/Internet connection.
I have not had experience with VPN and am wondering if the speed is
acceptable and any pitfalls to look for
Speed is fine... if you have enough bandwidth. The performance is also
dependent on how much data will be travelling across the WAN.

Depending on your application, you may want to front the DB access with
a centralized web service instead - rather than having direct DB
connections.
I will probably be doing a once or twice daily dump of data from each
local SQL server to the coporate main one rather than per transaction
If you're planning on using a local DB at each site and syncing to a
central database, SQL Server has the capability built-in to do so (Log
shipping and Replication). However, there are several third party
products which do it better (DoubleTake, WANsync, etc)... and are
definately worth a look. Try the SQL newsgroup, people there can give
you some recommended products to compare.

In anycase, there are several ways you can tackle this problem. Either
sync the database up, or you could build an application framework to do
the syncing for you. If all you want is database syncing, I would do it
with SQL Server (or use a 3rd party SQL server product).
Mar 23 '07 #2
Spam Catcher

Thanks for your reply

Just what I needed

Regards
Steve
"Spam Catcher" <sp**********@rogers.comwrote in message
news:Xn*********************************@127.0.0.1 ...
"steve" <ga*****@newsgroups.nospamwrote in
news:#n**************@TK2MSFTNGP04.phx.gbl:
>Hi All

Has anybody had experience connecting to SQL server 2005 on a remote
site via VPN

There should be no different versus a standard LAN/Internet connection.
>I have not had experience with VPN and am wondering if the speed is
acceptable and any pitfalls to look for

Speed is fine... if you have enough bandwidth. The performance is also
dependent on how much data will be travelling across the WAN.

Depending on your application, you may want to front the DB access with
a centralized web service instead - rather than having direct DB
connections.
>I will probably be doing a once or twice daily dump of data from each
local SQL server to the coporate main one rather than per transaction

If you're planning on using a local DB at each site and syncing to a
central database, SQL Server has the capability built-in to do so (Log
shipping and Replication). However, there are several third party
products which do it better (DoubleTake, WANsync, etc)... and are
definately worth a look. Try the SQL newsgroup, people there can give
you some recommended products to compare.

In anycase, there are several ways you can tackle this problem. Either
sync the database up, or you could build an application framework to do
the syncing for you. If all you want is database syncing, I would do it
with SQL Server (or use a 3rd party SQL server product).

Mar 23 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Ann Marinas | last post by:
Hi all, I would like to ask for some help regarding separating the asp.net webserver and the sql server. I have created an asp.net application for a certain company. Initially, we installed...
3
by: Ann Marinas | last post by:
Hi there, I am currently developing an ASP.NET program that connects to a SQL Server 2000 database. I also have SQL Server 2005 Express installed on the same local machine. Prior to...
2
by: hfk0 | last post by:
Hello, I'm a newbie here and was wondering anyone could help me with this. I have a simple ASP.NET 2 web application running perfectly fine with IIS and SQLServerExpress installed locally on...
6
by: Todd Brewer | last post by:
Windows Server 2000 ASP.NET 2.0 SQL Server 2000 (on a physically seperate server) I moved an ASP.NET 2.0 application from a development server to production, and am getting the following error:...
2
by: Patrick F | last post by:
Hi, i have SQL Server 2005 and a database set that is called, myCompany the problem is that i cant connect from my page to it, here is from the web.config: ( i have got this connectionstring from...
8
by: =?Utf-8?B?U3JpcmFtIE1hbGxhanlvc3VsYQ==?= | last post by:
Hi, I am not sure whether this is the correct newsgroup where I need to post my question. Let me know where I need to post for a quick response. I get the following error when I try to connect...
2
by: samadams_2006 | last post by:
Hello, I have a problem that I'm hoping someone will be able to help me resolve. 1) I have a C# Web Site in which I connect to the database: "Install Microsoft SQL Server 2005 Express...
3
by: Me LK | last post by:
I did a search but could not find an aswer that worked so here it goes. I just did an upgrade from 2003 to vs 2005 express. I am using a remote sql server 2000. I specifically upgrade to make...
0
by: aboutjav.com | last post by:
Hi, I need some help. I am getting this error after I complete the asp.net register control and click on the continue button. It crashed when it tries to get it calls this Profile property ...
0
by: mina | last post by:
My application which is written in vb.net 2005 uses sql server 2005 express as a database, this application is multi-user. So i am used 3 xp machine to install my application i can say...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.