Avoiding to import entire sheet.
Hi experts, Quick doubt, I need to do the next: -get an excel file.-use only one column (id column) in sql and do a join to a obtain a 2<sup>nd</sup> column.-append that column to the...
View ArticleSsis Azure blob download task only downlaod one file and the rest are 0KB
Hello,i am fairly new at using ssis so i don't really how to deal with this problem.i have a blob storage account containing files with different sizes. I wish to use the Azure blob download the files...
View ArticleSQL 2016 Tabular Model processing fails when running from Integration...
When I run a SSIS package to do a full processing of a SQL 2016 Tabular Model deployed on SQL 2016 with compatability set to 1200, it fails and gives me the following error:"[Analysis Services Execute...
View ArticleFor Each Loop SSIS tasks for dynamic SQL
Hi all, I want to apply some ALTER dynamically to some tables in SQL according values in another SQL table.I’ve thought do it by using For Each Loop task with a couple of Execute SQL Task. I don’t know...
View Articlehow to disable data masking in SQL Server 2016?
Hi, I am unable to get some link where be explained how to disable... ALTER TABLE dbo.SampleMask2016 ALTER COLUMN NAME ADD MASKED WITH (FUNCTION = 'partial(2, "XXXXXXXX", 1)') [NAME] [nvarchar](100)...
View ArticleCalling ssrs report in SSIS package...
H,I am new to SSIS.I have a report in reporting services. I wanted to call the that ssrs report in ssis packages. so that if the report fails then it will notify users by email.What task do i need to...
View ArticleMerge Join in SSIS package
I have 2 sorted data sets in my package , DataSet A and DataSet B, I want a merged Output with all rows from DatasetA and only rows from DataSet B thatdoesn’t match with dataset A. How can i do this,...
View ArticleWhy use SSIS if you can use BCP?
Hi experts, quick questions… I am having many issues with the drivers to automate an import of excel sheet… But now I realized I can convert the file to csv and use BCP. I don’t get it now… Why would...
View ArticleVisual Studio hanging with large XML file
Hi allI'm trying to build an SSIS job to import certain data from a large XML file but having a bit of trouble. I've set up a data flow task and added an XML source pointing to the file and applied...
View ArticleFile watcher task failure.
I am using visual studio 2015 and i have sql server 2014. So i downloaded file watcher sql server 2014 from http://www.sqlis.com/sqlis/post/File-Watcher-Task.aspx.once i downloaded and installed it was...
View ArticleSSIS - Issues with permission while sending email by adding attachments
HelloI have SQL Job being executed through 'SQL Server Agent'. This SQL job executes one SSIS package. SQL version is 2012 and OS is windows 2008( SSIS is also 2012 :)). Under one task, email is being...
View Articleglobally preventing authentication of data connections when simply opening an...
We use SSIS mainly to extract data from an oracle DB and import into our data warehouse which is in SQL Server. We use an Oracle DB connection in each SSIS package. Recently, we needed to change the...
View ArticleDownload Multiple CSV files from different url using script component
Hi Can you please guide me how to download multiple files hosted on different url's. I need to assign different names of files in Destination folder. I am not much into Scripting, so any help would be...
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 Articlehow can I run different configurations for the same SSIS packages?
Hi there,My aim is to feed with different configurations one of my SSIS packages scheduled for an Agent job.How can I achieve this customization without to be modify every time my .dtsx or without...
View ArticleRead and write SFTP
Hi there,I have two tasks in my package that access a SFTP.Get the files in an input folder, copy the files to a local folder and then move the files in the SFTP to an archive folder.If I execute it in...
View ArticleDecrypt JSON using SSIS
Hi All I have a scenario where i have to connect to amazon web services and grab the JSON file and Decrypt it and load to SQL Server table.Can you please help me how to connect amazon web services and...
View ArticleMrs. Katheen Manuel
A e-mail attachment has been de activated by you. I need this attachment, can you remove the de activation?
View ArticleExecute the only specific DFT whose key cloumn match with column of staging...
i am implementing SCD -2 for 30 distinct customer. each having different customerID having 2 table one act like staging and other act like Datawarehouse. after data load to warehouse i am doing...
View ArticleIntegration Services DLL Issue - SSIS 2012 & SSIS 2008 R2
I have setup Integration services in one of my windows clustered environment. This was earlier hosting SSIS 2008 R2 and the development team did a recent migration of the databases to SQL 2012.From our...
View Article