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
Jonathan SterlingPosted Jun 29, 2015, 4:56 AM
Ravi KumarPosted Aug 14, 2014, 6:00 AM
fallow the fallowing steps.
right click on your database-->tasks-->importdata-->click next--> datasource select "Microsoft excel"-->browse excel file-->click next--> select server name enter userid and password, select database name--> click on next click on finish.