Excel XLSX format as a source
Using the following:Microsoft SQL Server Standard (64-bit) version 11.0.5058.0Microsoft Visual Basic 2010 ShellMicrosoft SQL Server Integration Services Designer Version 11.0.5058.0I am simply trying...
View ArticleBacking up the Sql 2014 SSISDB Catalog
We created a SSISDB catalog (appears under Integration Services Catalog in SSMS). We also noted a DB called SSISDB was created at the same time as the catalog. I assume that backing up that DB, in...
View ArticleTrouble trouble shooting SSIS Package.
Hello,I have a few questions regarding SSIS trouble shooting. I am looking at the all executions report, in the execution Overview section. 1.) Are the Task listed in the order they execute? There...
View ArticleSSIS - How to create a SSIS package by using from the synonyms as source...
Hello,I tried to create a SSIS package to extract data from Synonyms "History.Customer" to Dim_customer table. Which tasks I should use from SSIS tools? Please help!Thanks!KT
View ArticleConditional Split Task operations question
Does the conditional split wait for the subsequent operation to be complete before it processes the next incoming row? We are splitting rows based on a certain condition, but it is imperative the...
View ArticleText was truncated or one or more characters had no match in the target code...
Hi,I am tryin to run an SSIS package from an Excel Spreadsheet to MS SQL Server 2005.I receive the error: Text was truncated or one or more characters had no match in the target code page (full report...
View ArticleRemove all third party tasks from SSIS package toolbox
I have a ssis package that uses third party control flow and data flow tasks. We are now required to move away from these third party tasks. So we removed and replaced all these tasks in the package....
View ArticleUsing "in" Clause in SSIS
i'm new to the SSIS world, i'm trying to extract data from a view and put it in excel spread sheet the view has queues and other info but it doesn't have email addresses or name (which i need to name...
View ArticleSSIS import .csv
Hello,I have a .csv file with structured data in it as follows:TRANS NO, PRODUCT NO, PRODUCT NAME, QUANTITY, UNIT PRICE, EXT PRICETAX 1, TAX NAME, TAX VALUE, QUANTITY, TAX AMOUNTTAX 2, TAX NAME, TAX...
View ArticleSSIS ruining from other Server
I have Created SSIS package using visual studio 2013 professional (SSDT) where the data are pulled from SQl Server 2008R2 (serverName\instance) in Domain 1This package is deployed to sql server 2014 as...
View ArticleSQL server 2014 - Covert existing extract SSIS package to stored procedure
Hello everyone,I’m working on one of the existing Extract package.Our customer would like to move the complete extract logic, implemented in this package to SQL stored procedure(s) as they are highly...
View ArticleHow do i capture no match rows from a lookup transformation (SSIS 2005)?
Hi All,I am having a lot of difficulty capturing non matching rows from a lookup transform in SSIS 2005.My lookup transform returns matching rows fine. It does not however return the (57) non-matching...
View ArticleSSIS update destination same like source dynamically.
Hello Team,i have 2 environment development(destination) and staging (source)I want to create a package in SSIS that update tables structure and data in destination i.e development environment, that...
View ArticleSELECT * INTO ON Partition scheme
Hi all,I have a stored procedure where I use the select into x from y to avoid hard-coding the creation of a table.The problem is that I cannot use the SELECT INTO ON condition. Any help?CREATE...
View ArticleUsing rightly environment variables for SSIS 2012 solutions deployed on SSIS...
Hi,I'd like to understand better when using an environment variable for a SSIS project deployed on SSIS catalog.To parameterize the path of a flat file, the initial catalog info, the entire connection...
View Articleerror message
Hi Everyone, whenever i opend my ssis package giving error messageUnable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100'. This...
View ArticleError occured in DataProfiling Task
While running the DataProfiling Task i got the below error. Due to this package got aborted.I have checked the table and its contents, its loking fine. However i am not able to figureout the...
View ArticleUsing rightly the RetainSameConnection property for a SSIS connection manager...
Hi,I'd like to understand better when acting to the value of the RetainSameConnection property for a connection manager, respect your experiences.For a SSIS pkg that reads many tables (by data flow...
View ArticleSQL Server 2012: Can't import blank DTSX package generated by VS2010
I'm new to SSIS, and I'm struggling with something fairly basic. I built a DTSX package using Visual Studio 2010 that was blank (no control flow entries, no data connections, etc...), but I cannot...
View ArticleProblem with Hadoop Hive Task and Hadoop Pig Task in SSIS for SQL2016
Hi, I'm testing out the new task for Hadoop ins SSIS SQL2016. For this I have installed the HDInsight emulator and tried to execute a little pig script. When I execute it directly at the grunt prompt...
View Article