How to optimize Azure Data FactoryPipeline?
Hi All, Need help on the below requirement... I have to perform ADF migration from 90(source and target Azure MI databases) For Example Source on-prem servers(data server1, data server2, data server3,...data server90) to Target Azure MI Servers(Azure MI…
Azure Database Migration service
Azure Migrate
Azure Data Factory
SQL Server Integration Services
Derived types are not allowed to be declared in source Xml documents
I'm trying to import XML files into SQL Server 2019, I'm building an Integration Service Package with Visual Studio 2019. When I try to import the file I receive this error: he XML Source PDO was unable to process the XML data. Derived types are not…
SQL Server Integration Services
Best approach for a incremental loading when the source and dest tables are on two different servers
Hello Experts, I need your thoughts on this please.. So I have a source table on Server A and the dest table on server B. There are about more ~2 millions rows in source table. I will be using SSIS package. I have been requested to load data…
SQL Server Integration Services
Developer technologies | Transact-SQL
SQL Server | Other
XML files loading through SSIS
Hi All, I have single xml file have multiple nodes. How can I load all the nodes information into single table. Thanks, CMK
SQL Server Integration Services
db_send_dbmail did not recognize parameter in SSIS
Hi all, I'm executing sp_send_dbmail in Execute SQL Task in SSIS. EXEC msdb.dbo.sp_send_dbmail @Anonymous _name = 'DBMail', @recipient = 'my email', @Anonymous = 'Test'; @Anonymous = 'Select * from testtable where…
SQL Server Integration Services
Error when targeting SQL Server 2017 after upgrading SSIS using Attunity for Oracle to VS 2019 , SSIS 3.10 using MS Connector for Oracle
The issue is related to the one I have asked before and logged under : https://learn.microsoft.com/en-us/answers/questions/170084/error-after-upgrading-ssis-using-attunity-for-orac.html Visual Studio 2019 Version 16.7.4 SSIS extension : 3.10 …
SQL Server Integration Services
sql server 2016 migrate ssis packages including environments deployed to catalog
I have ssis packages deployed to ssis catalog. I need to move the projects along with the environemnts to new server sql 2016 can anyone please guide how to accomplish this thanks
SQL Server Integration Services
load files into sql server
Hello, I come from the ssis background where I am able to load .csv files one at a time into sql server... Can you please point me to video or a step by step lab/documentation where it sows me how to load .csv files one at a time in a loop into say…
Azure SQL Database
SQL Server Integration Services
SQL Server | Other
Attunity TeraData Source & Destination components not showing up in SSIS Data flow task
Hi All, I am trying to install SQL Server 2014: Microsoft Connector Version 3.0 for Teradata by Attunity to take advantage of ssis Data flow Teradata Source component but unfortunately component is not showing up. Please let me know if have done any…
SQL Server Integration Services
Error 0xC0014009 for a SSIS 2017 package to import data from a SAP HANA 64-bit OBDC source
I'm trying to a SSIS 2017 package that connects a SAP HANA OBDC source. In the dev machine having Visual Studio and the 32-bit ODBC driver, the package functions without any problems inside VS. In the prod machine having a system DSN with the…
SQL Server Integration Services
SSIS 2016 Reading Sharepoint 2013 Lists
Hi I am creating an SSIS package in VS2019 community edition using TargetServerVersion 2016 (if that matters). I have an OData connection going to a 2013 version of SharePoint. This works successfully when connection. I then use an Odata source…
SQL Server Integration Services
SSDTSetup.exe Error message. SQL
Good evening. I am having this error message when install this program. Could somebody give an opinion about this ? I've tried to install with authorization mode and tried to delete temps in temps folder as well. Thank…
SQL Server Reporting Services
SQL Server Integration Services
SQL Server Analysis Services
SQL Server | Other
Error after upgrading SSIS using Attunity for Oracle to VS 2019 , SSIS 3.10 using MS Connector for Oracle
I have upgraded a SSIS solution from Visual Studio 2013 using Attunity component for Oracle to : Visual Studio 2019 Version 16.7.4 SSIS extension : 3.10 Targeted server version for Deployment : 2019 . ( I have also tried 2017 and have installed…
SQL Server Integration Services
WITH RESULT SETS NONE prior to SQL Server 2012
I am running the following SQL statement through an SSIS foreach loop that reads in server names to return registry information, but it is failing on 'WITH RESULT SETS NONE' for SQL Server versions older than 2012. The error is not unexpected, but…
SQL Server Integration Services
Developer technologies | Transact-SQL
How to parse 3 rows in a file to a 1 row in a table with 3 columns
I have a log file with these 3 rows: FILENAME Test.log ROW COUNT =10 CREATE DATE =20201119 How can I insert these 3 rows into a log table with these columns: FileName, Count, CreateDate using SSIS? thanks
SQL Server Integration Services
Question about SQL Server Manager Studio 2017
Hello, i don't know if you have some french people in your staff, so i'll write my question in the both langage (french and english) I would like to copy and insert a table (ItemResource) from a database (Arcadia_test), to another database (Arcadia). …
SQL Server Integration Services
How do I change the default server / instance name when using SQL Server Native Client 11 in the Import and Export Wizard?
I have 3 SQL Server instances on my PC (SQL2012, SQL2014 & SQL2016). The services for 12 & 14 are disabled. Currently, when I use the Import and Export Wizard, I want it to connect to an instance on a network server (STX-DEVSQL\SQL2017). When…
SQL Server Integration Services
SSIS execution log show errors at different row
I have a job that import from a csv file to SQl server table. It failed today with error, the log shows it failed at row 5033 for columnX, conversion error. But if I go to the row, I don't see there is anything wrong with it. the columnX is OK…
SQL Server Integration Services
Archiving Large Volume Data With SSIS
SQL Server 2019, VS 2019. Essentially, I have an SSIS package that is taking from a DB source and going through every single table and archiving it into a DB destination that is essentially a carbon copy but for archiving purposes. So far everything…
SQL Server Integration Services
Developer technologies | Transact-SQL
Analysis server execute ddl task is not working
Hi, We have migrated to 2017 sql server. The SSIS package that is working fine in 2012 is throwing the below error in 2017 at Analysis server execute ddl task. "Could not create a managed connection manager" We have the below softwares…