Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

see we can import one excel spreat sheet into one tabel in sql server ok? now I wanna import data of some diffrent spread sheet into one table in sql server. what can I do???

share|improve this question

closed as not a real question by Ben, Jocelyn, edorian, Jon Lin, Jack Sep 25 '12 at 4:27

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

Check these

http://msdn.microsoft.com/en-us/library/ms140052.aspx

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=127303

Hope it helps!

share|improve this answer
I tried that ways but..... please help me :'( I really need it – sara Sep 24 '12 at 19:06
did you try importing single excel sheet instead of multiple and you might have to elaborate your question like exactly what you tried and what you want to do to make it clear for others – scc Sep 24 '12 at 20:55

Or, if you want to do it programmatically Aspose is a good option.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.