2
Answers

importing the excel xheet into sql server

Photo of ASHISH NAIKWADI

ASHISH NAIKWADI

10y
1.2k
1
I want to import the excel sheet to sql server.while importing the data  from the excel I want to create a new table dynamically in the sql server each time while uploading the excel file.The new table created has the same schema as that of excel sheet i.e column names and datatypes and all the data also copied to the new table

Answers (2)