Skip to content Skip to sidebar Skip to footer
Showing posts with the label File

I Need To Parse 250 Files, Totalling At 1gb Of Data And Upload It To A Sql Server. Can I Get More Efficient Than This?

My current method takes ~40 minutes to parse all of this data : Current logic is: foreach (var file… Read more I Need To Parse 250 Files, Totalling At 1gb Of Data And Upload It To A Sql Server. Can I Get More Efficient Than This?

Java File Path Windows/linux

what is the best solution to create file path in Java for this two OS. Application will be used for… Read more Java File Path Windows/linux

What Are The Different Possibilities To Store A Large Number Of Files In A Sql Server 2008 Database?

Let's say i want to build a website that will hold a very large number (at least 10 millions) o… Read more What Are The Different Possibilities To Store A Large Number Of Files In A Sql Server 2008 Database?

Comma's Causing A Problem Using Bulk Insert And A Format File

I'm trying to import .CSV files using BULK INSERT on SQL Server and a Format File. I have creat… Read more Comma's Causing A Problem Using Bulk Insert And A Format File

Zend_cache_backend_sqlite Vs Zend_cache_backend_file

Currently i'm using Zend_Cache_Backend_File for caching my project (especially responses from e… Read more Zend_cache_backend_sqlite Vs Zend_cache_backend_file

SQL Server Read Csv Binary From Table

I currently store my csv formatted files on disk and then query them like this: SELECT * FROM OPENR… Read more SQL Server Read Csv Binary From Table