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

Filter by week: 1 2 3 4 5

Problem with SQL Task in MS SQL Server DTS package
Posted by mak at 3/14/2006 2:19:30 PM
Can you help? I'm attempting to create a DTS package but have encountered a problem that I haven't seen before. I'm attempting to compile statistics by inserting a result set from a Sybase query into a MS SQL Server table. The following SQL statement runs fine in SQL Advantage and it also...more >>


How to save to Package Store?
Posted by Phill at 3/14/2006 1:07:27 PM
I have completed my first SSIS package and want to schedule it in SQL Server 2005. Going through the steps I see the "Package Source" with the options of SQL Server, file system, and SSIS Package Store. I'm thinking that the later is where mine should be, but I don't know how to deploy it th...more >>

How does one configure and manage a remote SSIS Service?
Posted by vnapoli at 3/14/2006 12:58:38 PM
How does one configure and manage a remote SSIS Service? When attempting to administer a remote SSIS Service in SQL Server Management Studio, I get an Access is Denied error (message listed below) when trying to connect to the service. How does one set up access to a remote SSIS Service? ...more >>

Totally stumped with dynamic configurations
Posted by erhunter NO[at]SPAM gmail.com at 3/14/2006 12:42:22 PM
I have no idea why it would be so hard to simply control the source and destination of data within the new SSIS. In DTS I could cause the connection to a file to change based on global variables and I could change the destination table for a data pump the same way. This was standard, needed f...more >>

Multiple logs in SSIS
Posted by vince.iacoboni NO[at]SPAM gmail.com at 3/14/2006 10:12:35 AM
I keep reading about the flexibility of SSIS logging, but I'm running into an area that doesn't seem so flexible. I want to have one text log file contain only errors from my package and another text log file that has many more events. While it is easy to configure two text log providers on t...more >>

Job Schedule does not stay enabled
Posted by JDP NO[at]SPAM Work at 3/14/2006 9:35:42 AM
Every morning I must edit the "schedule" section of a certain job property, click the [_]Enabled check box. Do not confuse the issue, this is not the Enabled property for "the job", but for the "Schedule" w/in the job. The job runs fine all day executing once every 1 minute. The only susp...more >>

Logging in DTS
Posted by R. Deen at 3/14/2006 7:01:29 AM
Can you imagine?? I wrote a topic before about it, but my view on it has changed a little. Imagine there's a DTS 2000 package (Package A) which executes another package (Package B). Inside Package B, create simply an ActiveX task which causes the package to fail. (Main = DTSTaskExecResult...more >>

Problems wth DTS and Oracle
Posted by Carlos Sanchiz at 3/14/2006 6:50:31 AM
Hi everybody! I have a very strange problem, I have created a DTS that delete a table and create again. That table is located in a server running windows 2003 Enterprise x64 SP1 with Oracle 10r2 If I run the DTS works fine, no error, but If I run the DTS by schedulling I always get th...more >>



Database Transfer Error
Posted by Jackye at 3/14/2006 5:54:17 AM
I am starting to work with SSIS and would like to get a copy of a database from SQL 2000 to SQL 2005. I have been able to make it work using the wizard, which gives me a dataflow with source and destination, but this is not quite what I'm looking for. I would like to use the database tra...more >>

How to define text file column lengths
Posted by Waldy at 3/14/2006 12:00:00 AM
Hi there, I have a DTS package that is exporting data from SQL Server to a text file. I have selected Fixed Field on the Text File Destination properties and defined the column lengths on the Transform Data Task. However, when the package runs, it completely ignores the column ...more >>

Execute Package based on SQL output?
Posted by Dan at 3/13/2006 6:55:27 PM
I am creating a DTS package to execute a second DTS package conditionaly if a row exists in table. How can I get an output parameter out of an "execute SQL Task" and do conditional workflow based on the value? ...more >>

how to add DTSPackage Object Library to Access 2000
Posted by William at 3/13/2006 4:44:30 PM
Hi, Does anyone know how to add DTSpackage Object Library to Access 2000? I can find it in VB6 but not in Access 2000. I also tried to add ActiveX Controls \ Register... but no luck. Please help. Thanks. ...more >>

DTS simple problem?
Posted by ChiWhiteSox at 3/13/2006 2:05:32 PM
Hi We just upgraded from sql 2k to 2k5. I was able to import all dts jobs successfully on the 2k5 server. How do i no run those new;y imported jobs on the 2k5 server? when I right click on the main dts job, I dont see any execute job or even schedule the job? So what i did, I migra...more >>

SSIS Package execution hangs
Posted by jdn at 3/13/2006 1:07:28 PM
I have a package that executes 5 separate selects from an oledb source (which is a SQL Server), sorts each select, and then merge joins them one by one (select 1 and 2 merge, the output of which merges with select 3, the output of which merges with select 4, the output of which merges with sel...more >>

SSIS Data conversion problem
Posted by Phill at 3/13/2006 12:44:27 PM
I am converting a simple (at least in the SQL Server 2000 DTS days) to this new SSIS. I have a data source (which is Oracle 8 using .Net ODBC provider) and am trying to pump the data into a SQL Server table. I get an error that it cannot convert between unicode and non-unicode data types. T...more >>

Events from task UI causing hang
Posted by Tony Proctor at 3/13/2006 12:20:19 PM
Hi! I hope someone might be able to help me with this... I have a couple of VB6 DTS Tasks that use the same VB UserControl. The Control source code is part of those DTS projects rather than being a separate OCX. The Control raises an event when either of 2 ComboBoxes are changed. However, ever...more >>

Creating Custom DTS Tasks in VB.NET
Posted by cernysj NO[at]SPAM gmail.com at 3/13/2006 11:40:47 AM
I have a large project to complete and my choice for development is in Visual Studio 2005 using VB.NET. My project requires that I create a custom DTS tast tha is going to be used in SQL Server 2000. Is there a way that I can develop my project using VB.NET in Visual Studio 2005 and still use ...more >>

Custom Task using DTS.Connection
Posted by jlcaesar NO[at]SPAM gmail.com at 3/13/2006 10:37:32 AM
I am writing a custom task (in C#) to add some additional behavior to the ExecuteSqlTask2 object. I am using the CustomTask and ExecuteSQLTask2 interfaces , and have the various properties and methods setup or atleast stubbed out, etc. I want to write the guts of the execute method. I have a ...more >>

Webdav Source
Posted by Erwan at 3/13/2006 9:21:30 AM
Hello, I want to use sharepoint document library as data source in a SSIS package. Is there another way than webservice to do this ? A searched something about Webdav with SSIS, but did not found anything....more >>

SSIS novice + help!
Posted by Vij at 3/13/2006 7:29:09 AM
Hi, I am new to SSIS. I have been searching for some examples to use Expression Builder in SSIS to use derived columns transformation...I basically want to perform tasks like - 1. Add a new column to my flat file data source (also, next Excel datasource) on the run (which simply contain...more >>

DTS with domain account
Posted by Ben at 3/13/2006 6:18:13 AM
Hello I have created a package to import tables from a second server using a copy sql objects task, and I have run into a little snag. My connection to the external SQL server uses my windows domain account (server uses ONLY windows authentication) and my connection to my SQL server i ca...more >>

SSIS bulk insert task failed
Posted by Sheffer Ronen at 3/12/2006 11:04:26 PM
Hi, I have developed a simple SSIS package that loads an XML file to SQL 2005 database table, however the loading process fails with the following error messages: [SQL Server Destination (VDMS - L_TESTING_SESSION) [1014]] Error: The thread for the SSIS Bulk Insert task failed initializatio...more >>

Archive tables
Posted by John Smith at 3/12/2006 4:21:35 PM
I would like to create a DTS package that will copy tables from one database to the other daily. This tables should be 120 days old {created more than 120 days ago and they should have data} After the tables are moved, I would like for the source tables to be truncated. Any suggestion...more >>

Source table filtering in DTS by target table values.
Posted by Hemant_ng at 3/11/2006 3:12:54 AM
Hi, I am new to SQL Server and to DTs. I have to design a DTS package for the following situation and I am not able to decide how to design it. I need to do source filtering based on the destination table's rows values. There is System A with IBM DB2 running on AS/400. There is System B wi...more >>

package files and jobs
Posted by childothe1980s at 3/10/2006 3:29:26 PM
Hello: I don't have much information to go on and I am not familiar with SQL jobs or package files. So, I'm just going to ask. This client moved locations about ten months ago. And, they got a new server. Doing so required, of course, a change of DNS name, server name, etc. Now, desp...more >>

Dynamic Output File Naming
Posted by Bill.LaMorre NO[at]SPAM genesis-fs.com at 3/10/2006 1:02:14 PM
I've just started using SQL Server 2005 Integration Services and I've come up against a situation where I need to name output files dynamically (i.e. based on a timestmap). Looking through this newsgroup and other resources it looks like my only option is to use a Script Task (ActiveX looks ...more >>

DTS - Fixed field column position questions
Posted by VKT at 3/10/2006 7:19:00 AM
Hi, I have a .DAT file. I'm tyring to map all the columns from the DAT file into one SQL Server table. After certain column i cannot do anything.what is the reason? Please help. VKT ...more >>

Global Variable Passed As Parameter To Sproc Is Truncated
Posted by DeniseMe at 3/10/2006 6:55:27 AM
Hello All, I have an Execute SQL task that calls a sproc and sets a parameter of that sproc to a global variable of type String. The global variable will be probably at least 25 characters long. For some reason when it is sent to the sproc it gets cut off at 10 characters. The parameter ...more >>

SQL Job and DTS Failure
Posted by craiggiarc NO[at]SPAM gmail.com at 3/10/2006 5:04:29 AM
I have a SQL Job that calls a DTS package which in turn connects to a Progress dB and downloads. This has worked perfectly for months. However it's stopped working for no apparent reason. If I run the DTS package manually it connects perfectly and then I can run the SQL Job from Step 2 and it...more >>

why would jobs just not work
Posted by childothe1980s at 3/9/2006 6:36:29 PM
Hello: I don't have much information to go on and I am not familiar with SQL jobs or package files. So, I'm just going to ask. This client moved locations about ten months ago. And, they got a new server. Doing so required, of course, a change of DNS name, server name, etc. Now, desp...more >>

SQL job cannot run ActiveX Task
Posted by Mike Torry at 3/9/2006 2:49:21 PM
I have DTS containing ActiveX task. DTS runs fine on SQL server 2000. But when I schedule it as SQL job, the SQL job is failed. My other SQL jobs which do not contain ActiveX run okay. Why SQL job can not run DTS with ActiveX? Thanks for suggestions. ...more >>

debugging within script tasks
Posted by Panos Stavroulis. at 3/9/2006 8:40:28 AM
Hi, I tried to set a breakpoint within my script to debug something and that works fine as far as I can tell. When I go to the main window I can see that my task has got a red dot in it, which is expected. However it seems that the breakpoints only work if I execute the whole package and...more >>

Creating linked Server into Orcale
Posted by Liam Mac at 3/9/2006 8:30:07 AM
Hi Folks, Pretty new to linked servers, however I need to create a linked server from MS SQL Server 2000 into Orcale database sitting on a UNIX platform. I already have successfull DTS application which takes info from the Orcale database into MS SQL, using third party Oracle driver via DSN...more >>

Problems with SSIS & Slowly Changing Dimension Component
Posted by KS at 3/9/2006 7:52:30 AM
I'm using the Slowly Changing Dimension (SCD) component in SSIS to update dimension tables in a data warehouse we are currently developing. I've been running into problems with "some" of the dimensions having surrogate records being created for type 2 changes that don't really exist. In othe...more >>

SSIS: Which component for condition based transforming?
Posted by knezi at 3/9/2006 1:46:27 AM
Got the following problem: Source Data Column: FirstName; LastName; Salutation Target Data Column: FirstName; LastName; Gender The source-column <Salutation> always contains string "Mr." or "Mrs.". In case of <Salutation> contains "Mr.", target-column <Gender> should be "1". In case of <...more >>

[SSIS] columns selection ?
Posted by Timur at 3/9/2006 12:00:00 AM
Hi, in my dataflow, I've 5 columns in the input of a 'Derived column' task. 3 of these 5 columns allow me to compute the value of a new column. Then, I don't need anymore these columns in my pipeline. How is it possible to keep only the columns I need ? Maybe I'm blind, but I can't find...more >>

Web services task question (wsdl)
Posted by Panos Stavroulis. at 3/8/2006 4:38:27 PM
Hi, I've got a scenario where I need to retrieve some xml files from a website. The files can be xml csv, etc. At the moment we have an application written in VB that does it, you enter the file name and then it retrieves the file (normally an xml). Am I right in thinking that I need a w...more >>

Date transforms from dd/mm/yyyy to mm/dd/yyyy - why?
Posted by Sean at 3/8/2006 3:55:16 PM
Hi all, I'm loading some tables via DTS with the input files being comma delimited .txt files. For 2 date fields (format =smalldatetime in sql) if I pass a value of: "14/10/1980" it stores as 1980-10-14 which is correct. But if I pass a value of: "07/11/1980" it stores a value of 1...more >>

Document contains one or more extemely long lines of text.
Posted by jimdandy NO[at]SPAM shaw.ca at 3/8/2006 12:57:37 PM
Hi All, I'm getting (what I feel is a silly) message when I open a SSIS package: "Document contains one or more extremely long lines of text. These lines will cause the editor to respond slowly when you open the file. Do you still want to open the file?" I tried setting the precompilebin...more >>

SQL Server 2005 Upgrade Advisor Bug
Posted by PtrNrs NO[at]SPAM yahoo.com.au at 3/8/2006 12:18:34 PM
When I run the SQL Server 2005 Upgrade Advisor, I get the following message:- "SQL Server version: 09.00.1399 is not supported by this release of Upgrade Advisor." Is my version of SQL Server to old or too new? How can I use the Upgrade Advisor? ...more >>

Beginner question about lookups
Posted by franky at 3/8/2006 11:45:13 AM
I'm new to using DTS. I have a package that contains an ActiveX Script Task that sets two global variables (date1 and date2). I now need to retrieve a record from an sql2000 database that contains a date value to use in comparison. I'm use to msAccess and would typically use a DLOOKUP to g...more >>

Checkpoint capability in Integration Services
Posted by Randy Martin at 3/8/2006 11:24:10 AM
I am trying to use the Checkpoint features of IS within a large package. This package runs within a SQL job. To be production-ready, we want to be able to restart any package by just restarting the job step that failed. The package would then start at the correct task based on the Checkpoint ...more >>

Handling Quotes in Expression Builder
Posted by Chuck P at 3/8/2006 10:15:07 AM
I am writing a SSIS package and have a newbie question. I am in the Execute SQL Task Editor and want to create a SQL Statement. I clicked on the Expression Builder and was creating a insert statement. One of the values to insert will have " and ' in it. The value will be gotten from an envi...more >>

How to: Update catalog infor when changing destination catalog con
Posted by abuck at 3/8/2006 8:59:36 AM
Hi, I have a big issue. I have created a DTS package whit some global variable as: DestinationCatalog DestinationDataSource I will call this DTS using c#.net and I will give the global variable as needed. the problem I have is I have 300 import tables to import to the destination (MS...more >>

SSIS for normalization?
Posted by imani_technology_spam NO[at]SPAM yahoo.com at 3/8/2006 8:12:32 AM
I have denormalized source data that I want to use SSIS to normalize and distribute to the propert destination tables. What is the proper SSIS task that can do this? I don't think the Conditional Split would work. Would the Multicast Transformation do the trick? ...more >>

SQLAgent job fails - Execute SSIS Package doesn't
Posted by Jocke at 3/8/2006 7:24:28 AM
Hi! I have a SSIS package that transforms three tables from a SS2000 server to my new SS2005 server. The connection to the sourceserver uses SQLServer credentials with userid and password. Destinationconnection uses windows authentication. The package runs perfectly in BIstudio aswell as whe...more >>

Updating existing records
Posted by Andre V. at 3/8/2006 3:13:27 AM
Simple situation. I have imported some records (e.g. flatfile, database) and I want check if these record are already in the database. If not import them otherwise update them. ...more >>

Integration Services, update rows in a table
Posted by Oystein NO[at]SPAM Norway at 3/8/2006 12:00:19 AM
Hi! I'm using Integration services to automate a process from a industrial printing system. I've got a TAB delimited tekstfile which contains 29 columns which is beeing updated every 15 minutes from a remote server. I have one colomn that should be unique, "JobNumber", but it's not. JobNumber ...more >>


DevelopmentNow Blog