Anyone familier with SQLServer's DTS?

I have an excel workbook with multiple sheets. I need to import each of these sheets into a single table in SQL Server. I can get the BULK COPY SQL command to work if I save as a csv and do some tweaking to this 20 MB excel file.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar30.webp

556 Posts
Location -
Joined 2003-03-28
I have an excel workbook with multiple sheets. I need to import each of these sheets into a single table in SQL Server. I can get the BULK COPY SQL command to work if I save as a csv and do some tweaking to this 20 MB excel file.
 
Is there a way to pull the data directly from the xls, specifying the sheet? Also is the bcp command line do the same thing as the BULK COPY SQL command?
 
THanks

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.