|
Accessing OLEDB Connection Managers in a SSIS Script Component
|
Total Hit (14552) |
Sometimes you may need to access OLEDB Connection Manager to execute Queries in Script. Here is the easy way to do that.
Credit : http://blogs.msdn.com/mattm/archive/2008/08/22/accessing-oledb-connection-managers-in-a-script.aspx
«code LangId=2»
Imports System
Imports System.Data
Imports
....Read More |
Rating
|
|
|
Building SSIS Packages Programmatically (Part 1 to Part 9)
|
Total Hit (4665) |
This tutorial series will show you how to use SSIS Object Model to buil packages programatically in C# (or VB.net)
<a target=_blank href='http://www.ssisbi.com/2009/01/14/building-ssis-packages-programmatically-part-1/'>http://www.ssisbi.com/2009/01/14/building-ssis-packages-programmatically-part
....Read More |
Rating
|
|
|
Creating a custom task with a default UI
|
Total Hit (1487) |
The Developing a User Interface for a Custom Task entry in Books Online describes how to build your UI from scratch, but there is an easier way to create a UI that has the same look and feel as the stock tasks that ship with SSIS.
The Microsoft.DataTransformationServices.Controls assembly expose
....Read More |
Rating
|
|
|
Programming Conditional Split Transformation
|
Total Hit (1455) |
There may be some circumstances in a sanctuary where it becomes necessary to keep a leash of foxes and a pack of wolves separate so that they must not fight with each other and make things a mess. Similarly, in the database jungle we do the same things by using some conditional statements in order t
....Read More |
Rating
|
|
|
Creating packages in code – Execute SQL Task
|
Total Hit (1710) |
The Execute SQL Task is for obvious reasons very well used, so I thought if you are building packages in code the chances are you will be using it. Using the task basic features of the task are quite straightforward, add the task and set some properties, just like any other. When you start interacti
....Read More |
Rating
|
|
|
|
|
|
|
|
|
Supporting DTS in SQL Server 2005
|
Total Hit (1009) |
Supporting DTS packages in SSIS ( SQL Server Integration Services ) is a daunting task for many. Let’s look at what you need to get the job done and get some good tutorials on the subject.
|
Rating
|
|
|
Coping with No Column Names in the SSIS OLEDB Data Source Editor
|
Total Hit (893) |
Sooner or later you'll create a DataFlow and come across this type of dialog box for the OLE DB source:
So, why does this problem occur, when all previous attempts have worked? Well the most likely case is that you are selecting from a temporary table as the last statement in the source stored pr
....Read More |
Rating
|
|
|
|
How to Decipher/Understand SSIS Error Code?
|
Total Hit (985) |
If you have worked with SSIS, you may have been doing something like this, in case of errors, you saved the error code and the error column to a text file or some other media.
|
Rating
|
|
|
|
|
Read DTS and SSIS Packages Programatically.
|
Total Hit (1415) |
Reading a DTS/SSIS programmatically helps a lot in doing impact analysis. Consider a scenario in which all the packages containing a particular table or stored procedure need to identified. Let me give another usage scenario for this. The sql native clinet provider SQLNCLI.1 is no longer supported i
....Read More |
Rating
|
|
|
|
SSIS Script Task Variable Write Example (Using LockOneForWrite)
|
Total Hit (1751) |
I had some difficulty finding a succinct code example for how to change the value of a variable in a SQL Server 2005 SSIS Script task, so I thought I would add one here now that I think I've figured it out. (Is anyone besides me disappointed by the lack of examples in the Books Online and Help?)
....Read More |
Rating
|
|
|