dbTalk Databases Forums  

Sponsored Links


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


Discuss in the microsoft.public.sqlserver.dts forum.



Post New Thread
Threads in Forum : microsoft.public.sqlserver.dts Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Here is my requirement. I need to copy the zip file from one domain to another using DTS package. The zip file has a .bak file which then needs to...
GS
10-15-2005 05:07 AM
Allan Mitchell Go to last post
3 56
Hi all, In my project we are writing around 150 DTS package. Everytime we make any small modification to any of these DTS package, we have to test...
GS
10-15-2005 05:05 AM
Allan Mitchell Go to last post
1 62
Hi all, We reoved a user from our database, but there were a few DTS jobs that had that user as the owner. Is there a way to change the ownership of...
jaylou
10-15-2005 05:01 AM
Allan Mitchell Go to last post
4 67
Hi, I have a user table that's now storing username and password in clear text. I'd like to replace the current password field with a new field that...
WB
10-15-2005 04:56 AM
Allan Mitchell Go to last post
1 55
I'm trying to create an easy way for end users to get an excel spreadsheet with data from a SQL Server database. I can easily do this myself with...
Christian Duffett
10-14-2005 04:10 PM
synopsis Go to last post
5 79
I have 4 dts's which transfer data from SQL Server (2000 SP4) to Oracle 8.1.4.7 The distance is large (Europe to Asia) so timing isn't great....
Ben Rum
10-14-2005 10:09 AM
Ben Rum Go to last post
4 73
Is there an easy way to move DTS packages between servers ?
Simon
10-14-2005 06:15 AM
Simon Go to last post
2 75
Hi i need to put some files from a driectory on a sever across to a live web site on a regular basis. My problem is that the FTP task is set up to...
tease
10-13-2005 11:24 PM
Stacy McDaniel Go to last post
3 84
Does SQL Server store the GUIDs for DTS packages in a table anywhere? Something similar to sysobjects or sysjobs.
StacyM
10-13-2005 11:20 PM
Stacy McDaniel Go to last post
2 80
I created a few packages for DTS to export on a daily basis. For some reason, they have an error. So I deleted them. But they seem to be still...
will
10-13-2005 11:17 PM
will Go to last post
2 50
I have and ActiveX Script Task that transferes a file over FTP. I then have an ActiveX WorkFlow script that checks to see whether the file has been...
M Dodsworth
10-13-2005 02:06 PM
Allan Mitchell Go to last post
1 53
I create a DTS package to transfer data between an oracle and a sql2000 servers. When I manually exute the package, it ran through...
Fei
10-13-2005 12:36 PM
Andrew J. Kelly Go to last post
1 60
Hi, I'm trying to import data from dBase files, import is almost success, but occur problem with character encoding in string fields, dBase files are...
mehal.box@gmail.com
10-13-2005 11:57 AM
mehal.box@gmail.com Go to last post
2 66
I'm working on a little program to document all of my DTS packages using the DTS package library and vb6. I have written the code to enumerate all...
Matt Williamson
10-13-2005 09:48 AM
Jacco Schalkwijk Go to last post
4 103
I have a series of DTS packages that execute on a scheduled requency. The various jobs import data from multiple data sources. In case the...
MavRx
10-13-2005 02:52 AM
MavRx Go to last post
3 96
Hi, I have created a DTS to import a set of data from excel to SQL table. The date format in excel is dd/mm/yyyy HH:mm tt. I want to change to date...
Tiffany
10-13-2005 12:45 AM
Allan Mitchell Go to last post
3 86
Hi peeps, Wondering if anyone can help me. I have numerous SQL databases on a server which was SP4'd and then upgraded to windows 2003. Since then...
techcs
10-13-2005 12:36 AM
DKRReddy Go to last post
2 53
Hi, I have some DTS packages to execute, after I have activated the AWE option, the system become unresponsive for some seconds during loading. not...
Jéjé
10-12-2005 09:12 PM
Jéjé Go to last post
0 59
Hi all, I have a SQL Server 2000 DTS that ends with an execute process task; it works fine when run from the designer in Enterprise Manager, but not...
Matthew Brown
10-12-2005 05:40 PM
Matthew Brown Go to last post
2 91
The purpose of using this custom task was to extract 100+ tables to text files for our data warehouse project; one table corresponds to one...
Johnson
10-12-2005 04:27 PM
Darren Green Go to last post
3 70
I am trying to create a file from a sql statement that uses for XML. Using the DTS wizard the output is binary. I found the advance properties...
DaveK
10-12-2005 03:49 PM
Darren Green Go to last post
1 93
Hi Folks, I am pretty new to DTS so I am asking you for some hints. I need to import many Access databases (approx 90) to a new database on the...
Stephan Zaubzer
10-12-2005 03:22 PM
Allan Mitchell Go to last post
3 56
Is there a way for SQL Server to complete or continue an import even though a row or two may have wrong/invalid data? With MS Access it would just...
kenkrum@gmail.com
10-12-2005 03:11 PM
kenkrum@gmail.com Go to last post
2 50
Dear all I'm using SQL Server 7 + SP4. When i edit a DTS and want to save it , "Invalid transformations detected. Verify and retry your...
jeff
10-12-2005 03:02 PM
Allan Mitchell Go to last post
2 77
I want to export 3 tables in a SQL database with the table definition and want to then import from this dump into another SQL database where these...
karenmiddleol@yahoo.com
10-12-2005 07:59 AM
JT Go to last post
3 69
I note many occurence of the following error on a Windows 2000 server with SP4, running SQL Server 2000 client: Event Type: Information Event...
Patrick
10-11-2005 10:27 PM
Sophie Guo [MSFT] Go to last post
3 83
Below is the error message I am getting on my dts package - Any help will be appreaciated. Executed as user: BHCS\sqlsrv. DTSRun: Loading... ...
Aboki
10-11-2005 02:51 PM
Darren Green Go to last post
1 76
Hello, I am trying to do an insert from one db table to another. It works great until a record that is a dup of one that is already in the...
gaiams via SQLMonster.com
10-11-2005 12:20 PM
SQL Go to last post
1 70
Hello, I would like to use the DTS object model and VB .NET to create DTS packages to connect to DB2 and export data to CSV and XLS formats as well...
Ric
10-11-2005 09:48 AM
Darren Green Go to last post
1 58
I'm exporting data from SQL 2000 to sybase 11. the dts is extremly slow (takes over 1 hour for 5000 rows.) the tables in sybase do not have any...
zino
10-11-2005 05:03 AM
Sophie Guo [MSFT] Go to last post
4 95
I have a DTS pacakge and am creating an excel file using an activeX task. That piece works fine. I am then using a number of data pump tasks to...
Andy
10-10-2005 07:37 PM
Andy Go to last post
2 64
I'm trying to author a .dts package that will combine two number fields (in my source MS Access database) to form a date, which would then be stored...
rswolff@noemail.noemail
10-10-2005 04:19 PM
Andrew Watt [MVP - InfoPath] Go to last post
2 98
Dear all, We have a set of scheduled DTS jobs which run OK for months on SQL2000 SP3. Recently (since mid July) we found them hang up and cannot...
Eric Fung
10-10-2005 03:56 PM
Spsk Go to last post
7 100
When importing data from Microsoft Access, DTS automatically uses smalldatetime for the Access data type datetime. How can I change this to...
Ferdinand Zaubzer
10-10-2005 03:35 PM
Allan Mitchell Go to last post
1 68
Thank you, Name is always same. I am using SQl Server 2000. I see only FTP Task in it. No HTTP task. When I put URL it was asking User Credentials....
SivaRCherukupally
10-10-2005 11:36 AM
SivaRCherukupally Go to last post
0 85
Hello, Im learning how to use DTS and currently just reading the MS sites trying to undersand...can some explain why is does not work? Function...
Fab
10-09-2005 03:13 PM
Allan Mitchell Go to last post
3 61
Somebody use ActiveX Script Reusable. Please tell me how do it. Thanks everyone.
Luis Mena
10-08-2005 02:45 PM
SQL Go to last post
1 66
Hi All, I'm importing data from an Excel file, it works fine but when data like 32/40 comes it insert null into database, eventhough i declare...
Manish Sukhija
10-08-2005 11:58 AM
SQL Go to last post
1 59
When I open the DTS designer, I am getting the erro say "The extended attributes are not inconsistent". Can anybody help me out to resolve the...
Belton
10-07-2005 04:49 PM
Allan Mitchell Go to last post
1 78
Hi all, A developer deleted one of his DTS packages from a DEV server. Unfortunately we only backup DEV weekly and his creation and deletion happened...
jaylou
10-07-2005 03:43 PM
Allan Mitchell Go to last post
1 84
Hi I'm having problems on create a loop package with dynamic data sources. I have 36 databases do connect and I want to create a loop to...
CarlosR
10-07-2005 03:36 PM
Allan Mitchell Go to last post
2 98
I've been reading post for about two days now, however I have not been able to find the solution. Issue: Dynamically create source and destination...
Eli Lawson
10-07-2005 03:24 PM
Allan Mitchell Go to last post
4 69
Hi! I have to create a lot of complex SSIS packages that should be created automatically to save time for mapping hundreds of columns in the...
Wilfried Mausz
10-07-2005 02:26 PM
Wilfried Mausz Go to last post
0 334
Hi, I develop a VB .NET application to call DTS COM to import text files into SQL Server 2000 EE SP4. We need import more than 60 files by a loop....
Bill Wang
10-07-2005 12:36 PM
Bill Wang Go to last post
1 61
I have a DTS that imports data from Excel into SQL. It only works if the file name and location are exactly the same every time. I tried using...
bnhcomputing
10-07-2005 12:14 PM
bnhcomputing Go to last post
0 57
I'm creating a DTS package which creates a temp table, insert some records in the temp table, export those records to an excel file and finally drop...
No_Spam
10-07-2005 10:28 AM
David J. Cartwright Go to last post
2 80
Hi, When I Try to run my DTS Package I get the error: "Error string: This version of the current DTSPackage is frozen in the Repository. Its...
miguel.salles
10-07-2005 09:00 AM
miguel.salles Go to last post
2 67
Hello, i use a CTP of Integration Services 2005 at the moment, to test one of our ole-db providers. This provider works almost perfectly in DTS...
Max Berghammer
10-07-2005 03:02 AM
Max Berghammer Go to last post
2 68
Do you know how to execute DTS package in Store Procedure? -- shooi
shooi
10-06-2005 11:47 PM
Sue Hoegemeier Go to last post
2 70
Using a DTS package, I want to use a global variable to concatinate a string for a table name I want to query. I then want to use the results as...
Steve
10-06-2005 04:50 PM
Allan Mitchell Go to last post
1 53
Post New Thread

Display Options
Showing threads 5401 to 5450 of 12844
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
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.