We just went to MS SQL Server 2000 and I need to create a database. I have a program that stores data in MS SQL Server 2000 on the individual computer. This program will run on about 15 computers and store the data locally. I need to take the individual databases and store them on one central database. I can't use replication, because I don't want data deleted from my central database when it's deleted from the individual ones. The central database will be a repository where all of our queries will be done against. We would like the individual databases to send data to the central one as they get data, but might end up doing it twice a day. Any pointers/help would be appreciated.