Passing OData Source to Power query within Data Flow
HI, I want to connect to Sharepoint Online Folder using Power Query in SSIS Data Flow. As I can not do that because of data connection problems in Power Query, I'm trying to use OData Source before...
View ArticleAttach if file exists
Hi everyone,I am using script task to send an email that could have 2 attachments; File A and File B.Currently, it is sending email only when both files exists. However, there are instances when only...
View ArticleTransfer server objects only the if data is updated in the source table...
Hi,I have around 40 source table on server A. I will be using 4- TSO (Transfer Server Object) tasks,split for 10 tables each to transfer the data to server B as below in the pic.(will be a truncate and...
View ArticleFailed to retrieve long data for column
Hi, I am calling an SSIS package inside a SQL Server Agent job step. Almost half the time, the package fails with the following error and it works fine other times. The column that it complains...
View ArticleSSIS Web Serivce Task getting error 'SSL certificate response obtained...
HiI am trying to add web service reference using Web Service task and the web service is having https protocol. after adding url in Http Connection manager i can successfully connect to server. I tried...
View ArticleDTS in SQL Server Management Studio 2008
I'm running SQL Sever 2008 Management Studio (Developer Edition) on an XP machine.Unfortunately I still have to manage some DTS packages for SQL Server 2000, and wanted to do that without having to...
View ArticleSSIS Expression to handle NULLs in multiple columns
I have an OLEdb source that has some nulls, it has 50 columns and im trying to extract the rows that have NULLs to Bad data destination, the expression that I had for the conditional split is...
View Articlehandling phone number data in SSIS
Hello,I'm trying to use conditional split to take out the numbers that are not formatted correctly, here is the expression that I haveLEN([Home Phone]) == 10 ? (DT_STR,12,1252)SUBSTRING([Home...
View ArticleAzure SSIS-IR exporting data to access db file failed -...
I have some DTSX packages that exporting data from SQLServer to MDB file.ConnectionString to connect to MDB fileData Source=\\***\Temp\Temp.mdb;Provider=Microsoft.Jet.OLEDB.4.0;Persist Security...
View ArticleDoes anyone have experience of using securetrading.net as a data source...
Hi,Does anyone have experience of using securetrading.net as a data source within SSIS ? If so I would greatly appreciate your help.Kind Regards, Kieran.Kieran Patrick Wood...
View Articlehow to find out that SSIS Installed in SQLServer Using C#?
i'm writing a windows form application using C# . i use ssisServer = new IntegrationServices(ssisConnection); To run and working with SSIS Packages But Before running the Package i wanted To Make sure...
View ArticleSSIS 2019, MSOLEDBSQL, Thread safe? Connection issue
Hi, I have a "ETL framework" built in SSIS. It has been running fine for several year, but when trying to run it on SQL Server 2019 I´m getting into trouble.Earlier I was using an OLE DB connection...
View ArticleIssue is getting leading 0 in values
I am importing data from excel to SQL Server 2016 using SSIS. Field is Latitude & LongitudeI am using formula (DT_STR,255,1252)((DT_NUMERIC,9,6)(Latitude)) to import the values in Varchar(255)...
View ArticleInstallation of SQL server 2016 and Visual Studio 2015
Hi,In our development server, we have SQL server 2016 installed already and we used Visual Studio 2015 to create SSIS packages. Now, I have been asked to move everything to a new QA server and I have...
View Article[SharePoint List Source [296]] Error:...
I have a running package which reads data from SharePoint List and dumps into SQL tables. I have 3 new list columns which I want to update into SQL table.1) I opened container for this list and table2)...
View ArticleHow to remove Footer content in Excel file and load the file
Hi All,I have a requirement to remove header and the footer content in the excel and load the excel to a flat file.I was able to remove header by adding the openrow option and mentioned the cell from...
View ArticleHow to stop at a blank row in Excel
Hi:I am importing a .xlsx into at SQL Server 2014 table. I would like to import each row with an ID and stop at the notes that are listed at the bottom. Please see attached image. How do I tell my...
View ArticleSSIS - continue loop on error
Hello,I have a SSIS report moving excel files into a SQL DB. The excel files get moved from a Input folder into an Archive folder as they get moved into the DB. Everything is working fine.I recently...
View ArticleError: Microsoft.jet.oledb.4.0 not registered on local machine when running...
Hi.I am using Windows Server 2016. I have created a SSIS package in Visual studio which loads data from Excel and moves to SQL table ( script task functionality using c# )The above functionality works...
View ArticleUnable to deploy SSIS package due to A required Prvilage not held by the client
I have an instance of SQL Server 2016 and I'm using SSDT VS 2017. I've created a simple package that loads data from a flat file source and loads it to a database. I have full administrative rights to...
View Article