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 > may 2006 > threads for may 15 - 21, 2006

Filter by week: 1 2 3 4 5

Running SSIS Package using a scheduled Job
Posted by Manjunath Basrur at 5/21/2006 11:44:02 PM
Hi, I have created a SSIS package. The connection used in the SSIS is SQL Authenticated. This runs perfectly when executed even after it is deployed. However, I face problems when I want to execute this package as a job. The error I get is - "Login failed for user - <user name>". While crea...more >>


Starting SQL Server 2000 Job from a command line
Posted by Biffster007 at 5/21/2006 9:13:13 PM
Hi, I was wondering is there is a way to start a SQL Server 2000 Job from a command line?? I know you can start a DTS using the dtsrun utility but have not been able to find any information on starting actual jobs!! If any one can point me in the right direction that would be great. ...more >>

DTS lookup Script
Posted by oichi at 5/18/2006 7:42:19 PM
I am new to DTS packages. I have to extract data from SQL Server Database and store it in CSV files. In addition to that I need to extract a few columns as Lookup Data from the Oracle Database also to the same CSV file. Is this possible to have Lookup from a different Source Database? Awai...more >>

SQL Server 2005 Integration Services (SSIS) Package Migration Issue
Posted by Devi at 5/18/2006 5:52:04 PM
I Happen to migrate pacages from SQL server 2000 to SQL server 2005 using the Migrate Wizrd - right clicked Management | Legacy | Data Transformation Services and clicked on Migrate wizard and migrated all my DTS packages to DQL 2005 server1. I see the packages in sysDTSpackages90 table. I do...more >>

Variable pass to child package in SSIS
Posted by Mike Coffey at 5/18/2006 3:30:02 PM
I apologize if this question seems dumb, but I've looked at both the group and the SSIS book and can't seem to find what I need. I have a package that takes input files from clients and loads the data into staging SQL 2K5 tables. I've set up the connection manager for each of the six sourc...more >>

Migrating to a new database server
Posted by Blasting Cap at 5/18/2006 2:59:21 PM
I need to migrate the DTS, the jobs, users and everything from a database on a Windows 2000 server (SQL 2000, upgraded from SQL 7), to another (Windows Server 2003, SQL 2000). The databases that do not already exist on the new server I can restore those from a backup just fine. The ones th...more >>

How to rename an EXCEL output file
Posted by Abel Chan at 5/18/2006 12:45:02 PM
Hi all, I am trying to use DTS Package to export some table result to an EXCEL output file. After that, I would like to copy that file from the original location to another directory with a different file name by adding the current date to it. (Filename YYYY-MM-DD.xls). Here is what I h...more >>

Passing Global Variable
Posted by kvangor27 NO[at]SPAM yahoo.com at 5/18/2006 7:02:32 AM
Hi, I have a DTS package setup to load a forecast from an Excel file. We have 17 different countries to load, so instead of having a DTS package for each country I'd like to use the same one for all. I setup a package to call the forecast load package, and I'm passing a global variable with...more >>



Importing excel spreadsheet
Posted by Mohan at 5/17/2006 1:27:46 PM
Hi, I am importing an excel spreadsheet using dts into a table in sql server. The problem is that one of the fields in the excel spreadsheet consists of a number or comma delimited numbers. When i pull the data from the excel spreadsheet it is passing null for the comma delimited numbers. It ...more >>

SSIS Tutorial
Posted by brawtaman at 5/17/2006 10:19:01 AM
I have downloaded and installed the latest SQL 2005 BOL. I even installed the msi file in the Samples folder and still the tutorial doesn't work. Has anyone gotten the tutorial to work? Eventhe customers.xls file was missing and even when i did find one in another tutorial, it didn't match....more >>

pass FIELD dynamically to title of text file in DTS
Posted by TG at 5/17/2006 9:18:37 AM
Hi! I have a DTS package that exports a table to text. I need to find a way to look into the table and get the carrier ID and insert it into the title of the text file to be exported to. the title should look like this: E55N6050.log where 55 is the carrier id N is the region 6 ...more >>

manually create a bcp file
Posted by Bryce K. Nielsen at 5/17/2006 8:33:25 AM
Is there documentation/website/tutorial on how to create a bcp file manually? In one project, I need to generate a bcp file from infromation inside a DataTable but not sure what the file needs to look like. -BKN ...more >>

calling DTS package from sp gives an error
Posted by jtammyg NO[at]SPAM yahoo.com at 5/17/2006 7:27:07 AM
Hi! I am running a sp which calls a DTS package at the end with following code: EXEC Xp_Cmdshell 'DTSRUN /E /NERROR_FILE_PROVIDERS' GO After I run the sp it gives me this error message: Server: Msg 2812, Level 16, State 62, Line 124 Could not find stored procedure 'Xp_Cmdshell'. W...more >>

Data Importing From Remote Server
Posted by Sasidar at 5/17/2006 3:45:01 AM
Hi Technies, I would like to get the help from the experts of SQL Server. The current requirement for me is "to import the data from the remote server" . I have a SQL Server located in one particular network placed at a particular location. I wanted to import the data from another differ...more >>

SSIS: connect to the database within a Script task (vb.net)
Posted by Panos Stavroulis. at 5/17/2006 1:56:02 AM
Hi, I need to be able to query the database within a Script task. I basically need to get the current connection and then execute some sql or stored proc and find out what's in the database and based on this info make a decision in the script. Does anybody know how to do this? I've tried...more >>

Zip Code Import from Excel
Posted by WhiskyRomeo at 5/16/2006 4:36:01 PM
I use a DTS package that imports data from an Excel spreasheet in a table in SQL Server 2000. All tranformations are a simple copy column. Zip Codes with leading 0's are imported without the leading 0. 9 digit zip codes with a hyphen show up as null in column defined as varchar(15). All ...more >>

Deleting SSIS packages..
Posted by Brett Davis at 5/16/2006 2:08:20 PM
Hello.. I have been playing around and creating test SSIS packages in my development 2005 environment. I have saved the packages to MSDB. I am now ready to start creating useful SSIS packages. How can I delete the old SSIS packages from MSDB in SQL Server 2005? Please advise... Tha...more >>

Exporting data to a secured access database
Posted by jonefer at 5/16/2006 2:01:02 PM
I have an access database that is encrypted using a workgroup file (security.mdw) Although the DTS wizard has an area that you can provide a password - this must only be setup for Access databases that are protected using a "Database Password" How can I export data to an Access Secured d...more >>

Create Table dynamically in Script?
Posted by Scott at 5/16/2006 11:10:26 AM
I am creating a DTS package from a VB application. I have no problem creating and connecting to the Source and Destination data sources. I also have no problem with the Data Pump to transfer the data from source to destination. Is there a way to read the Source tables properties, to dynam...more >>

Import data from Oracle to SQL Server automatically
Posted by Maddman75 NO[at]SPAM gmail.com at 5/16/2006 10:04:35 AM
I'm rebuilding my server after a total crash - two drives in the RAID failing at the same time. Pretty much a worst case scenario, I'm having to rebuild. I did have backup routines set up on my databases, so I didn't lose them. However, the DTS scripts did not get backed up so I'm having to rewr...more >>

Scheduling dts package not working (SQL Server 2000)
Posted by Jason at 5/16/2006 3:40:02 AM
I got a dts package running ok manually. But it does not work when scheduled. I read article 269074. But I wonder if trouble could come from ODBC FoxPro driver : My dts job includes accesses to FoxPro source, and SqlServer source (data pumps). Accesses to SQLServer source work ok, which is not...more >>

Execute package from query analyzer
Posted by Dimitris Nikolakakis at 5/16/2006 12:00:00 AM
I have SQL 2K and I have created a local package to import data from Access mdb and I have saved it in Data Transformation Services --> Local Packages I would like to know if this can be executed from SQL query analyzer. Thanks Dimitris ...more >>

Deploy "Microsoft DTSPackage Object Library"?!
Posted by Webtechie at 5/15/2006 10:06:08 PM
I needed to figure out how to have a spreadsheet perform a lot of data processing and then send the data to Sybase. It occurred to me to let DTS bring the data from Excel and then process the data. I found a link on the web that details how to have VB execute a DTS package. http://www.s...more >>

datamigration, bcp vs datatables?
Posted by Bryce K. Nielsen at 5/15/2006 5:02:13 PM
Just started a Data Migration project that involves moving 12 tables with about 100mb of data from one SQL Server to another. For various reasons, the dba won't let us use DTS so we're using ADO.NET to pull the data down. The arguement is now between manually generating a bcp file to upload in...more >>

SQL 2000 DTS Permissions
Posted by Geoff Bates at 5/15/2006 2:06:02 PM
I am running 64-bit SQL 2000 sp3 on top of Windows 2003 Advanced Server and Windows Cluster Services. I have a DTS package which loads data from an xml file in Sharepoint. I am able to run it successfully from EM using the SQL Agent service account sql_agent, but it fails when it is scheduled ...more >>

SSIS: Flat File Row Delimiter Not Recognized
Posted by JJ of Eugene OR at 5/15/2006 1:38:02 PM
SSIS Community: I have some .txt files I need to work with in SSIS. When I create a Flat File connection, the connection manager does not seem to recognize the row delimiters. For example, in a file that contains two rows, all I see in the preview pane is one long row, as if the connection...more >>

import data files from FTP site
Posted by Rockitman at 5/15/2006 11:27:01 AM
Is it possible to setup an automated job to download files from an FTP site? I am running SQL 7.0 on a Windows 2000 server. I'm not sure how to proceed if it is possible....more >>

Iterative loop through SQL expression
Posted by Mike Coffey at 5/15/2006 11:17:02 AM
Very long story short, I have a group of steps in an SSIS package that I would like to loop through based on the values returned from an SQL SELECT statement. I've tried to set up the ForEach Loop container to process the statement, but have been unsuccessful. How do I tell the container to ...more >>

How to conditionally send email task?
Posted by thabrown at 5/15/2006 11:02:01 AM
Hello, I have created a SSIS package that loads a SQL 2005 table with data from an Excel Source. Error (row redirect) outputted to an flat file. I have added a Send mail task to the control flow, but cannot figure out how to conditionally cause it to execute when the data flow actually outp...more >>

view DTS package logs in SS2005
Posted by Jason Camp at 5/15/2006 10:26:01 AM
After upgrading to SS2005 from SS2000 I am not able to find where the legacy DTS package logs are now located. (I can no longer right click on a DTS package to open the "package logs.") thank you....more >>

How to disable a precedence contstraint
Posted by Ric at 5/15/2006 8:32:02 AM
In my DTS package there are two possible execution paths. They both finish with a common "end" task. I am able to execute the desired path by disabling the steps of the path I do not want to execute. However, the "end" task does not get executed. The last task in both paths have a constr...more >>

AcquireConnection error 0xC0202009 - Excel Source error 0xC020801C
Posted by Michael Roedeske at 5/15/2006 7:26:02 AM
Hello, SSIS 2005 EE x64, I created an Excel connection 97-2005 within the connection manager and mapped it to an excel source. After the source is a data conversion ending in an SQL Server destination. When I execute the data flow in the BIDS I get the follwing error: [Excel Source [431]...more >>

.DTSX Package Error (SSIS 2005)
Posted by Terry at 5/15/2006 6:27:02 AM
How can I resolve the following error? The error message appears when I am running the package. ERROR: [DTS.Pipeline] Warning: The output column "Password" (191) on output "OLE DB Source Output" (26) and component "IPC-SQL - PSTM - PSIUsers" (16) is not subsequently used in the Data Flow...more >>

Transaction Issue
Posted by Atenza at 5/15/2006 12:00:00 AM
Hi, I want to execute a DTS in VB and found that there are few ways to do that: 1. Create the DTS and schedule the package and use msdb..sp_start_job to execute the DTS 2. Use DTS.Package2 LoadFromSQLServer 3. (I havn't try this) Use DTS.Package2, DTS.Task to create the task from a dts ...more >>


DevelopmentNow Blog