Groups | Blog | Home


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 > june 2006 > threads for june 1 - 7, 2006

Filter by week: 1 2 3 4 5

can i use SSIS to update existing data in a SQL Server 2005 table?
Posted by Luke at 6/7/2006 7:10:02 PM
I've been reading on SSIS for a couple of days now, and haven't come across a mechanism on updating existing data! My data source is a delimited flat file which i'll have to validate and then plug into SQL server 2005. But its possible that the records already exist, in which case i'll need to...more >>


How to Limit SSIS Package execution to one instance.
Posted by Jeff Darlington at 6/7/2006 11:55:41 AM
I have an SSIS package that is scheduled to run every 5 minutes by the SQL Server Agent. I only want to allow one instance of the package to run at the same time so it does not step on itself when it is doing some file and database activity. Is there some easy solution to this? I though of u...more >>

Setting SSIS Log properties
Posted by Chris Wood at 6/7/2006 8:28:05 AM
Hi, If you connect to SSIS with Object Explorer you can right click and select View Logs. This will load the SQL Server Integration Services/NT Events into a Log File Viewer. This log appear to go all the way back to the first time that SSIS was installed and started. This can make this log...more >>

SSIS: join tables in different datasources (connection managers)
Posted by cgian31 at 6/7/2006 5:54:56 AM
I need to periodically import a (HUGE) table of data from an external data source into SQL Server, with the following scenarios: 1- Some of the records in the external data source may not exist in SQL. 2- Some of the records in the external data source may have a different value at different ...more >>

SQL Server Agent Job vs Stored Packages
Posted by Oystein NO[at]SPAM Norway at 6/7/2006 1:57:02 AM
Hi! I got a package with a Script task(VB) that runs OK when executing under Stored Packages, File system but fails(stays "yellow") under SQL server Agent Jobs. I've secured the package with "EncryptAllWithPassword". I guess it might be a security issue in Sql server agent. Anyone know how to...more >>

SQL Server Configuration is not read
Posted by Rolf at 6/6/2006 11:47:02 PM
When I execute my SSIS package from SQL Server Agent job or DTEXECUI the configurations stored in SQL server is not read. The connection to the SQL Configuration is specified in the command parameters. When running profiler I can see that the SSIS Configuration table is not accessed at all. ...more >>

How can I achieve the foll in dts
Posted by Chris at 6/6/2006 1:43:01 PM
Hi, I need to download a file from an ftp server via my dts package. The order is connect to ftp server check if file exists (the name is always the same) if yes, down load file and delete copy on ftp server rename file from test to test.txt parse file (This I got working) I need help wit...more >>

Why I can not see inside of DataPump
Posted by Mike Torry at 6/6/2006 1:26:02 PM
I have SA permission on that SQL 2000 server. I can access that SQL server by using Enterprise Manager from my PC. If I open a DTS package saved in "local packages" on that server, I can open any DataPump connections. But when I open a DTS package saved as .dts file on that server, I can not ...more >>



Invalid Column Length
Posted by Emma at 6/6/2006 11:55:02 AM
Why am I getting an invalid column length when I tried to create a DTS package using a text file as the destination? The source of the data is a query. Thanks Emma...more >>

trigger will not execute
Posted by Cynthia at 6/6/2006 9:59:01 AM
I have two similar triggers one on solodata table and one on components table. I cannot get the trigger on solodata to execute. I have pasted it below. Below that I hve pasted the one on components that does run. i checked and extn5 does change, and the groupid in solodata is 66, I would ap...more >>

SSIS Data Flow - Have Null values take table default
Posted by Jeff at 6/6/2006 8:54:03 AM
Hi, I have a data transform from a flat-file to a SQL server database. Some of the flat-file fields have NULL values. The SQL table I'm importing into does not allow NULL values in any field, but each field has a Default value specified. I need to have it so that if a null value comes acro...more >>

SSIS Exec SQL task and return parameters
Posted by Datasort at 6/6/2006 8:23:02 AM
I am trying to receive the return value (@ReturnValue) from a stored proc while using the SSIS Execute SQL command and map it to a package variable. I can run in a SQL query window the following commands DECLARE @ReturnCode INT exec @ReturnCode = usp_Import_Entries 'EMD' Print @Retur...more >>

Get file name for a particular file type
Posted by KellyLeia NO[at]SPAM gmail.com at 6/6/2006 7:39:46 AM
I'm looking to be able to get the filename of a file that is of a particular type. I know that my DTS package is going to export a file that has the time in the name of it (ex CRB-UHCCIG6-5-2006-11h36m59s.edi), and i want to be able to auto zip that file. Copying, zipping isn't a problem, it's ...more >>

Excel and SSIS - any way to default IMEX=1 on?
Posted by Paschott at 6/6/2006 6:58:26 AM
I work with quite a bit of different Excel sheets and often receive columns with mixed data. Sometimes the alpha data won't appear until much further down in the sheet, leaving me with NULLs imported instead of the alphanumeric data. I realize that I can add IMEX=1 to the connect string to ena...more >>

Best practise out there for moving new/altered information
Posted by RedMan at 6/6/2006 5:50:18 AM
2 databases in sql2000, and from one you want to move new/altered information overnight into a datamart. I'm well aware that DTS is for moving information, but I am not too sure if facilities in it will handle recognising changed records. I was wondering if there was a best practise out there fo...more >>

Could not find installable ISAM
Posted by Denis Olivier at 6/6/2006 12:00:00 AM
Hello, "Could not find installable ISAM" with have an WEB application where our customers can upload their contact/data for marketing reports and analytics. For this they fill a Excel data sheet, and once uploaded, we parse it and put data in SQL Server 2000. The platform is H24/ W7 availa...more >>

where does DTS local package stored
Posted by maxzsim via SQLMonster.com at 6/6/2006 12:00:00 AM
Hi All , Can i check in which db does a local package DTS is stored - msdb ? and in which table tks & rdgs -- Message posted via http://www.sqlmonster.com...more >>

vs2005 fails to load packages
Posted by BC at 6/5/2006 6:04:01 PM
Hi: I have vs2005 professional and Sql server 2005 dev edition installed on my machine and when I try to open a SSIS package I get: Microsoft Visual Studion is unable to load this document: Could not load type 'Microsoft.DataTransformationServices.Design.DtsComponentDiagram' from assemb...more >>

Importing a flat file with a field > 256
Posted by John Smith at 6/5/2006 12:59:36 PM
How do i import a flat file with a filed > 256. Im running a simple DTS package with a text file source. when i import the flat file it cuts off the filed value to 256 any ideas or work around this? thx! ...more >>

Change Lookup Query
Posted by Thom at 6/5/2006 9:42:01 AM
Is there a way to programatically change the query that Lookup is executing? I gave up trying to find a way to reset a connection each time the lookup is called. Thom...more >>

remotely call a DTS
Posted by symoans NO[at]SPAM yahoo.com at 6/5/2006 9:37:13 AM
Is it possible to remotely call a DTS with VB6.0 embedded in an Excel application? The Excel application is on Machine A and the SQL DB is on Machine B. They are on the same network in the same domain. I assumed it was and would be fairly easy to implement, but I can not get it working. Do ...more >>

SERVER BUSY
Posted by Teo at 6/5/2006 8:53:39 AM
Good Evening, I've a Dts in my sql server 2000 that contain 8 packages. If I fire the dts from local packages all ok If i try to fire the package step by stem I've this error: server busy-this action cannot be completed besause the other program is busy.choose switch to to activate the busy pr...more >>

Portability of DTS 2K
Posted by Shail at 6/5/2006 5:00:02 AM
I migrated a package from serverA to serverB. The package reads the log server name from an INI file via a dynamic properties task. However, the package fails to execute on serverB. It still tries to connect to serverA though the INI file shows the value as serverB. Refreshing the dynamic prop...more >>

Dynamically Build Columns For Transfering Data
Posted by Derek Hart at 6/5/2006 12:00:00 AM
I need to dynamically build the columns used in a Transform Data Task (or possibly a Data Driven Query Task). I understand how to read from the registry and/or text files to dynamically set items, but I am not sure where to start to build the source and destination columns in a Transform Data ...more >>

Using a variable from a foreach loop task (SQL Server 2005)
Posted by bryan.dinning NO[at]SPAM gmail.com at 6/4/2006 8:57:50 PM
Hopefully someone can help, I have data from 60-70 tables I have to move from one database to another on a weekly basis after a number of tasks are performed on these tables, not all the tables in the database are being copied though. Currently I have a package that does each individual table in...more >>

Lookup Change Catalog
Posted by Thom at 6/4/2006 10:45:03 AM
I have a DTS package that does a lookup to get the number of rows in the sysobjects table of the database. I am just wanting to verify the database is online and connectivity is good. I am using one connection to get all the databases name and the other connection of the workflow to check ...more >>

Text file created when DTS Exec by vbscript not stored on path
Posted by raglin at 6/2/2006 9:58:19 PM
I am using a vbscript that Exec a DTS. The DTS command string is created with global variables that are passed to the select and used to name the file that is created. In the DTS the file path is defined and the variable with the file name is associated. The path points to a shared folder on...more >>

Incredibly slow SQL Server --> Oracle migration.
Posted by John Peterson at 6/2/2006 3:40:22 PM
(SQL Server 2000, SP4) Hello all! I am experiencing some incredibly slow performance in migrating data between SQL Server 2000 and Oracle 10g. The SQL Server database is the source and the Oracle schema is the target. I am sending a handful of integer and relatively short string column...more >>

Looking for some suggestions on how to measure bugs in SQL Server Reports relative to the report size or complexity.
Posted by martinbertolino NO[at]SPAM gmail.com at 6/2/2006 3:37:43 PM
We are currently embarking a pretty big project to re-develop and deploy employer reports using SQL Server Reporting Services to replace some older custom reporting infrastructure. We are engaging a consulting company to develop these reports. We have traditionally made this company perform fi...more >>

SSIS Bug?
Posted by MarkFrank at 6/2/2006 2:41:01 PM
Hi all, I've had a package which ran cleanly for some time. I've since been getting the following error: Error 0xc0202009: Data Flow Task: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 D...more >>

SSIS 'Product level is insufficent for component'
Posted by Chris Wood at 6/2/2006 1:00:24 PM
Hi, We are seeing this message when try to import a fixed width text file into a database table from a workstation running SQL2005 gold tools to an SQL2005 gold server. The messages we get are:- Error 0xc00470fe: Data Flow Task: The product level is insufficient for component '"Data Conver...more >>

SSIS Flat File Connection
Posted by Jay Abbott at 6/2/2006 9:44:02 AM
Is there a way to enter the columns of a flat file without using the GUI? It is easy for me to format a list of column names and column widths that I could copy and paste, but the only way I see to input file parameters is via the GUI. In the old DTS you could edit the connection object and ...more >>

Remove output collections when importing XML?
Posted by Kuno at 6/2/2006 6:11:38 AM
I=B4m importing a large XML-file with SSIS and have performanceproblem. I have 5 output collections from my generated XSD but I=B4m just using one of them, I have tried to uncheck the output columns in the unused output collections in XML Source Editor but then I get a error messege when I exec...more >>

SSIS and parametrized connection managers
Posted by cgian31 at 6/2/2006 3:14:46 AM
I would like to create a package that connects to a fixed database table, retrieves from there the name of an excel file to get data from, and gets the data. Basically the question is: can I configure the connection managers dynamically? I know I can do it programmatically, but this would m...more >>

Custom transformation component for joining input
Posted by Sturle at 6/2/2006 2:07:02 AM
Hi, How do I create my own component that joins (actually it does a lot more, so it's not a solution to use the existing merge join transform) two huge sorted input streams without having to cache up too many rows internally in the component? To be more specific: What I wonder about is ...more >>

scripting DTS
Posted by maxzsim via SQLMonster.com at 6/2/2006 12:37:05 AM
Hi , Is it possible to script the DTS ? if so how can i do it ? appreciate ur advice tks & rdgs -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-dts/200606/1...more >>

Transfer Object: Views
Posted by sck10 at 6/1/2006 6:06:16 PM
Hello, I am trying to transfer views using SSIS: transfer sql objects. Every time I do, I get the error that the table already exist. All I am trying to do is transfer the view itself, not the data. Can anyone tell me what the parameters should be for this? DropObjectFirst: False (vie...more >>

disable executesql task?
Posted by John Smith at 6/1/2006 5:49:46 PM
Hello How do I disable an sql task in ActiveX? thx ...more >>

DTS error - and global var -file name Q
Posted by Jeff User at 6/1/2006 12:45:50 PM
Hi all I looked at Allens article http://www.sqldts.com/default.aspx?246 and am trying to get this to work. My problem and what I dont understand is this: The program uses a global variable that is supposed to contain a file name: gv_FileFullName. Well, the point of the program is to loop...more >>

Can I use DTS to mange Backup & Retore to a Standby Server?
Posted by JDP NO[at]SPAM Work at 6/1/2006 8:49:32 AM
How to use a DTS, FSO to move copy the backup of the database to the secondary server and manually restore it in the event of a failure? I have a minimal amount of experience w/FSO, mostly exsits and copying of files, but not with getting the file date to know which backup to copy when there ar...more >>

Undelete a DTS package
Posted by jaylou at 6/1/2006 7:42:01 AM
Is there a way to restore a DTS package? I was removing a DTS package from my server and I clicked on the wrong one. Is there a way to undelete it? Thanks, Joe ...more >>


DevelopmentNow Blog