importing the excel xheet into sql server
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