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??
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??