DevOps pipelines SSIS
Hi all, I am trying to create an deployment process for SSIS through Azure DevOps pipelines. Currently I managed to build the solution and push the build solution (ispac) to an artifact location,...
View ArticleNo data read from XML source with inline schema by SSIS
I have an SSIS project that calls a web service and returns the data in the form of an xml document. Next, I need to parse that xml in a data flow task and load it into a sql server database.The xml...
View ArticleAdding SSISDB to AlwaysOn availability group
Hi thereMy understanding is you should be able to add the SSISDB to an AlwaysOn availability group (SQL 2016). I've followed the documentation but am unable to get my database to synchronize....
View ArticleThe login is from an untrusted domain and cannot be used with Windows...
Hello Everyone, I am looking for guidance and directions to resolve the below issue.I have scheduled a SSIS package provided by application team via a SQL job. However its getting failed with below...
View ArticleSSMS 16.5.3 cannot open Integration Services 13.0 - SQL Server 2016 SP2...
Hi all, here is what is going on. On my development computer I was able to connection to our remote production SQL Server 2016 / Integration Services from SSMS 16.5 for the past 3 years. This past...
View ArticleSplitting of a row need help SSIS task ??
Is there a way I can split a row every 31st position on character in a single row, I have a row of data that repeats every 31 character length, the data in a flat file just grows horizontally, I need...
View ArticleSSDT 2017 missing IS template
Hi.I was having VS 2017 + SSDT 2017 installed on local computer. And yesterday, after having some win 8.1 update, VS is missing IS templates. I uninstalled VS and SSDT and installed it all. And after...
View ArticleSSIS project error: unable to retrieve table information for connection manager
Hi All, In my practice, I want to take data from EXCEL to SQL Server. 1. I created a connection manager for MSSQLServer (by selecting the connection manager for the OLE DB connection) 2. Another...
View Articleunable to retrieve table information
Hi All,I wanted to use Excel Source to extract the data from the table and load it into SQL, but I encountered the following error:"Could not to retrieve the table information for connection manager...
View ArticleFile/Folder Browser Dialog Box In A Script
Dear friends,Despite of surfing around for quite a longtime haven't been able to find a solution and wanted to know if there is any solution for SSIS in shape of a simple Script to show a File/Folder...
View ArticleDateTime - Derived column expression
Hi All,I was previously using the "StartTime" system variable to extract the current data. But Date is the part of the primary key in my db table. StartTime returns the current time like, 2008-12-14...
View ArticleRead XML Code inside a text file
Hello AllI am currently working on a project where i have to read the text file (file contains all XML Code) and parse that and load it to the database tables. If its a XML file i would use a XML...
View ArticleIdentify Increasing or Decreasing Trend
Hi All, I have data like EmpID Salary Paid Date Salary Paid 100 628 1/11/2019 100 1086 1/25/2019 100 1055 2/8/2019 100 981 2/22/2019 100 653 3/8/2019 100 871 3/22/2019 100 385 4/18/2019 101 2032...
View ArticleProgram type out of range. SQLSTATE=HY003
Executing simple SQL on DB2 using Execute tasks and assigning the resultset to variable:Getting below error in SSIS:Execute SQL Task] Error: An error occurred while assigning a value to variable "":...
View ArticleWhy does my SSIS job gets suspended intermittently when run from Windows...
I have a simple SSIS package with lots of Data Flow Tasks which all does essentially the same thing:All I do in the DFT are to get data from a Source and Target DB, perform a Left Outer Join between...
View Articlecheck for files at a location and send an email
hi i am looking for a process which will look at a file location (ex : c:users\lkruger\fireall) under the fire wall folder each day a file is added. I want to see the list of files (names) sent as an...
View Articlepackage to get desired output
Hi All,I have a requirement where I select all columns from one table. Output value of one column is supposed to be used as input value parameter for a stored procedure. This stored procedure returns...
View ArticleResultSet Destination object that we assigned to a Variable object and read...
I have a scenario where I am doing a Join between two different data source tables using Merge Join and using BDD i need to assign them to a ResultSetDestination and then to Object inside the Dataflow....
View ArticleHow to send mail using script task?
Hi ,I have a package with logging file in text. I want to send mail with the logging file using script task in ssis.What should I do?Please help.Thanks.
View Article