2

I have an Excel sheet. The top row corresponds to column names while successive rows each represent an entry.

How can I convert this Excel sheet into a SQL Table?

I am using SQL Server 2005.

2
  • this depends/differs on the database you are using Commented Nov 30, 2010 at 12:28
  • 2
    you could use a vb script to create the necessary sql insert statement. shouldn't be too stressful. Commented Nov 30, 2010 at 12:31

2 Answers 2

3

That depends on which program you use for SQL . If you have SQL-Server installed. SSIS Import and Export Wizard SSIS Import and Export Wizard would be a good choice.

Sign up to request clarification or add additional context in comments.

Comments

1

Use MS Access

Create a new MDB

Import the Excel file as a new table

Use the SQL Server upsizing wizard to transfer the table to SQL Server

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.