Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Transformation Question

Status
Not open for further replies.

wfairban

IS-IT--Management
Mar 13, 2006
11
US
I would like to transform the data to html output. What VB code can I put in the transformation section of the DTS package?

I am exporting the data to .xls currently but I need it to export as .html.

Any help would be greatly appreciated.
Thanks!
 
Create a transform data task between your data source and html file using normal task between SQL connection and .html file. The file must already be created and defined. The icon looks like an internet explorer icon.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top