Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dealwi8me
Starting Member
13 Posts |
Posted - 2012-03-22 : 05:33:02
|
Hello all,I have a problem with importing data from Excel 2010 in SQL Server.What I want to do is to get a string that gives the path of an Excel Sheet 2010 file from the user through the .NET Application. Then I need to create a stored procedure that will append the data from excel file to an already created table in SQL Server. The table and the Excel Sheet will have the same columns with same names.Any suggestions if there a way to build a stored procedure for this?Thank you in advance. |
|
sql-programmers
Posting Yak Master
190 Posts |
|
|
|
|