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 January 18th, 2006, 04:54 PM
Registered User
 
Join Date: Sep 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default DTS transformations

I have two connection objects (source and destination), one transformation task (task1) that imports data from source to destination tables. And I have an ActiveX Script task.

The ActiveX script task will loop through each table in a pre-defined list, and programatically remove all existing transformations in task1, and add the following ActiveX transformation to task1:

 Function Main()
 DTSDestination(1) = DTSSource(1)
 DTSDestination(2) = DTSSource(2)
 Main = DTSTransformStat_OK
 End Function

Everything seems to work except that only the first row in each source table is imported. I want all rows in source table to be imported.

Any Suggestions

Thanks in advance






Similar Threads
Thread Thread Starter Forum Replies Last Post
sequential transformations alexan XSLT 0 July 24th, 2008 11:59 PM
XSLProcessor asynchronous transformations Vx BOOK: Professional Ajax ISBN: 978-0-471-77778-6 1 September 5th, 2006 12:41 PM
New to DTS jitu SQL Server DTS 3 June 3rd, 2004 01:05 PM
dts calls a lot of dts steffi_ma SQL Server DTS 2 May 24th, 2004 07:18 PM
XSL Transformations scottrudy VB.NET 0 July 4th, 2003 11:59 AM





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