Stories recently tagged with 'Bulk'

Client Side Validating Bulk Insert With jQuery Validation Plugin(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 5 months ago

I have been working on a proof of concept for a way to insert a bunch of contact data for a record. One of the requirements that has been pretty challenging is the client side validation since a lot of info isn't known until run time. read more...

add a comment |category: |Views: 47

tags: another

Bulk Loading XML into SQL Server 2005 using .NET(wijix.com)

submitted by bmerrellbmerrell(330) 4 years, 9 months ago

With a number of clients, I have been provided a sample format for a transactions along with instructions to develop a process to load it into a database as quickly and painlessly as possible. This usually comes with the requirements that the XML data file can have any number of records from 1 to n. This example demonstrates the most efficent and scalable way that I have found to solve this. Not to mention that it can be maintained without rebuilding the solutions each time the data format changes. read more...

add a comment |category: |Views: 59

tags: another