Tagged Questions

1
vote
7answers
79 views

SQL Server - bulk delete (truncate vs delete)

Hello folks, We have a table with a 150+million records. We need to clear/delete all rows. Delete operation would take forever due to it writing to the t-logs and we cannot chang …
1
vote
0answers
53 views

Bulk entity delete in Google App Engine

I'm trying to delete some unwanted data from my datastore with Java and found some code using the DatastoreService that I modified to delete as many entries as possible in 10 secon …
0
votes
0answers
14 views

array insertion (Bulk insertion) in oracle table with OCI.

Hi, Can anybody help me in a OCI program. I need to insert multiple row in a table (bulk insertion i.e. multiple rows at a time) with one column with clob data type. I am not gett …
4
votes
4answers
557 views

Is there a bulk email plugin for Rails apps?

Does anyone know of a plugin or something that can be used to send bulk emails for a Rails app? Specifically, I'd like to be able to pass an HTML email file to a rake task or some …
0
votes
3answers
81 views

XHTML bulk Validator for Windows?

I have several hundred (static - no includes or server-side parsing) HTML pages. I would like to validate the HTML (XHTML 1.0 Transitional), but the idea of plugging each of them i …
0
votes
3answers
159 views

Sending bulk mail using PEAR::Mail in php?

I am new to PEAR::Mail, and I am looking for a tutorial that can teach me how to send bulk mails(10K+ emails). "Using mail() in php is not efficient, as its open and close the smtp …
1
vote
3answers
758 views

how does one upload data in bulk to a google appengine datastore?

I have about 4000 records that i need to upload to the datastore. They are currently in CSV format. I'd appreciate if someone would point me to or explain how to upload data in bu …
3
votes
6answers
1k views

What is the fastest way to parse text with custom delimiters and some very, very large field values in C#?

I've been trying to deal with some delimited text files that have non standard delimiters (not comma/quote or tab delimited). The delimiters are random ASCII characters that don't …
0
votes
2answers
51 views

How can I pay only once to provide the same expensive data source to multiple unit tests?

G'day! I have 4.6GB of test data in 220,000 files. A bulk test requires finding, matching, and unzipping pairs of the files. I want to run multiple unit tests across each pair. It …
0
votes
3answers
103 views

Command to Bulk Compress All Files / Folders Under a Directory

I'm looking for a command that will compress every folder within a directory separately with the name of each archive reflecting the original folder name. I know that tar czvf exa …
0
votes
3answers
113 views

Bulk upgrade VS2005 solutions to VS2008

Is it possible to bulk upgrade (many at the same time) VS 2005 projects to VS 2008. I know that I can open one at a time, however, I would like to select say 10 at a time to upgra …
0
votes
1answer
183 views

Portable JPA Batch / Bulk Insert

Hi, I just jumped on a feature written by someone else that seems slightly inefficient, but my knowledge of JPA isn't that good to find a portable solution that's not Hibernate sp …
0
votes
5answers
139 views

PHP Bulk Email - Dedicated IP Max?

Hi Is there any way i can send out about 3000+ emails from one php script request without overloading a dedicated IP... the max would be 500 per hour? If you dont get me.. here is …
0
votes
5answers
128 views

Sleep between calls of Mail() in PHP

How would i send an email, to say 3000 recipients - with a Max 500 emails / hours on my dedicated IP? So far my thought is to send each email every 9 seconds, this would come to ab …
0
votes
3answers
140 views

Personalised bulk email programmatically without timing out

I have a list of around 5,000 to 10,000 (individual user supplied) email addresses from people all over the world, each associated with their username and language codes. I also ha …

1 2 3 next
15 30 50 per page