SQL Server SSIS package performace issue
Hello All, Using SQL Server SSIS package Trying to export MS SQL table data into oracle table it is taking 1hr for 50 lac row (Table Name - EMP, Column ID, and Name) For the same table SSIS IMPORT taking only 1 min. I need help or suggestion how…
SQL Server Integration Services
SSIS Source Control Azure Dev Ops Git repo help
HI All. I have recently moved an SSIS project from VSTS into an Azure DevOps git repo. The project is a simple one with a master package calling several child packages using "Execute package Task " with reference type = "Project…
SQL Server Integration Services
SSIS OData conn parameterized
Hello, I am having some trouble parameterizing an OData connection to sharepoint. I created an SSIS package that gets a list from sharepoint. I am using an OData conn manager, the auth type is Microsoft Online Services. In VS2019 I provide the…
SQL Server Integration Services
Attunity CDC for Oracle OCI_FETCH error
We have setup Oracle CDC by Attunity in a SQL server 2016 environment. From the Designer everything runs fine until an actual change happens in one of the included tables in the Oracle database at which point the operation aborts. When looking at the…
SQL Server Integration Services
Problem with my OLDB source (Error with the AquireConnection )
Greeting all , while the daily refresh of my data source , i found this error in my SSIS , anyone faced such thing please ? Thanks in advance .
SQL Server Integration Services
Unable to cast COM object of type error using SSIS ODBC Connection to PostgreSQL
hi I have one doubt in ssis how to avoid Unable to cast COM object of type error using SSIS ODBC Connection to PostgreSQL I want load data from postgres to sql server using ssis package . In ssis solution I have 50 plus dft for loading data …
SQL Server Integration Services
Substring C# Issue
Hi I am working on a C# code where I have a requirement to identify the filename in SSIS Package The files which I receive are in the following formats FL_NamePart1.20200909 FL_NamePart1_NamePart2_20200909 …
SQL Server Integration Services
Finding a program similar to Crystal Reports (used by VB6)
Hi! Not really sure about all the functionality Crystal Reports brought to the table, but it seems that it was in heavy use during the 90's - I do not know that status of this tool today. I am taking over an old VB6-application using Crystal Reports,…
SQL Server Reporting Services
SQL Server Integration Services
SSIS CSV Loading issue
I am looking for a C# solution to use a script task in SSIS so that I can load multiple csv files to SQL Tables Now If I use a data flow task, then I have to create 1 DFT per file as each file has a different metadata ( unless there is some other…
Azure SQL Database
SQL Server Integration Services
Developer technologies | Transact-SQL
SQL Server | Other
SSIS Script Task
I have a table which has the list of files in a column Column values are File1.csv, File2.csv etc. Now in SSIS I would like to retrieve the list of files from the above table and then check if each file is present in a directory. If a file is…
SQL Server Integration Services
Developer technologies | Transact-SQL
SQL Server | Other
SQL Server SSIS Package - IDE
Microsoft®VisualStudio Pro Sub MSDN version is good for SQL Server SSIS Package development
SQL Server Integration Services
User Account receives primary key violation but not another user
Hi We're trying to set up a proxy user to run an SQL Server job, but there are steps in the SSIS package with are MERGE statements. The user account set up, which has sysadmin rights against the databases, receives a 'Violation of PRIMARY KEY…
SQL Server Integration Services
Developer technologies | Transact-SQL
SQL Server | Other
SSIS in SQL Job
Hi, I have an SSIS package with an XML file, and it works correctly, but when I use it (the SSIS package) in SQL job I got an error about the path of the XSD file. How Can I handle it in the Config file or invariable in the SSIS package? I…
SQL Server Integration Services
Printing text query results to pdf fails
when attempting to print query results (to text) to a pdf it fails with error: Value cannot be null. Parameter name: moniker. What is the fix for this.
SQL Server Integration Services
Developer technologies | Transact-SQL
Unable to start Azure Data Factory SSIS Integration Runtime for my Managed Instance
I'm trying to deploy an Azure Data Factory SSIS Integration runtime for use with my SQL Managed Instance (on the private interface). I keep running into the same issue with this error: Failed to start the integration runtime: SSISintegrationRuntime.…
Azure Data Factory
SQL Server Integration Services
How to check the TFS SSIS version with MSDB SSIS version ? | SSIS2014| TFS
How to check the TFS SSIS version with MSDB SSIS version ? We have all ssis 2014 packages deployed on SSIS server . Now we need to check if they SSIS packages have the same version as TFS version. Is there way to query them together to see the data…
SQL Server Integration Services
SSIS/SSAS: How to change only the table name without remap the columns, flows and dimensions?
Hi, My company asked me to change the name of some of my SQL Tables( Dimensions ). But the only way that I know to do that is delete the references to the old table and map them again and recreate the OleDBSource/OleDBDestination ( SSIS ) and recreate…
SQL Server Integration Services
SQL Server Analysis Services
Table replicate using SSIS
Hi, I'm trying to replicate few tables from a Source DB to destination DB. Both Databases are sql server databases. The only issue is that the source DB gets refreshed from production DB backup every night which breaks its replication to the…
SQL Server Integration Services
How to get data from a Web Service that has HTTPS, SOAP and WSDL with an SSIS Project
I need to get data from a Web Service that has HTTPS, SOAP and WSDL configuration. Tried following this tutorial https://www.mssqltips.com/sqlservertip/3272/example-using-web-services-with-sql-server-integration-services/ , but stopped on the…
SQL Server Integration Services
pkg goes down because a connection cant be found
hi we run 2014 standard and develop in vs 2013. i deployed a pkg that has no connector called xxxxxxxx.yyyyyyyyyyy but i get the error the connction xxxxxxxx.yyyyyyyyyyy is not found...oxc001000e...this error is thrown by connections collection when…