|
How frequently is it updated? How current do you need the data to be?
You probably need to setup a scheduled job to pull out a static copy of the
data for you to analyze. Then you can schedule the pull to run when it will
have less impact on the webpages. 20K records is trivial for a PC to use for
analysis.
On Fri, 4 Nov 2011 14:24:50 -0500, AnnHett <annhett@GMAIL.COM> wrote:
>i'm just getting the columns I want and it's less than 20,000 rows of data.
> I haven't had this problem when I connect to our oracle database, but when
>I use the oracle database that is a reporting copy. This sql server
>database is the production database that also feeds web pages.
>
|