| Thread | Last Post | Replies |
|
| Event Handler | 30 Mar 2006 19:08 GMT | 1 |
The available event types in Event Handler is really exciting comparing with DTS, but I cannot find OnSuccess or OnComplete events. How can I use them? Thanks in advance, Leila
|
| Red Line in Data Flow | 29 Mar 2006 22:28 GMT | 1 |
When I click an item in Data Flow surface, red and green lines appear. I use the green one to connect items to each other but I don't know what the red one is. I need some clarification. Thanks in advance,
|
| SSIS OLEDB Data Source Query Parameters | 21 Mar 2006 19:24 GMT | 7 |
I'm trying to use query parameters with an Oracle OLEDB Source in a data flow task and I'm having problems. I've tried formatting the query each of the following ways... --
|
| SSIS-Package fails because of ignore duplicate key message | 21 Mar 2006 14:58 GMT | 1 |
the SSIS-Package or jobs failed due to the ignore duplicate key message. How do I turn this dup key message off or ignore it so that the jobs will succeed? Thanks, psychodad71
|
| Fuzzy logic | 14 Mar 2006 03:02 GMT | 2 |
Which edition of SQL Server 2005 includes the fuzzy logic of the Integration Services? Thanks Klaus Aschenbrenner
|
| SSIS package using VBA | 11 Mar 2006 19:44 GMT | 3 |
There're a lot of samples of executing SSIS package using VB in MSDN. But this samples doesn't work in VBA. DTS.Application doesn't contain the method LoadPackage (specified in MSDN sample), DTS.Package.LoadFromStorageFile failed with "The specified file
|
| Flatfile import with various columns | 11 Mar 2006 11:18 GMT | 1 |
The purchase decision of SQL-Server 2005 depends on the realization of the following scenario: - SSIS Package - file watcher task on a special folder
|
| Job running SSIS package fails... | 11 Mar 2006 09:41 GMT | 2 |
I have a package that I wrote in SSIS that extracts data into a csv file, then runs code to email this file. This runs great within SSIS. I have built the package, and created a job to run that package. The issue occurs when I try to run the job, it fails with the following ...
|
| How to replace NULL | 10 Mar 2006 19:03 GMT | 1 |
how can I replace Fields containing NULL (if null then insert "99" else use the value in the column) with e.g. "99" using SSIS. I think, that I should use "Derived Column" and the ISNULL function, but i don't get the syntax. Can anybody help me?
|
| Viewing MSDB Jobs From SSIS Get Error (Failed to retrieve data for this request, (Microsoft.SqlServer.SmoEnum))... | 10 Mar 2006 01:36 GMT | 1 |
I get the following error when I try to view any jobs in the MSDB folder under Stored Packages for SSIS, can any help with this problem? The error is listed below. TITLE: Microsoft SQL Server Management Studio
|
| Column sizing suggestion data window -- customizable? | 07 Mar 2006 21:57 GMT | 1 |
Is it possible -- and if so, how -- to have the "suggest data type" on a flat-file source analyze more than the first 100 rows? I don't want to write a program just to accurately size a flat file before using it a data flow. Thank you,
|
| Control Flow based on field value not null | 01 Mar 2006 07:33 GMT | 1 |
I have an application I am building for loading our data warehouse. One of the sources of data has a flag that shows if the data is current or not. I don't want to run the package that changes data in the datawarehouse if the flag is not set since it would corrupt some of the ...
|