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 May 19th, 2004, 01:43 PM
Registered User
 
Join Date: May 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default DTS does not insert data into table

 have developed an C# windows application, which uses DTS package to import data from a text file. The DTS package will truncate the table before insert into table from text file. This works fine through sourcecode and exe in my development pc and I want to move the windows application to production and run it the DTS package only truncate table and does not insert data into table. I tried to find out but I could not.

Thanks for all your help.


 
Old May 19th, 2004, 05:03 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hello,

Can you verify that this error isn't permissions related on the database production environment?

Brian
 
Old May 24th, 2004, 05:20 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

As stated you may have a permission issue

The account used to process the dts package must have proper permission. Make sure it has permission on the MSDB Database.

 
Old February 14th, 2006, 02:59 PM
Registered User
 
Join Date: Feb 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hey Kathytran,
              I am a beginner with DTS. I am also using C#.Net to use DTS package to import text files and convert into tables. But I do not know where to start from. Since you have already started with similar application, I thought you may be able to help me better.
PLZ reply... Awaiting reply..

Thanx.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Pulling unique data from 1 table insert into anoth shawn.bordeaux Classic ASP Basics 0 November 9th, 2008 10:11 PM
Update one table to another table using DTS in SQL Printmaker SQL Language 0 July 24th, 2007 07:17 AM
How do I insert data into multiple table ? bmalex1 PHP How-To 0 February 2nd, 2006 02:43 PM
Inserting data into table from DTS Package Crowandazi SQL Server DTS 1 July 29th, 2005 12:30 AM
Help! trying to insert data into a table ziwez0 Access VBA 3 January 8th, 2004 11:12 AM





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