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 February 28th, 2004, 08:59 AM
Authorized User
 
Join Date: Jun 2003
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Default DTS Running Until Non Stop

I have a table A as this

item amt
A100 20.00
A101 21.00
A102 24.00


then I use this table to sumup using SQL Command as this

select 'TOTAL' as item,sum(amt) as amt
from table A

and my result on my table A as this

item amt
A100 20.00
A101 21.00
A102 24.00
TOTAL 65.00

my While the DTS running a task until sumup SQL command, the DTS cannot sucessfully completed, why it happen, what can i do for the problem as above?
 
Old February 29th, 2004, 02:05 AM
Authorized User
 
Join Date: Jun 2003
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Default

error again :


[Microsoft][ODBC SQL Server Driver]Unknown token received from SQL Server
[Microsoft][ODBC SQL Server Driver]Protocol error in TDS stream
[Microsoft][ODBC SQL Server Driver]Protocol error in TDS stream
[Microsoft][ODBC SQL Server Driver]Protocol error in TDS stream
[Microsoft][ODBC SQL Server Driver]Protocol error in TDS stream
[Microsoft][ODBC SQL Server Driver]TDS buffer length too large
[Microsoft][ODBC SQL Server Driver]TDS buffer length too large
[Microsoft][ODBC SQL Server Driver]Unknown token received from SQL Server
[Microsoft][ODBC SQL Server Driver]Unknown token received from SQL Server
[Microsoft][ODBC SQL Server Driver]Unknown token received from SQL Server
[Microsoft][ODBC SQL Server Driver]Unknown token received from SQL Server
[Microsoft][ODBC SQL Server Driver]Unknown token received from SQL Server
[Microsoft][ODBC SQL Server Driver]Unknown token received from SQL Server
 
Old February 29th, 2004, 05:21 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

You seem to have a lot of trouble with DTS in general and they are hard enough to debug locally, even more so on a web forum. If you are using SQL Server 2000 export the stored procedure to VB 6 and post the code here. I will set it up on my machine and see if mine errors the same.

--

Joe





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP Apps keep running after stop Ron Howerton Visual Studio 2005 1 April 11th, 2008 12:15 AM
stop macro from running on EVERY cell change!! forkliftpete Beginning VB 6 1 October 26th, 2005 07:36 AM
Deleted DTS Tasks still running net4hire SQL Server DTS 3 January 3rd, 2005 09:10 AM
Running DTS from ASP KayDee157 Classic ASP Databases 2 May 31st, 2004 02:11 PM
DTS running error Jane SQL Server DTS 0 February 9th, 2004 02:10 AM





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