| Thread | Last Post | Replies |
|
| can we add an "IF CONDITION" statement in the package!!?? | 30 May 2008 18:03 GMT | 2 |
can we use 'if condition" in SSIS? i.e if true then "execute task1" else "excetue task"' If so how? any suggestion for working around case?
|
| How to retrieve connections collection inside custom data flow tasks (source/destination) | 30 May 2008 11:03 GMT | 1 |
How can I retrieve the connections (connection managers) collections from Custom Data Flow destination? ComponentMetadata.RuntimeConnectionCollection is empty. I would like to be able to access all the connections defined in the package from the custom data flow task.
|
| Problems with variable passing and databasemail tasks | 30 May 2008 00:23 GMT | 1 |
I am trying to get a simple program to work in order to figure out how to approach a large set of DTS tasks we're moving from 2K to 05. I have an SQL task that counts the number of records in a table, setting a variable (or not, this is where I'm not able to make it work).
|
| SQL Query vs Data Flow Transformation | 29 May 2008 15:19 GMT | 2 |
I need to create SSIS package which populates flat SQL Server table from other SQL Server tables (SQL Server 2005). Is there any performance advantage in using SSIS Data Flow Transformation (like merge joins, lookups etc..) or I can just copy
|
| Configuration woes | 28 May 2008 16:29 GMT | 3 |
I guess I'm not understanding how SSIS configuration works. I have an SSIS package which I run under Sql Server Agent. I want to setup multiple jobs to run the same package with different configurations. What I have so far is I used the Configuration Manager in BIDS, and an
|
| using conditional in SSIS expression builder | 27 May 2008 09:30 GMT | 6 |
I am trying to setup the connectionString property based on the @[System::MachineName] value. The goal is to seamlessly move developement code hitting a development database to production code hitting the production database.
|
| Control Flow Item: ExecValueVariable issue | 26 May 2008 10:54 GMT | 2 |
my SSIS packages consists of Data Flow tasks and Execute SQL Tasks. I want to evaluate the result of each task to compose a status mail on package completion. Therefore I create package variables of type string that I assign to
|
| TCP port | 24 May 2008 05:27 GMT | 1 |
Hi friends Is there any DMV I can query to see port number a sql server instance is currently using? Many thanks
|
| UNC connection string for flat file | 23 May 2008 16:50 GMT | 1 |
I have a problem in a SSIS package that uses a flat file source that is placed in a directory over the intranet. If I write \\myServer\mySharedFolder\file.csv
|
| How can I have SSIS save configuration file path as a relative pat | 23 May 2008 15:38 GMT | 1 |
I've noticed that SSIS saves paths to configuration files as absolute paths. This way it's very hard to move a SSIS project to another location. I wonder now I can easily deploy an SSIS project to a production server, where the SSIS package will definitively be stored somewhere ...
|
| Bulk Insert Task - CSV file | 23 May 2008 15:16 GMT | 1 |
I am new to SSIS. I am using Bulk Insert Task to load the CSV file to DB tables. I am having problem when the columns values has comma. For ex:
|
| 64 bit drivers | 21 May 2008 20:08 GMT | 2 |
We're on a 32 bit platform but considering going to a x64 platform. We have both SSIS packages and linked server that communicate with an ORacle 9.2 database and with an AS400. Is there a 64 bit driver that supports Oracle 9.2? Anyone successfully
|
| DTSTaskExecResult_Failure = not working | 21 May 2008 19:59 GMT | 1 |
I migrating a DTS package to an SSIS package. The DTS package had an Active X script that is looking for a value of 1 or 0, if its 1 then the package continues and if its 0 it errors out and sends an email. In the SSIS package the Active X script is working but partially, meaning, ...
|
| Using parameters and variables in a Lookup task | 21 May 2008 17:29 GMT | 3 |
We have some stored procedures in SQL 2000 that are referencing to 2 different DBs in the same server, now that we migrated our servers to SQL 2005, due to performance improvements we created both Databases in different servers. we
|
| SSIS and Connections | 21 May 2008 10:29 GMT | 1 |
Here is some configuration background SQL cluster 32bit, SP2 Issue: There are connections to the database within the package using user accounts and passwords set while deploying the package to the SQL server
|