How to insert null for blob datatypes into pipelinebuffer
I am developing a custom data flow source component. I need the ability to write blob data types into the output PipelineBuffer, including setting null values. The Pipeline.PipelineBuffer.SetNull()...
View Articlehow to update SSIS Variable programmatically?
Hi, I want to update 2 variables inside the SSIS Package 2008 R2 using asp.net. this article: http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.dtscontainer.variables.aspx...
View ArticleUsing the WMI Event Watcher Task on FTP
I am wondering if I can use a WMI Event Watcher (SSIS in SQL Server 2008) to monitor a FTP Directory, and if so, what will a sample WQL Query look like to do that? I saw couple of examples where WMI...
View ArticleSSIS How I can detect a Package was completed using Event?
Is there anyway we can detect a package has finishe executing every task in it using Event Handles? I know we can detect the completion of a task but I will like to capture when all task have been...
View ArticleReading 500 columns in Excel sheet using SSIS
Hi, I have to transform 500 columns from an excel sheet to Sql Server. In Excel 2k3 , I can read a max of 256 columns only. If I use Excel 2k7, then SSIS 2k5 excel source does not support excel 2k7. If...
View ArticleSuccess output in OLE DB Destination data flow item.
Hi, How can add an output in OLE DB Destination for records which succeded? Currently I can see only red output for errors. Any green output in the item? Thanks. Remember to mark as an answer if this...
View ArticleAutomate Access Push Button in SSIS
I am currently working on multiple Access and Excel documents that have multiple Push Buttons, that all do different things. I am wondering if there is a way to automate these buttons so they run just...
View ArticleCan SSIS Corrupt a Database?
I have some SSIS 2008 R2 packages that move data around on SQL Server 2008 R2 databases. Recently, the main database we're using was corrupted. My question is: can an SSIS job corrupt a SQL Server...
View ArticleLinked Server To Access Database - UNC Filepath
Hi, I'm building a system that involves connecting from SQL Sever 2008 R2 to access 2010 database files on a network location using SQL Linked Servers. I'm using the ACE.OLEDB.12.0 provider, connecting...
View ArticleUsing SSIS to run a SP export and format Excel Sheet an then email file to...
Hello All, Let me start by saying I am new to SSIS. I have only looked at it a few times and tried some simple things. I was able to run a simple stored procedure (SP) with no variable or temp tale....
View ArticleFileSysTask Delay Validation doesn't prevent connection validation error
Hi, I have a file system task which moves (renames) a file to another directory. I've set delay validation to true on the file sys tasks. The problem is that the directory doesn't exist at the time...
View ArticleScript Component: Keyword not supported: 'provider'
Hi, I have a script component that accesses the database with this codes: Public Overrides Sub Input0_ProcessInputRow(ByVal Row As Input0Buffer) Dim cn As SqlConnection Dim SQLCmd As SqlCommand...
View Articlehow to retrieve only last 60 min. data from a col
Hi Gurus, I was wondering how could I select only last 60 min. or last 24 Hr. data from my col.? Lets say I have something like: Dw_Load_Dttm 2012-08-06 09:50:25.287 2012-08-06 09:50:25.287 2012-08-13...
View Articlepackage runs ok with utility but not command, what is the difference?
this execute package utility runs ok, but not the command line
View ArticleConfigure a linked server between SQLServer and Oracle
We are having problems trying to configure a linked server between SQLServer and Oracle. We were able to create it but when it tries to connect it fails with the following error: Cannot create an...
View ArticleThe PrimeOutput method on component "Script Component" returned error code...
I have a SSIS package which runs daily in the morning. For Sat,Sun and Mon it'll process the same data. On Mon i got the following error. Is there any property that I need to change for Scritp...
View Articlechange data type length in ssis on the fly
i have one table in SRC(OLEDB) with column name [Code] Char (2), [Description] varchar (50) and i have DST (OLEDB) [Code] Char (10), [Description] varchar (40) how do i load data from SRC to DST...
View ArticleLoad Files in Diffrent format SSIS
We are trying to load files like below , is there a way to load these files in SSIS record.mmo1sRecord(30).recipientAddresses(5)[0].mSISDN(1) = +16472138305/TYPE=PLMN...
View ArticleParsing CSV File Using Microsoft.ACE.OLEDB.12.0
Hi everyone, I am trying to extract data from a CSV file source in SSIS 2008 R2 using the Microsoft.ACE.OLEDB.12.0 provider. The problem is that SSIS is not parsing the file correctly. Here is my...
View ArticleLookup and Insert using SSIS Component
Hello! I am having trouble thinking of a solution using SSIS to the following. I have thought about this for quite a while. I have Table A which contains fields called zipcode and county. Then I have...
View Article