dts
How to transfer data automatically from one MySQL Database to another MySQL Database?
I have two MySQL Database which are in different machines. I want to transfer data from one Server to another automatically.[详细]
2023-02-27 18:26 分类:问答Have to retrieve file from secured website with SQL Server 2000
I am trying to retrieve a zip file from an https website - so username and password protected with SQL Server 2000. I was thinking that I could use a DTS package or a Job.[详细]
2023-02-19 07:26 分类:问答DTS - Problem With Fully Qualified Table Names
I have a SQL DTS package running on a SQL Server 2005 database that, for the most part, works properly.However, sometimes it fails and I can\'t figure out why.[详细]
2023-02-14 16:24 分类:问答SQL Server 2000 DTS Package Failing with "The number of failing rows exceeds the maximum specified"
I have inherited a SQL Server 2000 DTS package that migrates data from SQL Server to Oracle. This package moves about 20 tables\' data to Oracle every night with no transformations, and it is then tra[详细]
2023-02-12 06:29 分类:问答Assembling SSIS Packages in PowerShell
I should preface by saying my experience with scripting or programming in OOP languages is limited. I\'m working on a method for programatically creating and executing SSIS packages using PowerShell.[详细]
2023-02-08 08:35 分类:问答sql server 2000 dts package fails when scheduled
I have a SQL Server 2000 dts package which copies data from a DBF file to SQL Table I have created a System DSN and provided UNC Names for both Connection and开发者_高级运维 Database file itself.[详细]
2023-02-05 16:08 分类:问答The number of failing rows exceeds the maximum specified (Microsoft JET Database Engine (80004005): Spreadsheet is full.)
I would like to ask help regarding this error. Here are the details regarding this error. Step Error Source: Microsoft Data Transformation Services (DTS) Data Pump[详细]
2023-02-05 04:38 分类:问答Copying a varchar(max) field in a DTS Package
i am using 开发者_Python百科DTS to export data to text file. but some fields are of type varchar(max) and the max size i can specify is varchar(8000). Hence text is getting truncated how can i avoid t[详细]
2023-01-30 05:40 分类:问答SSIS: Data transform delimited rows to field
I have got a table containing rows of related data which I need to transform within an SSIS package and I am not sure how to go about it.[详细]
2023-01-28 14:54 分类:问答How do I start the dts transfer program?
I am not that familiar with SQL Server data transfer and I am trying to setup a nightly database transfer for certain tables from SQL Server 2000 to SQL server 2008.I am reading up on DTS, but I dont[详细]
2023-01-25 15:03 分类:问答