need more ideas on importing delimited text files

T

TJS

I need to import delimited text files (several thousand records each) on a
shared hosted website:

currently building insert statements from ASP.net file but this is pig slow
and burns way too much cpu.

Constraints:
- webhost locked out bulk insert ( says it is a security risk )
- building insert queries takes too much cpu
- no admin privileges available
- DTS not allowed on server ( says it is a security risk )
- cannot change settings on things like registry
- cannot use any command line stuff for bcp

There must be another way to do this.

what else is an option??
 
M

Michael Pearson

Maybe you could kick this stuff on a thread set to lowest priority. It's
going to Peg out the CPU, but since the priority is so low, other stuff will
still run ok (like ASP.net :) ).

You might also consider a new host.

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top