Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've got an excel file with more than 30,000 record and I want to convert it to sql server file how can I do that please help
thanx all
Posted
Comments
haitrieu749 13-Oct-12 15:46pm    
Data's very large :D
Khaldoon Al-Talib 13-Oct-12 15:53pm    
not so large it is just 30,000 record

 
Share this answer
 
Comments
Khaldoon Al-Talib 13-Oct-12 16:16pm    
I need a program not a code to do that
You can not convert an excel file to sql server file.
But if you can figure out a structure where your rows will fit in, you can import the excel file with the import wizard in SQL Management Studio[^]. See a guide: http://www.66pacific.com/sql_server_import_from_excel.aspx[^].
Be aware, that excel worksheets are not tables, they are sort of free-form. A relational table needs to have a structure, thus not all excel worksheets can be imported directly.
 
Share this answer
 
Comments
Khaldoon Al-Talib 13-Oct-12 19:18pm    
it is exactly what I need

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900