| Thread | Last Post | Replies |
|
| Can I access DTS objects using SMO? | 21 Nov 2008 21:39 GMT | - |
I would like to write a DMO/vbscript/activex control in DTS to access other DTS packages' connection objects properties. It it possible and if so where can I find a code snippet or example? Thanks
|
| DTS failed when Scheduled ODBC driver DSN System | 21 Nov 2008 19:08 GMT | - |
I have a problem when a DTS is called by a scheduled JOB The DTS is copying Data from an Accpac dataBase by using a ODBC Data source Administrator SYSTEM DSN When I run the DTS manually it works fine
|
| Revert custom SSIS component from 2008 to 2005 | 21 Nov 2008 13:35 GMT | - |
I need to convert a SSIS custom component from SQL Server 2008 to 2005. In particular, I need to solve an error about IDTSExternalMetadataColumn90.MappedColumnId: it exists for 2008 version but not for 2005.
|
| DTS copy file and clear first line | 21 Nov 2008 11:27 GMT | - |
I am very new to DTS and am currently still working with SQL Server 2000. I have two problems: 1. I need to copy a file with a daily changing name from one server to another. The file is date stamped. However, the first part of the file is
|
| help with script | 21 Nov 2008 10:26 GMT | - |
I have the following in a dts package which picks a certain xml file and reads it into the database. It does this successfully when the path and filename is specified, but I want the xml file to be read dynamically and so I've used objFSOFolder & objFSOFile.name below ...
|
| DTD Error Handler | 19 Nov 2008 16:59 GMT | - |
I am trying performing a migration some data of an Oracle database to another Oracle database using the DTS, but when something occurs wrong my script stop. Looking at ActiveX Script I am try:
|
| SSIS: Bulk insert with EncryptByKey? | 19 Nov 2008 15:14 GMT | - |
As far as I can tell there is no way to do a fastload or bulk insert if you need to use the EncryptByKey function on a field that is being inserted. Is there a way to do it via a script component? Either in the script itself or have it call an external EXE?
|
| DATA PUMP ERROR | 17 Nov 2008 09:05 GMT | - |
I created a datapump task in SQL SERVER 2000 DTS. The source for the task is stored procedure and destination is a tab delimited text file. The SP contains 34 columns. So in the destination column if I click define columns, no columns were populated. If I remove any 3 columns out ...
|
| Editing SQL commands of SQL Tasks [SQL2K] | 16 Nov 2008 11:54 GMT | - |
I have a DTS package containing several SQL Tasks. I would like to get all the SQL commands in a single file to edit them in an easy way. Is there a way to do this?
|
| How to detect an empty flat file | 13 Nov 2008 20:23 GMT | - |
A DTS package that inputs a flat file. The file's name is set using dynamic properties task. I need a task to detect if the file is empty and then control execution of subsequent task(s). An example would be much appreciated.
|
| SQL Server Ingrated services 2005 | 12 Nov 2008 18:26 GMT | - |
Can I read each individual row in a flat file using integrated services, each row is fixed position and some rows contain a different amount of fields, which is why I need to read each row so I can determine which rows I can skip.
|
| SQL 2005 Integrated Services | 12 Nov 2008 18:24 GMT | - |
Can I read each individual row in a flat file using integrated services, each row is fixed position and some rows contain a different amount of fields, which is why I need to read each row so I can determine which rows I can skip.
|
| Can Someone Run Me Through A Quick DTS? | 12 Nov 2008 13:53 GMT | - |
I have some DBFs that i created from foxpro. How can I DTS them into a sql table? Ive never done dts before so a walk through would be nice. Thanks!
|
| XML Destination | 07 Nov 2008 14:28 GMT | - |
When designing an SSIS package data flow, I can see an XML Source but no XML destination, am I missing something or if this is a limitation of SSIS in SQL 2005?
|
| ActiveX script in DTS to Autofilter on a Protected worksheet | 05 Nov 2008 22:58 GMT | - |
Could anyone please assist? I need to have Autofilter on a Protected Excel worksheet, but I can't seem to get it working. I know the same thing can be done in Excel itself (Set the Autofilter, then
|