![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Windows NT/2000/2003 Server/2008 Server Find support for Windows NT/2000/2003 Server/2008 Server editions. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
Ms Sql
How can I make my database in a workstation sync with my server database?
(@ Server - MS SQL Version 8.0 and @ worksation - MS SQL Desktop Engine) Is it possible to do through ftp or internet? What would I need to install (third party software)? Or does the MS SQL has a built-in tool for that? |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Registered User
|
Re: Ms Sql
Database replication is the built-in tool you need here. The idea is that each row is replicated between MSSQL servers, eventually synchronising the two and keeping them exactly the same.
There will be a time lag, but you can modify the intervals between which replication events take place. One server has to be configured as a publisher of a db and another as a subscriber. The publisher can then push this publication across or the subscriber can pull it across, depending on what fits best in your scenario. Have a look at this: http://msdn2.microsoft.com/en-us/library/ms151247.aspx And this. It goes into detail describing replication with MSDE: http://support.microsoft.com/kb/324992 Last edited by feckless_mess; 09-10-2007 at 12:59 AM. |
|
|
|
![]() |
| Thread Tools | |
|
|