View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 08:09 PM
Greg D. Moore \(Strider\)
 
Posts: n/a
Default Re: Pull data from Cache 5.0 to SQL 2000 (fast?)


"Pippen" <123@hotmail.com> wrote in message
news:9koBb.484514$Tr4.1330184@attbi_s03...
> >

> Thanks for the advice. I probably should have mentioned that the data is
> going in to empty non indexed tables...


Hmm, interesting. I'd then try to dump the data out of Cache and use BCP
and see if that's any faster.

At the very least it may break it into two parts and give you an idea of
which one is the slow part.

>
> -js
>
>



Reply With Quote