SSIS API Performance Issues
HiMy company runs Web Services written in C# (running Windows 2012R2 / IIS 8.5) that use the SSIS API (via HTTPS) to execute packages on a remote 2012 SQL Server (running Windows 2012R2) and we are...
View ArticleMap Output Parameters SSIS Execute SQL Task
I have a stored procedure that takes four input parameters and has one output parameter. I have been trying to get the stored procedure call to work in an SSIS Execute SQL Task, but have had zero luck....
View ArticleHandling Special Characters in SSIS
Hi ,I would like to find all hidden characters in a column and replace it with ''1) What are these characters called as ? Hidden char or low characters?(example: Enter, Cntrl and so on). I am not...
View ArticleSSIS package to BIML
Hi, I have a SSIS package and I want to create similar packages for multiple tables.To reduce the effort I am planning to use BIML to automate the process by just changing table names and column...
View ArticleData is not flowing from OLE DB Source to OLE DB Destination
Hi, I am trying to get data from OLE Data Source t to Destination table . The package ran successfully. But no data was there in the destination. I am using SQL command to get the data to the...
View ArticleSINGLE CONNECTION WITH MULTIPLE DATABASE IN SSIS PACKAGE
i need your help in ssis. I have one server having 40 database. i have to use all the database in one connection means one oledb connection, i can change the database name on the runtime Is there any...
View ArticleSQL DB connection string is not working
Hello,I am working on existing SSIS package(VS 2015) which was created by other developer. Package and project protection level is "Encryptsensitivewithuserkey". I added one flat file source and OLEDB...
View ArticleNeed to create a SSIS package by using multiple conditions
Hi All,I need to create SSIS package as per below conditions"producttype" is column name in source table"duplexserialnumber" and "serialnumber" is a column name in source table"STID" and "MID" is a...
View ArticleConnection manager :changes are not saved after edit ,the package still...
I copied a prod pkg to my local machine and opened it in BIDS .The package had a oledb connection to sql server .I wanted to chnage it and point it to my local machine sql server.But whenever I make...
View Articlenested case
I have the logic below if year(shipd) <2020 if otype !='SC10' then set notify =1 else notify=2 end if else set notify =2end ifI now want to have this in case statement below, not sure if i have it...
View Articlehow/why did ssis tag a time zone on a source column that isnt datetimeoffset
Hi we run 2012 enterprise. I was surprised to see a simple environment setup pkg tag a time zone other than +0 on a non offset date column targeted to a datetimeoffset(7) column. And I see two...
View ArticleReusable Package for multiple ETL jobs
I have around 1000 tables to be ETLed using SSIS. Am looking for a way to reduce development effort and time.For each ETL following are the standard steps1. Purge Staging Table 1 ( SQL task)2. Extract,...
View ArticleScript Component in SSIS
I am using SSIS for ETL.As part of transformation I dont want to process the records row by row. I want to apply the transformation to the complete column . 1) Using derived column for transformation...
View ArticleData migration from MYSQL to SQLSERVER
Hi everyone,When trying to migrate data from MYSQL to SQLSERVER via SSIS. Foreign characters comes as ????.In MYSQL Column is varchar CHARACTER SET utf8 COLLATE utf8_unicode_ci and in SQL Server its...
View Articlecan you share an ssis solution file amoungst .dtsx files?
Hi, We are using vs 2015 enterprise with the ssdt add in and tfs. We have a solution file in a higher level folder and then some .dtsx files in a folder below it in tfs. So I open the solution...
View ArticleHow can i insert records to a database on a different server
Sorry I am pretty new on SSIS and have this question regarding how to load data to database.in my SSIS package, I have got a list of objects from one source(not sql server database, a different...
View ArticleHOW TO CREATE THE INDEXES FOR HUGE DATA TABLE
We have one table it contains the 20 million records.we trying to do full load it was taking 10 minutes only. But this table has contained 30 indexes in one of them is a clustered index and the rest is...
View ArticleWhere the SSIS stores the information related to User Defined Variables in...
Hi,I have used user-defined variables in a SSIS package and running them through SQL Server Agent Job by deploying in SSIS Catalog. I want to read/query the information regarding User-defined...
View ArticleSSIS Derived Column expression to select number between -
HelloI'm looking for the expression in a SSIS Derived Column to select the number between - and add in front a 20, this is so I can get the purchase year of a product.There is a column call Product_Ref...
View Articlesplit based on the value in SSIS
Hi i am using SSISI am Derived columni need my string split 3 partsexample: here i am explain explain only 1 row i have 10 million rows now database1-8 SUN STREET,YELLOW PARTY ESTATES,SOUTH END,PORT...
View Article