Slowly Changing Dimension Table in SSIS - Set End Date based on Inactive Field
In our Source table we have an Inactive field that will dictate if the record is active or not, and I'd like to update the EndDate based on this and not based on whether or not the record exists. I...
View ArticleInsert and Update SSIS job now only inserts NULLS
Hi, A few months ago, I created an SSIS job that takes data from an excel sheet (which is the user input sheet) and loads it into a table. I also created the job to make updates to the table whenever...
View ArticleSSIS : Creating Variable Expressions
Hi Everyone,Can you please help me in the below situation.How can we create Variables for PreviousMonth Firstday and PreviousMonth LastDay expressions in SSIS.If we pass the Date as 2020-02-01,...
View ArticleSSIS 2008:- Visual Studio 2008 dependency on SQL SSIS package execution
Hello Team,Good afternoon. Because of security challenges, our IT team has decided to uninstall the visual studio 2008 on our server. If we uninstall the Visual studio 2008, Do we see any impact to the...
View ArticleHow Do I See When Package Last Ran in SSIS?
I've searched for possible solutions, however none had worked for me (mostly queries for SQL Server). My problem is this:I have a MAIN package that runs about 100 little packages in 1 main process. A...
View ArticleHow to import azure table storage data to SQL database
Hi Team,My team storing some transnational data in to azure table. Want to import those data into local SQL database. Could you please help on to import data to local from azure table storage.Thanks...
View ArticleWhat SSIS Task can I use in an event handler that will log to a text file -...
HiI am creating a SSIS package that will run every 3 minutes, my log files are created daily using date as its filename. Now, I would like to use event handlers such as OnError to log a message when it...
View ArticleImport excel files in a SQL server from TEAMS
Hi,I need to import the excel files saved in a teams site in some sql server table (sql is on a VM on Azure, it is not a SQL Azure) with SSIS.The teams site is something...
View ArticleObtain the number of columns in a flatfile connection manager
I have an issue with importing a CSV file, whereby processing continues even if the number of input columns is incorrect. So my basic question is, how can I do that? At the moment, all that happens is...
View ArticleSSIS package getting failed when executed from batch file
Hi, I am trying to execute a SSIS package as below content in batch file on my local computer, SQL Server 2016-"C:\Program Files\Microsoft SQL Server\130\DTS\Binn\DTExec.exe" /F...
View ArticleMicrosoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostAcquireConnections(...
Hi everyone,I am having a unexpected error after I migrated my SSIS project to visual studio 2017.MY SSIS is using some DTS pipeline components. There are some file reader user component written in C#...
View ArticleFlexible File Destination filename from variable
Hi All,I'm using Flexible File Destination to insert records to Data Lake Gen2 files, my question is how can i pass variable to the filename property?Everyday running the package, it created file with...
View Articleerror in download json from api - System.Net.WebException: 'The request was...
Hi All,i'm trying to get data from rest api with token with "script component" in ssis. when the code is reaching the part of return client.DownloadString(downloadURL) it failsand return the error:...
View Articlegetting error when delete the able donot have data
Hi I have one doubt in ssis I want delete the data in the target server(postgres) tables data using ssis package. database : postgres server Table : emp in execute sql task :scriptis: delete from emp...
View ArticleConditional statement with a DATEADD as the THEN clause
Hi,I have some records that have a residual amount (46000) and what I want is that if that residual amount is >0 ? DATEADD("dd",1,(DateTimestamp):0How do I get this to work?Do I have to cast both...
View ArticleCreate XML DataSet Error
I'm trying to create XML data set using ADO.Net connection and i'm getting below error when i try to run SQL Agent job. Below is the error. It works fine when i run the package locally but doesnt work...
View ArticleCould not load file or assembly 'microsoft.sqlserver.integrationservices.server
I'm trying to deploy a SSIS package from Visual Studio to my secondary server. The db owner is the same on server 2 as it is on server 1. This is the error message that I get. An error occurred in...
View ArticleCalling a child package using a variable
Hello,I have a solution that has on parent package and 5 child packages.I want to do it in a way that I will tell it what packages to call with a variable.For exampleI have parent...
View ArticleSSIS server to connect Different Server database
Hello,I have configured SSIS server on Sql Server 2017 and developer have created the SSIS package on this new SSIS server and loading data from file to another Server database.My SSIS Server name is...
View ArticleProblem to load collection from odata in SSIS
Hello, It's my first time with SSIS loading Odata source.I've added a dataflow, with a odata source component.I have created my connection manager, connection runs successfully.But when I'm back in the...
View Article