Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL 2000 Server with stand alone box

Status
Not open for further replies.

dejamakan

Programmer
Jul 11, 2002
6
US
Hi all.

I am building a database using MS SQL 2000 Server. My users are require to keep a subset of the data on their local box and be able to upload any changes to the server as required. I'll need this data to creat monthly reports. I know SQL Server has this capability can someone point me to it?

Thanks

dejamakan
 
Look under replication.

You could also design DTS packages to do something simlar.
 
Replication with either horizontal or vertical partitioning (or both) sounds like what you are looking for..

THe specific methods could be scheduled snapshot or replication....
THen all you need to do is build your articles and define what data you are going to share..

HTH

Rob

 
Thanks for your quick response guys. I'll look into it.

<trevor />

dejamakan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top