Managing more data elaboration steps between a SQL db source and a SQL db...
Hi,I'm implementing a SSIS 2014-2016 pkg in order to read data from a SQL Server table, apply some data elaborations and finally to write the resulting rows into a SQL Server table.I think to organize...
View ArticleSSIS 2016 : "ForceExecutionResult = Success" doesn't work
Hi all,I managed the task failure with OnError event handler.After OnError my database situation is consistent but the ssis execution is result in error.I would like to avoid the error into ssis.I...
View ArticlePassing Values to a Web API using SSIS
Hi guys,I am designing an SSIS package that will query an SQL table and then passing values from the SQL Query result-set to a Web API.I actually plan to use Execute SQL get the SQL query result and...
View ArticlePackage failed to load with error CPackage::LoadFromXML fails
Hi There ,I am getting below error while creating an agent job to run dtsx package in file system.I have copied the package from SSDT 2010 project(in package deployment model) , opened it in SSDT 2017...
View ArticleGetting Data from NoSQL Databases
Hi All,Is there a component in SSIS where i can connect to a nosql database and load the data into the sql server? Please need advice.Thanks
View Articlesql server agent job error
dears,i have scheduled ssis package using sql server agnet job,its giving me the below error.while i am running from ssis designer it is working fine.while i am trying to run from sql server agent job...
View ArticleSQL script Job duration unusual
Hi,If any SQL job ran at first day one hour,if second day running more than one hour means need to know job duration unusal.Need SQL Script.Regards,Niranjan B
View Articlessis - load multiple csv with different structure to sql server
Hello, I have multiple csv files (more than 60) with different structure (different number of columns, different columns names) and i want to load them to sql server tables. each csv will be load to...
View ArticleHow to list all directories and files inside an Azure Data Lake Store folder...
Hello everyone,I am trying to write an SSIS package that can list or load into a table all the files and folders inside an Azure Data Lake Store directory so that i can selectively process the files...
View ArticleSSIS Export Table data to CSV in Chucks of 10,000
HelloI have a table with customer data in it and there is 350,000 records, the system I am going to import the data to can only handle the data in 10,000 chucks.I need to create a SSIS package that...
View ArticleSSIS Documentation
Hi All, I am working on documentation task and I want to know what is the best way to do it. We have an existing environment with couple of existing SSIS packages. I have to make documentation for that...
View ArticleHow to call SAP RFC from SSIS
Hi!!I´m new with SAP, can you tell me pelase how to call a SAP RFC from SSIS package?Thanks,
View ArticleRunning an SSIS Package from stored procedure
Hi guys,I have an ssis package I want to execute by running the SQL Agent Job using the sp_start_job command.However, I have an SSIS parameter that I want to be able to update the values while running...
View ArticleImporting data from excel with fields occasionally having more than 4000...
Hi Experts,We are struggling with excel data import issue with fields occasionally having large text in it.The text in the field is not always more than 4000 characters.Initially we have changed the...
View ArticleSQL SERVER 2017 AND 2014 - SSIS - Any compatibility issues?
SSIS Packages developed in 2014 is now moved 2017 - what are things to take care? Assume very simple ETL mappings/packages. Is there any compatibility issues? After moving - anything to be done for...
View ArticlePIVOT TRANSFORMATION error
Dears,i am getting the below error while running ssis package using pivot transformation.please find the below error.could any one solve me this.
View ArticleError when trying to deploy to SQL server
I recently had a modification on an SSIS package that I previously deployed successfully to SQL Server SSIS catalog, but after I made the change and did a rebuild and tried to deploy I get this:TITLE:...
View ArticleSSIS - Transfer Database Task CREATE FILE Error Access Denied
Good Morning,I have a SSIS package that makes use of a Transfer Database Task. I have access to both the source and destination server. When I run the task, I get an error in creating the database...
View ArticleVS2017 SSIS Script Task losing changes to Framework
The Script Task within my SSIS package defaults to .NET Framework v4.5. I'm trying to use v4.5.2 in order to use the newer version of MySQL.Data from NuGet. I go into the Script Task properties and...
View Article