I wanted to run this question past all of you smarties out there to see what you thought.
We are bringing in large amounts of data from an Oracle 8i server into our SQL Server (2000) in order to build a customized data mart. Our experiments show that having the data local is much faster than passthroughs, given the number of queries we run and the volume of data passing over our connection. Problem is, every morning for about two hours the lights dim and the fire truck shows up outside the building...i.e.. performance suffers for all other processes.
We are using DTS to bring over this data currently. Is there a faster method? Asking the Oracle DB owners to do something is out of the question...they serve a large group of production users and we are a reporting shop.
Looking for brainstorming, hopefully functionality within the context of SQL Server, but not necessarily. Thanks,
Dan
We are bringing in large amounts of data from an Oracle 8i server into our SQL Server (2000) in order to build a customized data mart. Our experiments show that having the data local is much faster than passthroughs, given the number of queries we run and the volume of data passing over our connection. Problem is, every morning for about two hours the lights dim and the fire truck shows up outside the building...i.e.. performance suffers for all other processes.
We are using DTS to bring over this data currently. Is there a faster method? Asking the Oracle DB owners to do something is out of the question...they serve a large group of production users and we are a reporting shop.
Looking for brainstorming, hopefully functionality within the context of SQL Server, but not necessarily. Thanks,
Dan