473,396 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

need more ideas on importing delimited text files

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??
Nov 18 '05 #1
2 1198
oj
No bulkload?! So typical of ISP! :)

The next best option is to perform updatebatch. See if this helps.

http://msdn.microsoft.com/library/en...asp?frame=true

http://msdn.microsoft.com/library/en...asp?frame=true
--
-oj
http://www.rac4sql.net
"TJS" <no****@here.com> wrote in message
news:e6**************@TK2MSFTNGP09.phx.gbl...
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??

Nov 18 '05 #2
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

"TJS" <no****@here.com> wrote in message
news:e6**************@TK2MSFTNGP09.phx.gbl...
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??

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.573 / Virus Database: 363 - Release Date: 1/28/2004
Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Va | last post by:
I am trying to import tab delimited text file into a recordset. The code I am using is conn_string = "Driver={Microsoft Text Driver (*.txt;...
1
by: sparks | last post by:
I have never done this and wanted to ask people who have what is the best way. One person said import it to excel, then import it into access table. but since this will be done a lot, I am...
1
by: don | last post by:
I'm trying to import a comma delimited text file into MS Access 2002 version - the first column is set for an auto increment primary key and everything works right the first time I import a text...
12
by: Jonathan | last post by:
How do you tell the .csv file that you are to import that it has no row headers as I went to the web site http://www.connectionstrings.com/ and under text file it says: "HDR=Yes;" indicates that...
9
by: Philip Pinkerton | last post by:
When trying to connect to database via the pgAdmin3 GUI it asks for a password. I use the same passworrd as I did when I connect to the DB via command line but I get Ident error? how do I set,...
4
by: Kathie via AccessMonster.com | last post by:
Hello, I have to import monthly, files that were once *.csv but due to commas in addresses, the interface program was changed to dump tab delimited. Now my code is not finding the files in the...
17
by: freemann | last post by:
Can anyone provide example code showing how to send form results to a results page, email and a comma delimited file? Notice that I need it going to all three locations. Details: I have forms...
2
by: denisel | last post by:
Hi, We will be conducting surveys through SurveyMonkey online and will be importing the answers by tab delimited or comma delimited file into access. I was wondering if there is specific way to...
5
by: Vik Rubenfeld | last post by:
Is there a way to import an MS Access database .mdb file into MySQL running locally on a Mac? Thanks in advance to all for any info.
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.