There are two SQL2000 servers- first (Production) one is collecting data (up to 50,000 records per poll interval, let say, 15 minutes), second (Analyser) one is working with this data. I am looking a best approach of periodically (once in above mentioned poll interval) moving data from first server to another one. Thanks