lunchbox88
Programmer
I'm pulling 2 columns from a table on a SQL Server database in to a dataset, the ID, and a charfield. The char field has to be 10 characters, so I'm checking the length, and appending leading 0's where necessary.
What's the fastest way to write the changes back to the table in the database? There's about 250,000 records.
What's the fastest way to write the changes back to the table in the database? There's about 250,000 records.