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 8 - 14, 2006

Filter by week: 1 2 3 4 5

import text - consecutive delimiters
Posted by Graham Martin at 1/14/2006 11:34:44 PM
Hello, I am trying to import a comma delimited text file with double quotes as the text qualifier. The DTS is scheduled daily. I don't control the source file contents. The latest file included a field with another set of double quotes in the field. When the dts runs I get an error, In...more >>

Edit Execute SQL Tasks automatically
Posted by Mike at 1/13/2006 11:33:44 AM
Hello, I have created a real quick DTS package from the import wizard. It is an ugly package not very optimized, but it works for what I need. The problem is I had to go in and make some manual changes, I made those changes and it took some time (over 250 tables, change needed in each transfo...more >>

0x80040155 "Interface not registered."
Posted by clxowen at 1/13/2006 11:16:20 AM
Hi, Today, I tried to create a SSIS Project using Visual Studio 2005, but = there is an error occus, here is information: Failed to save package file "C:\Documents and Settings\owen\Local = Settings\Temp\tmp1ed.tmp" with error ox80040155 "Interface not registered". I searched on ...more >>

Processing SSAS 2005 cubes from DTS
Posted by Amadeus Consulting at 1/13/2006 11:09:02 AM
Is it possible to process Analysis Servies 2005 cubes from Analysis Services? We are currently moving our existing 2000 cubes over, but there are a number of DTS packages that we would like to be able to continue to use until we can move those to SSIS but one of the things DTS does is proce...more >>

dts execution question
Posted by Ilann at 1/13/2006 10:34:02 AM
Hi, Could someone explain me the difference between calling the execute method of a DTSStep_DTSActiveScriptTask and setting its execution status to DTSStepExecStat_Waiting? Thanks --Ilann ...more >>

SSIS and SSRS integration
Posted by Nico Verheire at 1/13/2006 9:27:01 AM
Hi I'm trying to set up a Reporting Services report which consumes data from a SSIS package. I have a really simple package which just one data flow task. This task "transfers" a few records from an OLEDB connection to a DataReader Destination. When I try to consume these data in the...more >>

copying data base from producction server to backup server
Posted by Andre Gibson at 1/13/2006 5:36:05 AM
Good Morning all I am a bit new to the sql world. I am using a dts package to copy a db from our production server to our backup server. I followed the instructions I found on this site to the letter https://help.maximumasp.com/SmarterTicket/Customer/KBArticle.aspx?articleid=659 1. log on v...more >>

SSIS - Using a DataReader in a Control Flow Script
Posted by Dave at 1/12/2006 9:46:03 PM
Deos anyone know how I access a Data Flow DataReader Destination from within a subsequent Control Flow scripting step?...more >>



DTS Packages
Posted by DTS job won''t run at all at 1/12/2006 6:04:02 PM
Hi, Is there a way to create a duplicate DTS packages, I would like to create an exact same package, then modify it a bit, because some of my data wasn't process. I am trying to get the data out of my HIST file and then re-run the job again. Many thanks, Steve...more >>

Sql 2005: SSIS - How to convert a crazy string to a date
Posted by ealmquist NO[at]SPAM gmail.com at 1/12/2006 2:38:21 PM
I'm trying to fix some errors in a SSIS package that occured after migrating from a SQL 2000 DTS package. I've been fairly successful so far, but I'm failing miserably on a data conversion. How can I convert a string formatted as Jan 11 2006 12:00:00:000AM to a smalldatetime? Any help ...more >>

Intermittent Failure on Expression Evaluation
Posted by Kris Selden at 1/12/2006 1:25:01 PM
We have a SSIS package that intermittently fails on the deployed server (works fine on our dev server) with the following error: "The variable "%1!s!" is already on the read list. A variable may only be added once to either the read lock list or the write lock list." Not only does it fail ...more >>

what to use
Posted by Vikram at 1/12/2006 11:53:53 AM
I want to tranfer data from 10 tables from server a to server 2. for this what is best approach and why ? 1. make seprate DTS for each table 2. make one DTS for each table ...more >>

DTS db name problem
Posted by Vikram at 1/12/2006 10:11:39 AM
Hi, I am creating one dts which access tables on my test db server. Now after test i want to copy that dts on to my prod server. In that case tables will be accesssed from prod server. Now problem is in transformation task i need to change all the table names as they come with db.tablename forma...more >>

Send Mail DTS hangs when scheduled as a job.
Posted by snigs at 1/12/2006 9:30:23 AM
Hi All, I have a DTS package which runs a stored proc, copies the result in an xls and mails the xls to me. The package runs fine when executed manually, but when it is scheduled as a job, it seems to hang. After some testing I found that it hangs at the 'Mail Sending' part. If the Send Mail t...more >>

trying to create simple dts package
Posted by Paul at 1/12/2006 8:01:02 AM
I am new to DTS package design but want to do the following. I want the dts package to move several tables from an mssql 2000 dbase to an access file but it must first delete the tables in the access file. Also I want it to stop execution if any of the copies fail. I created a dts package t...more >>

SSIS stored procedure return value
Posted by Ayende NO[at]SPAM ayende.com at 1/12/2006 2:05:05 AM
I'm trying to get the return value from a stored procedure in a SSIS execute sql task. The SP is just a return 1 at the moment, and I can't figure out how to get that value and put it into a user variable. Any suggestions? ...more >>

[DBNETLIB][ConnectionRead(recv())] General network error
Posted by חן at 1/12/2006 12:09:01 AM
While running DTS, happens randomally in different tasks. anyone?...more >>

Best way to move packages?
Posted by JL Morrison at 1/11/2006 5:58:02 PM
Whats the best way to move all packages to another server? Ive got hundreds to move and the only thing I know is ...Open Packages..Click Package..Save As Thnks JL ...more >>

SQL 2005 DTS designer add in doesn't work and breaks EM 2000
Posted by smoss at 1/11/2006 2:11:02 PM
After installing the SQL Server 2000 DTS Designer Components necessary to edit legacy DTS packages using Management Studio, I get the following error when trying to edit DTS packages via 2005 MS: "The DTS host failed to load or save the package properly." What's worse, after I install the desig...more >>

SSIS - "Import Column" failing with "Memory Error" ??
Posted by frostbb at 1/11/2006 1:29:06 PM
I'm trying to import .pdf images into our database using an "Import Column" control. We have a directory of images for each county in the state. I'm loading the images from each directory with a separate run of my SSIS package. The 1st 2 sets of images, 3035 & 10314 .pdf images consecutive...more >>

SSIS - FTP Error
Posted by Jason at 1/11/2006 7:17:04 AM
I have created a simple SSIS package that downloads a file from and FTP site and inserts the data into a SQL Server DB table. I can get it to work if I hard code the filename, but once I use a variable I get the following error: Error at FTP Task: Failed to lock variable "<path and filename ...more >>

SSIS server connection
Posted by Hari at 1/11/2006 5:00:03 AM
Hi If i need to connect to ssis server from sql management studio, what are the minimum permission i should have to connect the ssis server. i dont want to give admin access or sql admin access. Thanks inadvance....more >>

DTS pulling data from Oracle via Link server
Posted by LanLan at 1/11/2006 2:04:02 AM
We have a DTS pulling data from Oracle via Link server. The connection between oracle and SQL seens not very good. Quite often, we will have following error: Step Error Source: Microsoft OLE DB Provider for SQL Server Step Error Description:OLE DB provider 'MSDAORA' reported an error. The ...more >>

Unable to join transaction
Posted by Kayda at 1/10/2006 9:31:18 PM
Hi: I'm running DTS package where all steps are set to "join transaction if present" in the Workflow properties. The transaction isolation level in the package properties is set to "read committed". The distributed transaction service is on on the server. SQL Server service pack level is SP4....more >>

using access schema ini with DTS
Posted by Charlie Cooperman at 1/10/2006 6:07:01 PM
Hello, I am new to DTS. I currently use msft access to read several large text files with no delimeters. I use the schema.ini file and link the files as a table. Then I read them via vbascript into tables with the columns that I need, while having indexes on them for the speed of my vba...more >>

JOb won't run
Posted by DTS job won''t run at all at 1/10/2006 5:42:02 PM
Hi, I am trying to optimize job for DB maintence to plan DB maintence plan1 I have to the following error "Executed as user: 123star\Admin. sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed." please help. Many Thanks, Steve...more >>

Error Copying from SQl Server 2000 to 2005
Posted by Mike at 1/10/2006 4:01:02 PM
I am getting the following two errors in the event log when trying to copy a database from SQL2000 to SQL2005. Any ideas? SQLServerAgentError SQL Server Scheduled Job 'CDW_GRAYMATTER_LENNY_1' (0xB5C7AFF09C96C146A1FE9B383370F008) - Status: Failed - Invoked on: 2006-01-10 15:54:46 - Message...more >>

Derived column data flow transform
Posted by John Grant at 1/10/2006 1:06:05 PM
I would like to extend the behavior of the Derived column data flow transform. How do I do that?...more >>

Re: MSFT Patch mess up my SQL job path
Posted by DTS job won''t run at all at 1/10/2006 10:39:01 AM
Can anyone please help me? I have big problem with my DTS, the job won't run anymore, is there a way to roll the job back sinc last succesful job, here is the message that I have got" Executed as user: 123Star\Admin. ...ing... DTSRun OnStart: Delete from Table [MMLive].[dbo].[temp_stock]...more >>

DTS - Strange Behavior
Posted by Jerry Spivey at 1/10/2006 9:09:20 AM
Hi, I've created quite a few DTS packages that open up VPN connections to remote SQL Servers, transfer data to local SQL Servers, writes audit records, then close the VPN connections. Everything has been working well. Saturday all of the packages (scheduled as jobs) began to fail. Friday...more >>

DTS steps
Posted by jaylou at 1/10/2006 9:06:04 AM
Hi All, I have a DTS package that copies flat files into my SQL 2000 DB. there are about 30 steps in this package. This job failed this morning, I have logging turned on and in the log file there is a failed step: Step 'DTSStep_DTSCreateProcessTask_1' failed Can anyone tell me of an eas...more >>

resourses used by dtsrun and dtexec
Posted by t2581 NO[at]SPAM hotmail.com at 1/10/2006 6:58:23 AM
Hi, We have 2 sql 2000 servers PROD_1 PROD_2 all dts located in msdb on server PROD_2 all dts run from server PROD_1 using xp_cmshell dtsrun When I start dtsrun from PROD_1 it starts on server PROD1 but connects and execute package on PROD_2 dtsrun /S PROD_2 /N 'my_dts_on_prod2' I...more >>

Delimited Text File import problem
Posted by John at 1/10/2006 6:55:04 AM
We are using DTS Text File packages to import data into SQL Server tables. We have run into a problem with a particular file. This ~5000 lines file fails on parsing for no apparent reason. If we try to import the file directly using the DTS Wizard Text File Import, the preview screen hangs ...more >>

Strange DTS problem
Posted by חן at 1/10/2006 4:40:03 AM
I have a several DTS packages that contains some tasks and other inner packages. Those DTS's are scheduling using the SQL Agent. Once in some days, one (of those DTS's) stops his run without any error messege. Of course the other steps after this step (that was "stuck") are not running as w...more >>

AS400 V3R2
Posted by redwine NO[at]SPAM servihoo.com at 1/10/2006 1:43:48 AM
I have no problem importing data from AS400 (V5) to SQL Server using DTS. However, I am unable to do the same from another AS400 which is V3R2. I can get a connection & see the data files, but cannot get at the data. Any suggestions? ...more >>

SSIS - OleDB source as table view Hideously Slow ??
Posted by frostbb at 1/9/2006 4:21:51 PM
Greetings Sql Server 2005 SSIS gurus! In migrating data into Sql Server from flat file sources I've found SSIS to be incredibly fast. i.e. 300,000 records + in less than a minute. However, now I need to extract some complex data out of Sql Server ... In an attempt to make things ...more >>

'Package' is ambiguous in the namespace 'DTS'
Posted by The ants are driving me crazy at 1/9/2006 1:52:10 PM
Anyone ever get this error when they tried to set a refernce to DTS in VB: 'Package' is ambiguous in the namespace 'DTS' I'm stumped. ...more >>

Saving SSIS Packages
Posted by Dave B at 1/9/2006 10:37:02 AM
I am trying to save a SSIS package in SQL2005 to the database and it keeps failing. I am getting the message: Save to SQL Server Failed. No description found. I can save it to a file without any issues. Any help would be appreciated. ...more >>

Open DTS saved as .bas
Posted by Lisa at 1/9/2006 9:25:02 AM
I have saved my dts as a vb file, made changes and now I want to open it again using Enterprise Manager. How can I do this?...more >>

What does incremental transfer ?
Posted by bharat jariwala at 1/9/2006 3:31:03 AM
Hi All, Can anyone explain me. What do you mean by incremental transfer ? -- Regards Bharat Jariwala ...more >>

Transaction in SQL Job
Posted by bharat jariwala at 1/9/2006 1:11:03 AM
Hi All, How can we maintain transaction inSQL Job ? I create DTS package and SQL job of that package.what i wanted to do is when user stop SQL job during its run, Job should able to rollback all transation. -- Regards Bharat Jariwala ...more >>

Copy Database Wizard & SSIS
Posted by Ray at 1/8/2006 3:44:12 PM
I'm a complete newbie to SSIS -- I would like to "automate" the Copy Database Wizard (so that I don't have to enter the source/destination each time -- and so that I can also schedule the operation). Could someone provide some pointers on how to do this, either using SSIS? (Or, do you recom...more >>

Permission/role needed to modify and execute DTS packages
Posted by Mike at 1/8/2006 8:40:04 AM
What SQL Server permission(s) are required to both modify and execute DTS packages in SQL Server 2000 and SQL Server 2005? Thank you. -- Mike...more >>


DevelopmentNow Blog