I have an Excel worksheet with 4 columns:
F1 F2 F3 AutoNo
A Y C 1
G C D 2
S W A 3
I have a table in SQL Server 2000 which corresponds to the above worksheet.
What's the best way to update columns F1, F2, F3 in the table using the
AutoNo from both the table and worksheet?
Thanks for any replies using ADO/VB/SQL and not DTS.
F1 F2 F3 AutoNo
A Y C 1
G C D 2
S W A 3
I have a table in SQL Server 2000 which corresponds to the above worksheet.
What's the best way to update columns F1, F2, F3 in the table using the
AutoNo from both the table and worksheet?
Thanks for any replies using ADO/VB/SQL and not DTS.
Comment