Help in getting SSIS to load a Data Partition
Hello, I have created a 1200 Version (2016) tabular cube. And in that cube I have create a number of data partitions for my large fact tables. To focus on one of those data partitions I’m trying to...
View ArticleHow to get restartability without using Checkpoints?
Hi All,It takes too long to re-execute our SSIS 2012 packages when they fail several hours into execution. I had problems with Checkpoints when I tried it years ago, so I'm wondering if there's some...
View ArticleSSIS reusable transformations
Hi,I am using SSIS 2015. I have a table which has 30 DATE columns. I want to apply transformation logic on these date fields. the logic is same but it has to be applied on all 30. Instead of writing...
View ArticleCreate dynamic File Name using Destination Table Name in SSIS
Hi, I have a source OLEDB staging table . I multicast the data from staging to loadreadytable as well as flat file.I have close to 1000 tables and hence 1000 flat file. so am creating new Flatfile...
View ArticleWeb service reference issue
Hi I am updating someone else's code in a SSIS package that downloads data from a webservice using a C# script task. Recently a few more attributes were exposed in that webservice that I now need to...
View ArticleLogin failed for user 'NT AUTHORITY\ANONUMOUS LOGON'. Reason: Could not fin a...
I have created a dts package and deployed to SSIS Dev server, with project deployment model. The package executes a stored procedure in a database named TCUCDB, which resides in another server...
View ArticlePivot/Unpivot in dataflow task SSIS
I have the data in following format:MONTH Number of Installs STATION Month Name Jul 0 ALPENA Jul Jul YTD 0 ALPENA Jul Jul 0 BIG RAPIDS Jul Jul YTD 0 BIG RAPIDS Jul Jul 0 CADILLAC Jul Jul YTD 14...
View ArticleSSIS: Could not find installable ISAM
Dear All,I have office 2013, SQL server 2016 and visual studio 2017 installed. I need to connect to an OLEDB provider to read data from multiple sheets of .xlsx file. I have installed Microsoft Access...
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 ArticleDocumentation explaining connection to SharePoint Online
Hello,Can anyone point me at Microsoft documentation detailing the connection process, particularly authentication, from an SSIS package to a SharePoint Online (not on-prem) data source?I've been...
View ArticleSSIS Job failed: Unable to read data from the transport connection: An...
Hi All,one of my Production SSIS job is failing with the below error. All of the required permissions are given for the account as far I know.Some details of the environment: Windows Server 2008 R2,...
View ArticleDynamic Excel Connection Manager with changing data types
Hi, this is my first question here...I've created a dynamic excel connection manager to pull in data (to Visual Studio community 2017) from multiple spreadsheets before sending them to a SQL Server...
View ArticleVS2013 and SSIS packages running WRONG package
Hi,I have an integration project with many SSIS packages. I open one package, and then click "Start" to run that one package, then visual studio decides to pick another package in the project at...
View ArticleHow to compare 2 versions of SSIS package excluding the version details? (do...
How to compare 2 versions of SSIS packages excluding the version details? (do not have any version system like tfs, etc)
View ArticleSSIS: Error: The Assertions OleDbSchemaGuid is not a supported schema by the...
Hello,I have created a foreach loop with Microsoft office 12.0 access database engine to load data from multiple sheets of excel file. But i'm getting this error while running the package.Thank youJulie
View ArticleSSRS Expression
Hi,I need to display the title for 5 sections from my report such as below:2 records are late 10 records due today, 7/10/2018 25 records due 07/11/2018 5 records due 07/12/2018 15 records due...
View ArticleSSIS reusable transformations
Hi,I am using SSIS 2015. I have a table which has 30 DATE columns. I want to apply transformation logic on these date fields. the logic is same but it has to be applied on all 30. Instead of writing...
View ArticleSensitive property of conneciton strings in project param
Is it a security risk if my sqlserver is hosted on premise server and if I am setting the Sensitive value of connection string to 'False' in project managers.My SSIS package is set to...
View ArticleUnpivot Columns to rows
Hi , I have some csv files where i need to unpivot columns to rows, I have no idea on number of files i will get from source so i need to loop the DFT and process the files. I was able to process the...
View Articledynamic query
Hi,I want my report to show the request date field and value when the company !=50, but the syntax below keep getting an error, can anyone please help?ThanksDECLARE @tableHTML NVARCHAR(MAX) ; SET...
View Article