Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > sql server dts > january 2006 > threads for january 1 - 7, 2006

Filter by week: 1 2 3 4 5

DTS package error "destination overflowed " on simple Copy
Posted by Steve L. Balto. at 1/6/2006 2:56:02 PM
I'm having a problem getting data from a flat file to transform/load into a MSSQL table. The transformation is a simple copy. The transformation step fails with this message: "Step Error Source: Microsoft Data Transformation Services (DTS) Data Pump Step Error Description:The number of failin...more >>


Changing Access Accounts on a DTS Package
Posted by Brian Piotrowski at 1/6/2006 2:40:59 PM
Hi All, I'm having a bit of a problem with a DTS package that is accessing our AS400 for data. The only time is appears to fail is when I schedule the job. I can run the job within the DTS designer and when I execute it from "Local Packages" folder, but when I schedule and run the job, it...more >>

Merge information from 2 columns into 1 column
Posted by smrshl at 1/6/2006 1:41:03 PM
I have a database that has a column for the first name and a column for a last name. I need to use a dts report to merge these two fields into an additional column in the database. I need to keep all three columns. Any suggestions?...more >>

Reading DBF File
Posted by S Shulman at 1/6/2006 12:34:35 PM
Hi I am trying to read a dbf file using OLEDB but I can't get the entire field. I suspect that it is because the OLEDB measures the size of the field assuming it is UNICODE characters and then it reads that number of characters (another thing that supports that that when Access or SQL Server ...more >>

SSIS Merge Join and Sortkeyposition
Posted by sramshaw at 1/6/2006 7:36:04 AM
I am attempting to join 2 tables on 2 columns with a left inner join, using a merge join component. I set col1 to a sortkeypositiion of 1 and col2 to a sortkeyposition of 2 (on both tables). This consistently fails with the following: 'The column with the sortkeyposition value of 0 is not ...more >>

SSIS - Creating an XML File
Posted by Dave at 1/5/2006 6:21:02 PM
I am trying to generate an XML file based on the result of a SQL Query. In the absence of an XML Destination shape, I've done the following... 1. Exec SQL Statement returns XML & populates a string variable. 2. Use a script component to create a file and write to the file with the variabl...more >>

SSIS - new challenge ...how build table from six input tables
Posted by frostbb at 1/5/2006 4:45:34 PM
Ok, The good news, I've created 6 tables from a single input table source. Each record of the input source had a primary key that was included in the 6 destination tables as a "foreign key". Now I need to take the 6 tables and re-assemble them into the original table format to b...more >>

SSIS: best data flow transformation for converting bad dates to nu
Posted by David Norman at 1/5/2006 3:18:02 PM
Source is varchar, want to convert to datetime but need to null any bad dates first. Can't use the derived column transformation as it doesn't support the ISDATE function. I could feed the error rows to a derived column which converts to null based on errorcode and then union all with th...more >>



Issue when creating copy of SSIS package and using in parent packa
Posted by Vorta at 1/5/2006 2:44:05 PM
I am currently having an issue with SSIS where I created a package, copied that package and added it to the existing project, renamed the copied package, and made modifications to that package so that it performed the same functions as the first package, but on different data. Because I nee...more >>

SSIS Transfer Objects Task fails silently between 2 SQL2005 DBs
Posted by Noel Weichbrodt at 1/5/2006 2:25:05 PM
Good evening, I'm working with two sql2005 databases on the same server. I would like to copy the stored procs, views, and udfs from one to another, dropping any duplicates on the destination side. To do this, I created an Integration Services Transfer Objects Task in Visual Studio 2005...more >>

Using Encription on dts
Posted by Roy Goldhammer at 1/5/2006 9:10:52 AM
Hello there I've heard about Encripting the DTS, to secure the transfare. Where can i declare it? and will it slow the transfare of data? ...more >>

Calling Reporting Services
Posted by CatsCradle at 1/5/2006 9:00:05 AM
Anyone have an example of calling Reporting Services through VBS in a DTS package? TIA ...more >>

Data go through the machine running DTS package?
Posted by nick at 1/5/2006 8:57:01 AM
For example, I start the DTS import/output Wizard on my workstation C. And I let the Wizard transfer tables in S1 to S2. Will all the data be transfer from S1 to C and then to S2? or directly from S1 to S2? So is it better run the dts wizard on S1 or S2? The task manager shows dtswiz.exe u...more >>

Using excel second row as the column header
Posted by pm at 1/5/2006 7:47:21 AM
While loading excel, By default first row is the column header. Is is possible to specify the second row as the column header? Thanks ...more >>

SSIS package variable type problem
Posted by paul at 1/5/2006 5:12:01 AM
hello i am trying to assign a value from a "recordset destination" column to a package variable with a ForEach Loop. The recordset column type is [DT_I8], based on an SQL Server query column which is a bigint type (DENSE_RANK() function return value) The package variable type is Int64 and t...more >>

DTS against Oracle table having NUMBER column
Posted by Torkild Hagen at 1/5/2006 4:36:04 AM
Hi. I am trying to run a simple SQL Server 2005 Integration Services package against a single Oracle database table. The table has several columns having datatype NUMBER without any precision. When trying to open the Columns tab in the OLE DB Source Editor I get an error telling me t...more >>

The thread for the SSIS Bulk Insert task is already running. ( 0xC020203E )
Posted by Denver at 1/5/2006 3:23:00 AM
I have just upgraded from the June Community Technology Project to the September one and I have been having loads of problems with all my SSIS Projects since. One of the biggest is the my for each loop container which loops around a series of csv files and puts them into a data flow task. The pr...more >>

Adding a Script Component programmstically
Posted by Sri at 1/5/2006 1:17:04 AM
Hello I'm building an SSIS package programmatically using C#. I need to use a Script Component in the Data Flow. But I'm having difficulties in adding and configuring a Script Component through C# code. Can anyone please help me with some samples. Thanking You ...more >>

SSIS service won't start after install
Posted by Paul Clancy at 1/5/2006 12:31:04 AM
I've been completely unsuccessful so far in getting the SSIS service to start under normal circumstances. I've got the SQL 2005 RTM DVD and a clean, brand-new installation of Windows 2000 Server (Service Pack 4). All system requirements have been met according to the SQL installer. I choose...more >>

SSIS: space as col delimiter
Posted by don schilling at 1/4/2006 4:31:28 PM
When creating a new ssis package with the source as a text file, how do I specify using a space as the col delimter? { } dosent seem to work. TIA ...more >>

SSIS - Get identity of data just entered
Posted by scuba79 at 1/4/2006 1:46:03 PM
Hi... I'm using SQL 2K5. I creating an SSIS package that is entering data into one table that has an identity field, once I enter the data, which would be one record. I need to get that identity number for the next step in my package... How can I do this? ...more >>

VB.Net Execute DTS
Posted by Sam at 1/4/2006 1:37:27 PM
I had exported MS SQL Server DTS to Visual Basic File (.bas). I wonder how could execute dts.bas via vb.net ? Please advise. Many thanks. ...more >>

Server Name
Posted by Kiran Kumar Pinjala at 1/4/2006 12:09:03 PM
Hi All, How can I get the server name on which the DTS package runs dynamically. for instance, when a DTS package is success, I want to send an email, and the email should contain the server name on which the DTS package is running. Is there a way to get the servername through an ActiveX...more >>

SSIS - Exec DTS 2000 Package task always reports success
Posted by Wil at 1/4/2006 11:32:51 AM
Hi there. I'm trying to convert hundreds of DTS packages over to SSIS, some of which are rather complex and have several components which wont migrate nicely. I'd like to use the Execute DTS 2000 Package Task for many of the packages - but the problem I'm encountering is that no matter what ha...more >>

Execute DTS package with a local text file
Posted by ILCSP NO[at]SPAM NETZERO.NET at 1/4/2006 10:31:56 AM
Hello, I have a DTS package in my SQL Server 2000 database. What it does is to import records from a text file in a Floppy disk (a:\) into a SQL Table. However, when I execute the DTS via Query Analyzer I get this error: DTSRun: Loading... DTSRun: Executing... DTSRun OnStart: Copy D...more >>

DTS
Posted by Kalyan at 1/4/2006 7:08:04 AM
HI I have DTS pacakge to process four cubes , Situation here is, if any reason first task failed, DTS stopped. But I want, If one task failed, send email notification and goto next step. While doing this I addedd following Task 1, on failiure , goto sendmail task, once sendmail task su...more >>

Error while Runing the DTS
Posted by Shiv at 1/4/2006 2:30:15 AM
Connection 'DatabaseName' for Task 'DTSTask_DTSExecuteSQLTask_5' does not support joining distributed transactions or failed when attempting to join. Unable to enlist in the transaction. New transaction cannot enlist in the specified transaction coordinator. I have Checked the DTC service i...more >>

DTS Global Variable not saved.
Posted by bharat jariwala at 1/3/2006 9:31:01 PM
Hi All, In DTS project, I have used Global Variable called Last_Export_Date which store DateTime of Last Export date. I am updating this global variable in the Last Task of my Package. So My Insert Statement which i am calling in DataPump Task is like SELECT * FROM DBO.T209 WHERE C3 > ...more >>

DTS Designer for ActiveX Script Tasks Loses Script Pane???
Posted by John Saunders at 1/3/2006 7:27:35 PM
(I just got through praising DTS to a colleague who hadn't used it since a bad experience with it back in SQL 7.0. Good thing I didn't show him the following!) I've somehow broken the DTS Designer.Here's what happens now. 1) Create a new package 2) Drop an ActiveX Script Task onto the desig...more >>

SSIS - Flat File Import
Posted by SivaRam at 1/3/2006 6:07:02 PM
Hi, I'm trying to load a flat file into SQL 2005 table. The file has about 250 columns(fields). When I try to use the Import wizard, I'm getting truncation errors, indicating that the length is smaller. If I correct that and proceed, I'm getting the error again but for a different column....more >>

transfer data to oracle by using Microsoft ODBC drive for oracle
Posted by Lynn at 1/3/2006 3:01:02 PM
Hi, One dts would transfer data from SQL to oracle by using Microsoft ODBC drive for oracle. After start the job, the oracle won't see any record transferred 20 minutes later. Why connection take so long before dts starting transfer data to oracle? Is there any setting I can change to in...more >>

Datetime 12 hours off
Posted by Jeffrey K. Ericson at 1/3/2006 10:18:19 AM
When using DTS to import datetime data, we find that when the source file contains a datetime such as "2005-12-27 12:47:21AM" it converts it to 12:47PM. If I insert the above value, it gets converted correctly. I have tried fooling with the datetime string conversion and no matter what token...more >>

Exporting to Text file Encoding
Posted by kapsolas at 1/3/2006 7:47:02 AM
I am in a bit of a dilemma. I have a DTS package set up to query a table some some string concatenation and eventually spit out the results to a text file. When running the T-SQL code from query analyzer, my results look perfect as they should, the correct encoding is retained and all, ex...more >>

Executing scheduled DTS jobs
Posted by Elena at 1/3/2006 6:00:02 AM
Hi, I scheduled several DTS packages for regular daily data transfer. Shall I somehow ajust time of execution of these packages? Will it be huge impact on SQL Server performance if jobs start simultaneously? ...more >>

How to retrieve the Inital Catalog Properties under Ole DB Properties
Posted by lai3288 NO[at]SPAM gmail.com at 1/3/2006 12:43:27 AM
I have defined a "Microsoft Data Link" Connection by using specified UDL in UDL Design Sheet, I would like to retrieve the Data Source and Inital Catalog at Data Link Properties such that I would be able to execute my Package in different server and db. my inital catalog and data source is in...more >>

Unable to execute a DTS with scheduled job
Posted by andrea favero at 1/2/2006 9:35:01 AM
I've a sql server agent proxy account named "sqloper" with user privilege. I login into my windows server with "sqloper" account, if I run a DTS with dtsrun.exe command in a DOS session the DTS works fine, but if I create a job with an application login (not SEVER ROLE applied) to execute the s...more >>

Dynamic transformations
Posted by pomarina at 1/2/2006 7:08:29 AM
Hello, Can anybody help me with dynamic transformation mapping? I have a various Excel files I need to import into SQL tables. I created a DTS that checks a specified directory and load Excels into db. DTS has 2 global variables for the source file and the destination table. It works fine if...more >>

Querying multiple servers within DTS
Posted by Steve at 1/1/2006 9:16:18 PM
Hello everyone and Happy New Year! I have a need to query application databases across multiple servers for row counts, object counts, etc. In the past I have used Query Manager to do this server by server. I would like to write a DTS package on a central server that uses a source file ...more >>


DevelopmentNow Blog