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

Filter by week: 1 2 3 4

Update transformations after changing target database
Posted by jada at 2/14/2006 11:11:07 PM
Hi all, I have this problem where I have to frequently change the target database of my transform data tasks. I've already figured out how to change the destination tablename through ActiveX script, but I don't know how I can drop all existing transformations and recreate them (since they re...more >>

Data from Unisys to SQL
Posted by David at 2/14/2006 4:18:28 PM
How can I use dts to transfer data back and forth between a text file on a Unisys mainframe and a table in SQL server? How do I set it up? I checked out the bulk insert reference, but if I went that route, what would be the syntax? Paramter references such as "from datafile" doesn't tell me...more >>

Optimize large INSERT
Posted by Dave at 2/14/2006 2:19:22 PM
Can DTS outperform pure T-SQL on inserts when the source and destination are in the same database? I have a staging table with the same schema as my destination table. My destination has 200 million records and my staging table has 30 million records. Do you have any suggestions on indexi...more >>

SSIS: Footer rows to skip
Posted by Dima S at 2/14/2006 12:41:52 PM
SQL Server 2005 - SSIS OK. We know there is Header rows to skip options and it works great. I've got the file that has a "footer". Here is an example: .. PSC filename=table1 records=0000000000525 ldbname=db1 timestamp=2006/02/07-16:25:00 numformat=44,46 dateformat=mdy-1910 map=NO-MA...more >>

transfer sql server objects task cannot run on this edition
Posted by Tecnica at 2/14/2006 10:07:26 AM
Hi, i´ve create a SSIS package and run it on Visual Studio to see if everything ok, and it run´s. When i try to run on SQL 2005 Integration Services i get an error "... transfer sql server objects task cannot run on this edition..." Any idea? Thanks, Rui Reis ...more >>

DTS Packages Lost All Notes and Structure
Posted by Jason Lees at 2/14/2006 6:40:33 AM
Hi All, I've just transfered all the DTS packages i have on an old SQL 2000 server to a new SQL 2000 box, and they appear to have lost all the structure and notes that had been placed in them. Is this correct, and is there a way to prevent it occuring, as these notes form a valuable part...more >>

Executing a DTS Package
Posted by D Johnson at 2/14/2006 5:23:27 AM
Hello Is it possible to execute a DTS package from a Trigger. If so, can I also pass a parameter to the package from within the Trigger. Many thanks David...more >>

Dts Date Import trouble
Posted by CharlesA at 2/14/2006 1:12:27 AM
Hi folks... I'm bringing in Data from a Terradata Warehouse to a SQL server table it's a table with 4 cols cols two of which are dates. I worked out that the following dates were breaking SQL server validation 0001-01-01 0004-04-01 etc... clearly these are not dates... so I did this in...more >>



SSIS installation
Posted by Philippe Lacoude at 2/13/2006 4:52:48 PM
Is it possible to install SQL Server 2005 Integration Services on a server that does not run SQL Server 2005? In other words, does the "SQL Server Integration Services" Windows service require the presence of the "SQL Server" Windows service? Is it possible to run .dtsx packages without th...more >>

SSIS and unicode data types
Posted by Todd C at 2/13/2006 12:39:43 PM
I have two simple DTS packages in version 2000 that are about as simple as they come. One extracts from a table and dumps into an Excel file, the other takes the Excel file and appends it into the table from which it came. These took all of about two minutes to create usine DTS in SQL Server 2...more >>

SSIS for migrating from MYSQL to MSSQL2005
Posted by Swapnali at 2/13/2006 12:38:17 PM
Hello everybody, I am new to this concept of DTS and SSIS and I havent worked on databases before. I have been trying to migrate frm MYsql to MSSQL 2005 using this SSIS importn export wizard , but I realised it doesnt recognize the Mysql.as one of the data sources. Pls help. How do I d...more >>

can I use the DTS package for validating the fields?
Posted by juventusaurabh at 2/13/2006 12:03:35 PM
Actually, I want to parse a pipe delimited text file into SQL database and also check(validate) the values in some of the data fields (eg. state field Not more than 2 chars..etc). Is the DTS package useful for this? I learnt from a few forums that DTS package would be the most efficient way to...more >>

Surrogate keys?
Posted by ystueker at 2/13/2006 8:08:27 AM
Hello, Does Integration Services (2005) support surrogate keys? Thank you!...more >>

SSIS Transform column to another datatype
Posted by JB at 2/13/2006 7:53:07 AM
Hello, I want to put data from an Access-database into a SQL-server2005 database, using SSIS Data Flow. The problem I've got is that I cannot convert a string value (like '20060101' for the first of januari 2006) from the Access database into a Datetime value in the SQL-database. I try to use...more >>

Importing data into multiple table using 1 excel sheet
Posted by BenjaminHoo at 2/13/2006 4:40:28 AM
Greetings, I am a newbie in using DTS. I would like to load data from 1 single excel sheet[tab] into multiple fields of different tables in database. EXAMPLE: DATABASE TABLE Table 1: COURSE course_code course_name faculty_code(FK) ...more >>

Obtain a list of DTS packages
Posted by Yanto at 2/13/2006 2:50:39 AM
Hi there, I'm been trying to to find how to list all available DTS packages on SQL Server, but still got no result. Can anyone please guide me. I'm having hard time try to understand the Class Library. Thanks in advanced. Yanto ...more >>

Exporting file-data from a table in SQL2000
Posted by Rolf Barbakken at 2/12/2006 4:46:48 PM
We have a database where one table contains the file-data for documents. The table contains: filename of datatype nvarchar(2000) filedata of datatype image(16) What I want to do is to export the files to regular files. So a file in SQL2000 becomes a file in the filesystem with the name of ...more >>

Just how to navigate SQL Server?
Posted by sqlservernewbie NO[at]SPAM yahoo.com at 2/12/2006 4:18:59 PM
Dear experts, I'm an Oracle guy, looking to pick up SQL Server. I've installed SQL Server 2000 on XP (home). I'm now trying to navigate SQL Server. In Oracle, I would just open SQLPLUS, and query away. SqlPlus looks like a DOS window, or telnet window into Unix. It just has the dot pro...more >>

ForEach Loop, getting filename - help?
Posted by unc27932 NO[at]SPAM yahoo.com at 2/12/2006 1:39:20 PM
Using 2005, SSIS... OK - I'm trying to loop through all the *.txt files in a certain directory, and using each filename, call an executable, passing the filename as an argument to the executable. I started by adding a foreach loop container, and made sure it was foreach file enumerator type....more >>

Bulk insert
Posted by Papanii Okai at 2/10/2006 12:10:47 PM
Hi Guys, i am a newbie at this stuff and i have a quick question. I would like to perform a BULK insert into a table. The table contains a couple of varchars columns, two Guid columns and datetime column. One of the Guid columns is automatically added newid(), but the other one is a...more >>

HELP - looping problem
Posted by Kayda at 2/10/2006 10:04:25 AM
Hi: I am trying to create a loop based on http://www.sqldts.com/?246 , as I have done before. My loop is getting to the "Loop Around" task, but just finishing there and not going to the ActiveX Task at the beginning of the loop. I'm tearing my hair out here, it is pretty basic and I am not ...more >>

AS400 Empty cell question
Posted by Jayyde at 2/10/2006 7:28:57 AM
Hello again! Have a field coming in from an AS400 that's "empty" (if i highlight it in kinda looks like there might be a space there, but no letter,etc.). When it copies over to a varchar field in my staging table it doesn't come over as null, but it apparently isn't coming over as a space ei...more >>

Text Formatting from a SQL 2000 Data Table Cell Question
Posted by dstew67 NO[at]SPAM gmail.com at 2/10/2006 6:29:21 AM
My HR department has an application that reads data from a SQL 2000 server and displays it in ASP. In the job description field that they have to complete, there are three different areas that need to be highlighted-Job Responsibilities, Knowledge/Experience and Skills/Abilities. They input the ...more >>

SSIS - Data flow transformation
Posted by Francois Malgreve at 2/10/2006 12:00:00 AM
Hi, In SSIS, under the workflow pane, each tasks can have precedence condition that will tell if the task will be executed or not. That's really a great feature to control the task flow. I would like to have this functionality in the DataFlow itself but data flow it does not have any pre...more >>

DTS Newbie Question about exporting
Posted by SteveS at 2/9/2006 10:05:04 PM
I'm just learning how to use DTS now and it looks like it might solve the issue I'm currently dealing with. What I want to do is set up SQL Server 2k to export data from a specific database and specific table and dump it into an excel spreadsheet - and have it automated to do it daily at xx...more >>

DTS Failed - TimeOut
Posted by fatihmira NO[at]SPAM hotmail.com at 2/9/2006 8:20:31 PM
Hi all, One of my DTS failed due to timeout. I want to know how to change the timeout. Please give me the code and step how to change it cause I'm not a DBA or System Admin. Thank ...more >>

HELP - move problem
Posted by Fransis il mulo parlante at 2/9/2006 6:03:36 PM
I need to solve a problem with sql server 7. We have a procedure that perform a database export in a local db called dbage and another procedure that move the files to a network hard disk. The "move" doesn't work. this is the sp: =============================================== CREATE PROC...more >>

Comparing DTS and SSIS
Posted by Conan Kelly at 2/9/2006 4:34:03 PM
Hello all, I was wondering how similar DTS is to SSIS. I don't know if we will be upgrading to 2005 any time soon, but it would be nice to know ahead of time if I will have to learn a whole new system. I'm still pretty green at DTS, but learning some new things here and there. Will all ...more >>

Deleting a package
Posted by Conan Kelly at 2/9/2006 3:18:12 PM
Hello all, I created a *.DTS file the other day that I had several DTS packages stored in. In creating new packages, I realized that the first package was obsolete and would never be used. It doesn't appear that an individual package can be deleted from a DTS file storing multiple packa...more >>

COM problem calling DTS from vb.net
Posted by Mike Voissem at 2/9/2006 1:53:26 PM
I was looking for a way to collect dts run information (errors, progress, etc). I found this article http://support.microsoft.com/default.aspx?scid=kb;en-us;321525 I did exactly as it suggested, and I receive an error at the following point: cpContainer.FindConnectionPoint(guid, cpPoint) Th...more >>

Best Practice Shared connections
Posted by Ches Weldishofer at 2/9/2006 1:49:15 PM
background: Informatical will allow you to set up connections once, then multiple jobs use them. Great for development, because you can change from dev to prod server in one place for as many jobs as you want. How can we achieve this in SSIS? Currently we have 3 projects with shared data ...more >>

...follow up...to SQL 2005, DTS, problems ....
Posted by Roz at 2/9/2006 12:30:28 PM
When editing DTS 2000 packages in SQL 2005, I've also noticed that: 1. When deleting any task in the designer, you CAN NOT simply right click the task, and delete, you must highlight the task and delete with the keyboard's delete button. 2. ActiveX script tasks are not displayed with the c...more >>

SQL 2005, DTS, problems, problems, problems, etc..
Posted by Roz at 2/9/2006 12:13:27 PM
Is anyone else out there having problems with SQL 2005 opening/editing/saving SQL 2000 DTS packages...even with the Backward compatibility/2000 DTS Components installed? Specifically, after installing these two downloads, I can Open a DTS 2000 package, but when opened, the icons/graphics are ...more >>

"Open File Dialog Custom Task" from SQLDTS.com
Posted by Conan Kelly at 2/9/2006 10:19:00 AM
Hello all, A couple of months ago, I posted a question about having the DTS package prompting you to select the file that needs importing. Someone replied with the Open File Dialog Custom Task from SQLDTS.com. I'd like to thank the person who suggested this custom task and I'd like to th...more >>

Newbie to SSIS
Posted by Andy at 2/9/2006 8:03:27 AM
I am very new to SSIS and have no prior experience with DTS. I am trying to read a flat file and conditionally split it out into 2 different flat files based on a certain column. Unfortunately, there are certain rows in the source flat file that have low values in the middle of the row. When S...more >>

copy group of tables with SSIS
Posted by Jessie at 2/9/2006 7:17:33 AM
All, I'm new to SSIS and really need you guys’ help. Here is my problem. I need to copy data from number of tables to the staging tables in a DB, These are just direct copy and doesn’t need any changes during the extraction. The process basically copy each of source table to their sta...more >>

Set Excel column names on destination with SSIS pacakge
Posted by AL at 2/9/2006 4:17:28 AM
Hi I'm exporting data using SSIS from a stored procedure call to an EXCEL destination. I can set the Excel column names to the names of the fields returned via the stored procedure. I however need to set these column names to something different. Ideally I don't want to change the parama...more >>

SP4 - ActiveX Script On WorkFlow Prop Crashes MMC
Posted by alexbarbier at 2/9/2006 2:35:25 AM
Hi All, Since I've installed SQL Server SP4, when I want to create an ActiveX Script on a WorkFlow properties of a Task, MMC Crashes !! (Memory could'nt be written) Does anyone have the same problem and maybe a solution ... Thanks a lot for any help. AB ...more >>

Not Run
Posted by Travis at 2/8/2006 7:10:30 PM
Hi , I created 3 task to transfer data on a package. When I manually run the package by clicking on the "run" icon on the DTS package desgin interface , all the task are failed and the error msg = "Not Run". But when I manually trace the individual task to right click on the transfer...more >>

DTS Workflow
Posted by news.microsoft.com at 2/8/2006 3:55:22 PM
I am trying to get an ActiveX script task to fail. Using the script below it always goes to the on-success leg. Can someone tell me how to fail this task so it goes to the on-failure leg/. '********************************************************************** ' Visual Basic ActiveX S...more >>

DTSMail from SQLAgentProxy does not work *unless*....
Posted by Trekman at 2/8/2006 11:46:08 AM
I did set up an SQL Agent Proxy account, logged it on the server (in a Remote Desktop), and created various Outlook Profile to be used from within DTS Packages. They all are copies of one initial profile to cover the various profile names found on clients ("Outlook", "MS Exchange Settings", ......more >>

DTS package workflow
Posted by Mike P at 2/8/2006 7:52:44 AM
A basic question I know, but can somebody tell me how to add On Success, On Failure and On Completion arrows between tasks? I have done quite a bit of DTS, but never had to use these before. Thanks, Mike *** Sent via Developersdex http://www.developersdex.com ***...more >>

Advice Please
Posted by jez123456 at 2/8/2006 5:10:14 AM
Hi experts Could I ask some advice on migrating an MS Access mdb file to SQL Server. The access database has about 50 table with relationships and I was hoping to use either DTS or SSIS to do the bulk of the work. I use the access database as a model/template for the larger system which ...more >>

Moving a file once it has been imported
Posted by M Stuart at 2/8/2006 4:43:27 AM
Hi all, I am building a DTS package which picks up a flat file. Once the last sql t5ask has been completed successfully I would like to move the file to another folder. I would also like to timestamp the file in order keep an archive. Many thanks Mike...more >>

Catch DTS exception by using C#
Posted by nick at 2/8/2006 12:00:00 AM
Hi all: I am trying to catch DTS error in window application C#, but i can't . please help me out. Cheers Nick ...more >>


DevelopmentNow Blog