Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server DTS
|
SQL Server DTS Discussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server DTS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 19th, 2005, 04:53 AM
Registered User
 
Join Date: Oct 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to santu
Default DTS- Integration with Excel

This is to automate an entire task of getting data from a text file, import to a table in SQL Database and create a pivot table out of it(In Excel)
The process is as follows:

Process-1:
Truncate table(if exists) -- Open Text file --Import data from text file to a SQL Database after completing some business logic - Update the table in SQL Db

Process-II
Use updated table to create pivot table in excel and then a pivot chart

Instead of doing the two step process as given above, this has to get executed as a single step.

Please share if you have any solutions on the same.


 
Old October 19th, 2005, 10:25 AM
Authorized User
 
Join Date: Sep 2005
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can't you import from the text file straight into excel?

http://sqlservercode.blogspot.com/





Similar Threads
Thread Thread Starter Forum Replies Last Post
dts - formatting excel sheet using activex script Najmunnisha SQL Server DTS 2 May 17th, 2007 10:27 PM
Help! DTS to upload an excel file mauro_mtl SQL Server 2000 0 May 28th, 2005 03:41 PM
Sql DTS and Excel gfbaker SQL Server 2000 2 March 31st, 2005 04:33 PM
open and remove the first row of Excel in DTS AyatKh SQL Server DTS 5 March 17th, 2004 03:41 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.