English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

you can use Data Transformation Services in SQL Server Enterprise Manager.
You create a new DTS Package, then when the DTS Designer opens, you create a source connection to the Excel file with the data in it, then you choose the destination table as another connection.
You can get lot's of help with this on the links I have included below.

Hope that helps

2006-12-13 03:25:47 · answer #1 · answered by Our Man In Bananas 6 · 1 0

u can use the SQL server Enterprise manager to import the excel worksheet into the sql server table.
if u have not defined the table structure so far that will be automatically created on importing the excel file.
if u have created the table structure while importing you will have to take care of null values or null attributes and unique/primary keys.
also while importing the file the file should not be in use by any other application.
you can only import the excel file into the SQL table if u can map the schemas of both the objects.

2006-12-13 01:41:59 · answer #2 · answered by Vishwast 2 · 0 0

You probably want to go through SQL Server, and import the excel file into it, but this step should be done with much care because if the excel sheet is not organized as it should be, the data in the database will be more like rabish!!!

Enjoy ;)

2006-12-13 01:33:48 · answer #3 · answered by Ahmad Nasser 2 · 0 0

just use data adapters to do ur job or u can create a dsn for it

2006-12-15 07:47:54 · answer #4 · answered by friends_elites 1 · 0 0

fedest.com, questions and answers