Hi Team,
I have a bunch of data in excel file (suppose test.xlsx) with following format
Field1 Field2 Field3 Field4
1 ABC 30 HR
2 DEF 40 ADMIN
3 PQR 50 IT
4 XYZ 60 Finance
I want to upload this data into the SQL server table.
I have already created the table in SQL database with same format.
Can you please provide me the steps how to import this excel into SQL table?
Thank you in advance.
Waiting for your reply.