How to append local variable to global variable in ssis?
Hi,I have created global connection manager for my Packages and I have variable call filePath , file is on netwrok drive.for example T:\\testConn\\testProject\\*.txt is my full file path.file path...
View ArticleIs Visual Studio 2013 ulitmate version compatible with MS SQL version 2014?
HiWhat version of SQL Server are compatible with Visual Studio 2013 Ultimate edition?Will MS SQL Server 2014 Enterprise Edition be compatible?ThanksVelma
View ArticleTo run a SSIS package outside of SQL Server Data Tools you must install...
Hi, May be this issue already raised on this forum but am facing following error. To run a SSIS package outside of SQL Server Data Tools you must install Standard Edition of Integration Services or...
View ArticleSSIS Pipeline: Perform upgrade method failed
While executing SSIS Package from Visual studio data tools 2010 (MS SQL 2012) getting below error [SSIS.Pipeline] Error: The component metadata for "ABC Domain, clsid...
View ArticleMinimum permission to execute a SSIS package deployed in the SSIS catalog -...
Hi,I've implemented a SSIS 2014 project and deployed it into the SSIS catalog. I need to allow another person to run a package, but I'd like to assign him the minimum permission to do it.Any suggests...
View ArticleCDC Implementation using Flat File
Hi,Is there a way to implement CDC by using flat file as source?Thank you,Dimitris
View ArticleSimplest possible configuration to read Oracle 11g data
My development machine runs Windows 7 64-bit, with Visual Studio 2017 Community Edition, v 15.9.3, and with SSDT for Visual Studio 2017 (15.8.2). My SQL Server box runs Windows Server 2012 R2 Standard,...
View ArticleSSIS Packacge not loading data when ran from SQL Server Job
Hi Guys,I have an issue that I am yet to understand. I have an SSIS package that loads data from cdc.fn_cdc_get_net_changes function using OLE DB Source.The last time I ran the package was 2 months ago...
View ArticleExecution window with half lines
I'm using Visual Studio 2017 Community 15.9.3 with BI tools installed. When I execute SSIS packages the execution window is very hard to read as the lines overlap. I've taken a screenshot where you...
View ArticleInstalled Attunity but SSIS does not see Attunity drivers
Hi,I'm trying to open up a SSIS package but getting this error message "The connection type "MSORA" specified for the connection manager is not recognized as a valid connection manager type.I have...
View ArticleDTS.Events.FireInformation, Fire* commands
Hi,I understand that DTS.Events.Fire* commands are used for logging purposes. I would like to know where exactly this information gets into when it logs the text given in the command.Regards,Phani...
View ArticleScript task to generate dynamic tables from flat files for any type delimiters
Hi Friends, I need a script task in ssis which should find type of delimiter used in flat file source and based on that dynamic table has to be created on the flat files column names, Please help me...
View ArticleAdding CRLF for an header of a flat file to create - SSIS 2016
Hi,for a SSIS 2016 package, in order to produce a txt file with one header row, some body rows and one footer row, I'd like to put a carriage return + line feed inside the header of the flat file...
View ArticleFlat File Source truncates Data
Hey,I am trying to read a flat file of 17,2 MB data and write it into a SQL table as a XML file. The flat file source is a .nbits file and i read the whole file as one row with data type DT_TEXT. I try...
View ArticleThe encrypted data in the project manifest failed to load
Hi all,So, we have a solution developed in visual studio 2012. Our goal is to move everything to Azure SQL Data Warehouse.What I noticed:-Visual Studio 2012 integration services (SSDT,...) does not...
View ArticleThe AcquireConnection method call to the connection manager "Excel Connection...
I have deployed my packages into Sql Server and I am using Configuration File. As my Data Source is Excel, I have changed the connection string during deployment with Server Path. But I am getting the...
View ArticleDatabase Project - SQL Script Execution
I am facing some issue while executing scripts via CI/CD. I have created Database Project in Visual Studio and add the simple script of update. In my script, i have update the name like this 'abc -...
View ArticleDatabase Project - SQL Script Execution
I am facing some issue while executing scripts via CI/CD. I have created Database Project in Visual Studio and add the simple script of update. In my script, i have update the name like this 'abc -...
View ArticleMasking data using SSIS
Masking data using SSISI have a table Employee and Employee_Mask and need to mask the Employee table by refering the Employee_Mask table.Example :source:EmployeeEmpID EmpName1 AAA 2...
View Articledata-warehouse design the Organization dimension
I have to create a dimensional data model for my company across various departments.HR,Finance Recruitment etc . We have a Hierarchical dimension SBU BU Sector Org However we recently came to know...
View Article