Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB Databases
|
Pro VB Databases Advanced-level VB coding questions specific to using VB with databases. Beginning-level questions or issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 12th, 2005, 08:54 AM
Authorized User
 
Join Date: Jan 2005
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to yeetesh
Default Linking Remote Sql Server with Web server

Hi,guys
I have got a project every thing is done except one .

Case:-
i need to link to 3 sql servers running in 3 different areas,with a webserver,so that i can get all the data recieved on the webserver to yet another sql server at the Head office of the company.

An idea struck me to do this by simple queries but thats gona make it a slow process. I need to make it work faster,and also an automated one.I've heard that it can be done by MSDTC but i'm not much aware about this as i'm new to sql servers.

Any one got any idea to help me plz help me out!!!!!

 
Old May 26th, 2005, 04:13 AM
Authorized User
 
Join Date: May 2004
Posts: 83
Thanks: 0
Thanked 1 Time in 1 Post
Default

SQL Server supports Replication. So you can use it to get all of your SQL Servers synchronized automatically. There's a whole chapter on this topic in the book Mastering SQL Server 2000. You can search the internet for a related article.

Another way around this issue is that you can create an import/export process yourself. This process will select data from one server and store it in an (may be) Access database. This database shoule be made available to the other offices where your process will import the data. This is a one-time development process. However continuous human interaction is required the data will need to be exported, then sent to another office and then imported.

So think about these two solutions. I hope they help.

Regards,


ejan





Similar Threads
Thread Thread Starter Forum Replies Last Post
VB Express and SQL server on remote server questio HoosierDaddy61 Visual Basic 2005 Basics 0 February 22nd, 2006 11:27 AM
SQl Server license for a web server app carlos890 SQL Server 2000 1 December 8th, 2005 12:42 PM
ASP Linking to SQL Server 2000 Dev JoshCBR28 ASP.NET 1.0 and 1.1 Basics 6 October 24th, 2005 05:20 PM
connecting web server and remote db server via asp moreyt Classic ASP Databases 0 May 31st, 2005 12:13 AM
connect from web server to remote database Durwood Edwards Classic ASP Databases 0 June 24th, 2004 01:03 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.