Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Creating a DTS package?

Author  Topic 

nishi57
Starting Member

20 Posts

Posted - 2007-10-25 : 13:09:48
I have a small question relating to the creation of DTS Packages. I have to create a DTS Package with the following conditions -

- The accounting department gets a text file every month, they also want the same text file in Excel format. Which they will send it to a third party.
- I want to be able to create a scheduled report based upon this information.
- Also setting a schedule on the day when this will take place.

I know how to create a DTS Package, however I am a little new. So any help will be greatly appreciated. Let me know if you need more info.

Nishi

X002548
Not Just a Number

15586 Posts

Posted - 2007-10-25 : 14:12:45
Do you have to use DTS?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

nishi57
Starting Member

20 Posts

Posted - 2007-10-25 : 14:26:02
Yes, is there an easy way of doing this??

Nishi
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2007-10-25 : 14:31:42
OK

If the input input file is Excel

Then DTS into a staging table

Then create procedures to do the rest of the work



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page
   

- Advertisement -