By tag: Bulk
0
kicks
Client Side Validating Bulk Insert With jQuery Validation Plugin
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.
0
kicks
Bulk Loading XML into SQL Server 2005 using .NET
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...