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 2007 > threads for june 8 - 14, 2007

Filter by week: 1 2 3 4 5

Newbie Excel destination writing question
Posted by reflection at 6/14/2007 3:29:46 PM
Hello. While I found several Excel destination posts similar to mine, I didn't see one with my particular issue. Within the SSIS designer I have a simple data task with a two ForEachLoops. The first foreach will write to my Excel Destination's first two columns. The second foreach will c...more >>


One Package, Two Configurations, Two Databases on same machine
Posted by Mark-HP at 6/14/2007 11:38:03 AM
Hi, I have package on a single server. This packages extracts Data from System A and loads System B, database C. What I'd like to do is use configurations to have this one package loads System B, database C and D. When a I create two configurations (one pointing at database C and...more >>

Restoring DTS saved as .bas in SQL 2000
Posted by Kevin Mazzone at 6/14/2007 8:35:18 AM
Hi, I have a SQL 2000 DTS package that I saved as a .bas file that I need to import back into SQL server. Does anyone know how I can do this? Thanks! Kevin...more >>

File Watcher Task
Posted by CraigHB at 6/12/2007 3:56:00 AM
If you use a File Watcher task to watch a folder for files added and 1000 files get copied to that folder, does the package try and run 1000 times in parallel? I want to build a process that will import files one-at-a-time and get started when a batch of files arrives in the source folder. ...more >>

SSIS Script Component: How do I write code leave column/field as NULL
Posted by Conan Kelly at 6/11/2007 10:00:12 PM
Hello all, I'm trying to test a column and return a date calculated from the columns value or leave the field/column as NULL Here is what I was trying (based on ActiveX scripts in DTS, this would default to NULL when tested false): If Row.OpenDate <> "00000000" Then Row.oOpe...more >>

Don't know how to debug SSIS packages
Posted by Conan Kelly at 6/11/2007 9:07:37 PM
Hello all, I'm quite new to SSIS packages, so I don't know how to debug them very well. I have a Flat File Source, a Script Component, and an OLE DB Destination. When I run it, it looks like it is trying to import rows: "9,916 Rows" shows up on either side of the Script Componen. And the...more >>

cannot import some cells into SQL2000
Posted by Ivan at 6/11/2007 8:28:01 PM
Dear all, I am trying to import some data from Excel to SQL 2000 table. There is a column which contains integers, before the data import, I changed the cell format of the whole column to "Text". The data type in the sQL table is char already. However, some cells values are still not import...more >>

Dynamic Properties Task Not consistant
Posted by Jarrett at 6/11/2007 1:25:01 PM
I am using SQL Server 2000 DTS Dynamic Properties Task to set my Connections via global variables I set with a vb application at runtime. This has been no problem about half the time. I can verify that the variables are being set, but half of my DTS's setup this way either import no data or ...more >>



ODBC variable
Posted by GaryC at 6/11/2007 1:23:01 PM
I'm using an ODBC data connection to an informix database. The ODBC is my source and SQL is my destination. In the data pump, I can query the data using literals in the where clause for a date range, but when I try to use a variable, I receive a ODBC/Informix syntax error. I need to extract...more >>

Requirement for the Microsoft .NET Data Provider for mySAP
Posted by Kevin in Chicago at 6/11/2007 12:27:00 PM
I downloaded and installed the Microsoft .NET Data Provider for mySAP. I have pointed it at internal SAP instance. When I attempt to execute a task using this provider I receive the error saying that Z_EXTRACT_DATA_FULL could not be found. This looks like a custom BAPI or remote function mo...more >>

Periodic import
Posted by Jeff Boyce at 6/11/2007 5:44:14 AM
Tried BOL, Live Search, Google, <Find> here... Receiving a periodic data file with date/time post-pended to the same filename ... e.g.: FileName20070607 FileName20070608 FileName20070609 ... Looking for a way to schedule a periodic import of the data within the files. Co...more >>

DTS package won't schedule
Posted by Steve at 6/11/2007 5:30:55 AM
Hi there, I have created a DTS package that works fine when you execute it, but when you schedule it, it will always fail. The package connects a local SQL server to a remote web server that also has SQL 2000 running on it. Its running in Windows only security mode. The package deletes the...more >>

Handling Zero Byte file in SQL Server DTS Package
Posted by KhanAmeer at 6/11/2007 3:34:01 AM
I am checking the size of DAT file using script task and if it is Zero I am returning that step as Failure "DTSTaskExecResult_Failure". On Failure it should proceed to next step and skip the present step. But this is not working and the package is getting error out. Can anyone pls guide how...more >>

Get package path in the Script Task
Posted by Daniel at 6/10/2007 6:53:00 PM
How could I get the full path of the .dtsx file in the Script Task? -- Thanks. Daniel...more >>

SQL-2005 importing data from excel into existing table
Posted by MarkWest at 6/9/2007 7:21:01 PM
Hi, I am trying to import data from excel into a existing table, but the import wizard doesn't appear to give me that option. Can any help me with this? ...more >>

Script Task - How to get File.GetCreationTime
Posted by Jason at 6/9/2007 10:06:00 AM
Hello, I'm trying to use SSIS to import a flat file into my db. However, I want to also insert the date the flat file was created. I want to use the script task, but I'm new to VB.Net. Can someone please tell me how to do this? I've already spent over 12 hours trying to get it work...more >>

SSIS - Truncation Redirect Row Not Working
Posted by nigeaman at 6/9/2007 8:30:01 AM
I have set up a SSIS package consisting of OLE DB Source - Legacy Customers Table OLE DB Destination - Valid Customer Table OLE DB Destination - Exceptions Table Against the OLE Db Source , I have specified a Redirect Row on all columns when Truncation occurs. The OLE DB Source E...more >>

rename objects in DTS package
Posted by Mike at 6/8/2007 12:42:23 PM
I took over some SQL work and I need to rename an connection object in a DTS package. Is there a way to rename this object without recreating the entire dts package and still have the package still work? ...more >>

Raw file destintation
Posted by SalamElias at 6/8/2007 12:14:00 PM
Hi, I am playing for the first time with this component. I designed a very simple transfer data from sql table to a raw file destination. I tried to read the file with raw file reader, I can see the headers but not the raws. Is there any information /articles about using/debuging raw file comp...more >>

How to pass the IP address as a server name in command
Posted by jma NO[at]SPAM sonicrecruit.com at 6/8/2007 11:15:31 AM
Hi, there, I am creating a job, which will run a DTS package (SQL 2000), Due to the way it set up, I need to pass the IP address as the server name, for example, say the IP address is 64.84.50.11 User name is sa password is webpass package name is datadump1 I used the command ...more >>


DevelopmentNow Blog