|
KilpAr
Yak Posting Veteran
80 Posts |
Posted - 12/20/2012 : 08:18:39
|
I thought to ask that if I'm doing my upload of data way too hardly. I have Excel sheet which has X times Y cells. These cells needs to go to SQL Server table. The current solution is that I use VBA code to read the range (about 3000 cells) into an array, then print the array into a text file row-by-row like
Column-Row-Value-UserName-TimeStamp
and then BULK INSERT the txt-file into an SQL Server table.
Can I cut some parts of this out? Is there some plain and simple uploading function to put Excel data into an SQL table?
One of the keys here is that from user's point of view it has to be as simple as pressing save in Excel to get the data into the table. |
Edited by - KilpAr on 12/20/2012 08:19:14
|
|