dbTalk Databases Forums  

Excel manipulation in SSIS

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Excel manipulation in SSIS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Grasshopper
 
Posts: n/a

Default Excel manipulation in SSIS - 10-18-2006 , 03:04 PM






Hello,

I am new to SSIS, any help is greatly appreciated.

I need to convert a few DTS packages that manupulate excel files to
SSIS. In DTS, I used vbscript task to open excel, insert data from
database, format the data, and save the file. How can I do this in
SSIS? Is it possible? What's the best pratice on this kind of
manipulation in SSIS?

Thanks in Advance.

AC.


Reply With Quote
  #2  
Old   
Warren Brunk
 
Posts: n/a

Default Re: Excel manipulation in SSIS - 10-18-2006 , 06:08 PM






It sounds like you need to look up some information on the Excel Destination
Function of the DataFlow Element in SSIS....


--
/*
Warren Brunk - MCITP - SQL 2005, MCDBA
www.techintsolutions.com
Tech Blog - www.technologyis.com
*/


"Grasshopper" <amlchow (AT) gmail (DOT) com> wrote

Quote:
Hello,

I am new to SSIS, any help is greatly appreciated.

I need to convert a few DTS packages that manupulate excel files to
SSIS. In DTS, I used vbscript task to open excel, insert data from
database, format the data, and save the file. How can I do this in
SSIS? Is it possible? What's the best pratice on this kind of
manipulation in SSIS?

Thanks in Advance.

AC.




Reply With Quote
  #3  
Old   
Warren Brunk
 
Posts: n/a

Default Re: Excel manipulation in SSIS - 10-18-2006 , 06:12 PM



http://msdn2.microsoft.com/en-us/library/ms137643.aspx

Here is some information on the excel desitination funcitonality of the
dataflow element of SSIS.
Basically you are going to grab your data, do your manipulation using one of
the data transformers and then dump the data into an excel file.
I dont see why you would, but you could reopen the excel using an excel
source and manipulate the data again using sql commands.

thanks,

--
/*
Warren Brunk - MCITP - SQL 2005, MCDBA
www.techintsolutions.com
Tech Blog - www.technologyis.com
*/


"Grasshopper" <amlchow (AT) gmail (DOT) com> wrote

Quote:
Hello,

I am new to SSIS, any help is greatly appreciated.

I need to convert a few DTS packages that manupulate excel files to
SSIS. In DTS, I used vbscript task to open excel, insert data from
database, format the data, and save the file. How can I do this in
SSIS? Is it possible? What's the best pratice on this kind of
manipulation in SSIS?

Thanks in Advance.

AC.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.