|
Hi, How to place data from XLSheet into data table using sql server 2000
(comments are locked)
|
|
There are a number of ways to do this
(comments are locked)
|
|
You can use eg. the Data Transformation Services or eg. OPENROWSET command. You can take a look on MSDN: How to import data from Excel to SQL Server
(comments are locked)
|
|
If you are going through enterprise manager, right-click the database you want to import the data to and then scroll to All tasks -> Import data. Follow the instructions in the dialog box suppling the correct information. Make sure you have you Excel sheet closed though otherwise DTS will not be able to read it (That caught me out for a long time, long ago :D)
(comments are locked)
|

