calling Oracle stored procedure with output parameters in OleDB command task
HI Experts,I want to call "oracle" stored procedure with output parameter from SSIS ole db command task.Actually I am able to successfully call the procedure but my Output value is not updating in the...
View ArticleFlat file destination columns are too wide (too many trailing spaces)
Good Afternoon,I'm loading data from a sql server table into a flat file. The flat file connection manager has the following settingsGENERAL:Format:DelimitedText Qualifier:"Header row delimiter:...
View ArticleOnError Event Handler not firing
Hi,I have created an OnError Event Handler to catch an error in the Execute SQL Task in the Control Flow. On error I am simply inserting a few parameters in a DB table using Execute SQL Task. I...
View ArticleEncrypt File in SSIS
Hai Is it possible to encrypt a file in SSIS using GPG or PGP.I try to encrypt a file in SSIS using GPG the execute process task is executed successfully but the encrypted file is not generated.Any one...
View ArticleSSIS Package + SQL Job issue
HI All,I have created 3 different SSIS Packages. All are executing well when I run as a package. I have created a SQL job and configured these 3 packages as step 1, 2 and 3. It was running properly.For...
View ArticleSSIS excel data source numeric values returned as null
Hello everyone, long time no see!, I have a problem and was hoping someone can help me:I'm using SSIS 2005 Enterprise edition, I'm creating a package that reads an excel (xls) file using the "excel...
View ArticleSSIS and SAP HANA
I am trying to Load data from Sql server 2012 using SSIS 2010 into an HANA Instance and this seems impossible. I have managed to connect up using ODBC but it runs without error and inserts...
View ArticleError : IDTSDesigntimeComponent100.AcquireConnections HRESULT: 0xC020801C...
USING: - x64 - Windows server 2012 - SQL 2014 Enterprise Installation - Visual Studio 2012 - SSDT for VS 2013 When I open a precreated package with same connection in SSDT for VS 2013 on same...
View ArticleSSDT 2014 Dragging components causes it to scroll way down on the GUI
I find this highly annoying. When I am dragging components in the GUI downwards, it scrolls VERY quickly. There will be a ton of white space between what I am dragging and the rest of my components....
View ArticleTable Partition using SSIS 2012
Hi Can anyone please tell me how can we create table partition and how can we use in ssis 2012.Please provide me step by step so I will try to implement using given steps.Regards,Tejas
View ArticleComponent OLE DB Source has no inputs, or all of its inputs are already...
I have a Data Flow Task. I have one "OLE DB Source" which gets my data from a SQL Server Database. I have a second "OLE DB Source" which uses DATEADD to derive a date qualifier that I would like to use...
View ArticleOptimizing Extract and Import from Raw Storage
Hello,We are building an SSIS package to deliver change from an on site SQL Server DB (2014) to Azure. To optimize the transference of data, we are extracting to raw files, compressing and then copying...
View ArticleExecuting an BCP command using XP_cmdshell in SSIS
Hello everyoneI have been searching but with no luck. I have created a BCP using xp_cmdshell that exports a column from a table to an text file:-- To allow advanced options to be changed. EXEC...
View Articlewhere is 'Integration Services Catalogs' coming from?
Hi experts!Quick doubt...I need to modify a .dtsx that is inside ‘Integration Services Catalogs’; I tried right-clicking + exporting… But I only see ‘Configure’, ‘execute’ or validate options… I...
View ArticleSSIS 2008R2 Configurations Conundrum
Hi An age - old question I know, but I'm trying to help a client currently with a historic set up overcome a limitation, and at the moment I can't think past the brick walls - perhaps because there...
View ArticleVarchar(max) equivalent in SSIS
Hi All, I have a column in my table that is of varchar(max) datatype, when I try selecting the same using a ExecuteSQLtask and assign it to a variable of String datatype, its failing with the...
View ArticleDeveloping SSIS Package with Visual Studio 2012 DTS objects, fails at...
I am developing an SSIS package through the DTS object model in C# with VS 2012. I am on a Windows Server 2012 machine, with SQL Server Enterprise 2014 (x64).One of the connection managers in this...
View ArticleAttempting to export a SQL Server Result Set to an Excel spreadsheet
So I am trying to export my SQL Server Result Set from "OLE DB Source" to an Excel spreadsheet. This was working fine when I hard-coded the Excel spreadsheet path and file name. But now I am trying to...
View ArticleDw Load tool comparison
Hi Experts,I have experience working on SSIS and currently management is pushing to do DW development using Pentaho.Could you please enlist some key reasons why SSIS should be preferred over Pentaho...
View Articlecheck if excel file is opened or not -SSIS script task
Hi all , Now I'm trying to implement logic to check if excel file is opened or not if open send out email in Script task. Can anyone provide the code for this one? using c# I'm using this one but it's...
View Article