Connecting Tech Pros Worldwide Forums | Help | Site Map

how to create a DTS package in SQL Server 2000

Member
 
Join Date: Jun 2007
Posts: 88
#1: Nov 9 '08
hi all...I have to create a DTS package in SQL Server 2000....it should be able to import all the data from the Excel files(there are many excels)....Please tell me how to do this and the best way to do this....Will appreaciate any help...

Newbie
 
Join Date: Aug 2008
Posts: 31
#2: Nov 10 '08

re: how to create a DTS package in SQL Server 2000


Pls let us know,
Your many excel files are stored at one location or different location?

Another thing, using DTS Package, you can import data from particular single excel file.. Stored at particular location on PC Where you are making / designing this DTS Package.

Cant you use some programming along with? If your many excel files are stored in particular folder, then you can make small utility, which takes folder's address/location and imports all the file to particular table.
Member
 
Join Date: Jun 2007
Posts: 88
#3: Nov 10 '08

re: how to create a DTS package in SQL Server 2000


thks for reply...all my excel files are stored in a folder at a particular location....I have VS.net 2005 installed...I can use C# or VB.net....plz let me know the steps to create a DTS package....will be thankful for ur help...

Quote:

Originally Posted by BHTanna

Pls let us know,
Your many excel files are stored at one location or different location?

Another thing, using DTS Package, you can import data from particular single excel file.. Stored at particular location on PC Where you are making / designing this DTS Package.

Cant you use some programming along with? If your many excel files are stored in particular folder, then you can make small utility, which takes folder's address/location and imports all the file to particular table.

Newbie
 
Join Date: Aug 2008
Posts: 31
#4: Nov 13 '08

re: how to create a DTS package in SQL Server 2000


Ok.

You can create window based application using .net.
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#5: Nov 13 '08

re: how to create a DTS package in SQL Server 2000


Start by reading this

Happy coding!


-- CK
Reply