ssis

Implement Send Mail Task with multiple tries in case if its failed to send mail

扶醉桌前 提交于 2020-02-04 22:18:14
问题 I have implemented a Send Mail Task in my package which sends a mail notification on Success or Failure. The send mail task fails sometimes due to the below error. Task failed: Send Mail Task with Success Error Code: -1073548540 ErrorMessage: An error occurred with the following error message: "Failure sending mail. System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. System.Net.Sockets.SocketException: An

How do I run multiple data flow tasks in parallel within the same transaction?

为君一笑 提交于 2020-02-03 08:09:28
问题 I have a package with 3 parallel data flow tasks added in a sequence container. I need to implement transaction such that, the transaction completes if all the 3 data flow tasks successfully execute. If any of the data flow task fails, then transaction should rollback. I am testing this package but its not working. I took one sequence container and dragged and dropped data flow task 1 , data flow task 2 and data flow task 3 and configured all three data flow tasks. In the sequencee container

ssis vsta script component slow to open on edit VS2015

Deadly 提交于 2020-02-02 02:03:36
问题 Since upgrading visual studio 2015 and using ssis, we have experienced that the editor for Script Task/Component takes around 30 seconds to open. i have seen some older posts suggesting to add "127.0.0.1 crl.microsoft.com" to the local hosts file. But has not impact on the issue i'm experiencing. Really hope someone out there has had the same issue and maybe found a solution? 回答1: Try to clean up your temp folder, could help if you use it for temp files in your etl C:\Users\UserName\AppData

ssis vsta script component slow to open on edit VS2015

筅森魡賤 提交于 2020-02-02 02:02:31
问题 Since upgrading visual studio 2015 and using ssis, we have experienced that the editor for Script Task/Component takes around 30 seconds to open. i have seen some older posts suggesting to add "127.0.0.1 crl.microsoft.com" to the local hosts file. But has not impact on the issue i'm experiencing. Really hope someone out there has had the same issue and maybe found a solution? 回答1: Try to clean up your temp folder, could help if you use it for temp files in your etl C:\Users\UserName\AppData

Is Visual Studio 2013 compatible with SQL Server 2012?

左心房为你撑大大i 提交于 2020-01-28 11:27:52
问题 I have some SSIS Packages that were developed in (SQL Server Data Tools for) Visual Studio 2013 using SQL Server 2014. The packages are supposed to be moved to a server running SQL Server 2012. During the install we get an error that says the packages are not compitable with SQL Server 2012. Apparently Visual Studio 2013 is not backwards compatible from SQL Server 2014 to SQL Server 2012? But, Visual Studio 2015 is. So, do the SSIS packages have to be rewritten in Visual Studio 2015 to work

Is Visual Studio 2013 compatible with SQL Server 2012?

ぃ、小莉子 提交于 2020-01-28 11:27:50
问题 I have some SSIS Packages that were developed in (SQL Server Data Tools for) Visual Studio 2013 using SQL Server 2014. The packages are supposed to be moved to a server running SQL Server 2012. During the install we get an error that says the packages are not compitable with SQL Server 2012. Apparently Visual Studio 2013 is not backwards compatible from SQL Server 2014 to SQL Server 2012? But, Visual Studio 2015 is. So, do the SSIS packages have to be rewritten in Visual Studio 2015 to work

Is Visual Studio 2013 compatible with SQL Server 2012?

天大地大妈咪最大 提交于 2020-01-28 11:27:12
问题 I have some SSIS Packages that were developed in (SQL Server Data Tools for) Visual Studio 2013 using SQL Server 2014. The packages are supposed to be moved to a server running SQL Server 2012. During the install we get an error that says the packages are not compitable with SQL Server 2012. Apparently Visual Studio 2013 is not backwards compatible from SQL Server 2014 to SQL Server 2012? But, Visual Studio 2015 is. So, do the SSIS packages have to be rewritten in Visual Studio 2015 to work

Running SSIS packages in Azure

丶灬走出姿态 提交于 2020-01-28 10:27:08
问题 I am looking to move my web app to the cloud. The web app uses SQL to store data which the data comes from about 10 SSIS packages.The packages themselves require less than a 5 hours to run all combined in a day and the amount of data they send is very small less then 5MB in a day. So the Free Web Azure solution seems to fit the need for data storage and running the site but does it allow one to schedule SQL Agent jobs and execute SSIS packages I looked at the VM AZURE solution but it is

微软BI 之SSIS 系列 - 使用 Script Component Destination 和 ADO.NET 解析不规则文件并插入数据

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-28 03:39:37
开篇介绍 这一篇文章是 微软BI 之SSIS 系列 - 带有 Header 和 Trailer 的不规则的平面文件输出处理技巧 的续篇,在上篇文章中介绍到了对于这种不规则文件输出的处理方式。比如下图中的这种不规则文件,第一行,第二行 Header 部分,第三行的内容 Content 部分,最后一行的 Trailer 部分。 在前几个课程 微软BI SSIS 2012 ETL 控件与案例精讲 第43,44,45,46 课中,我分别讲解了如何使用 .Script Component Source 解析不规则文件(第43,44课),如何使用 Script Component 同步 Transformation 转换处理不规则文件(第45课),以及使用异步的 Transformation 转换不规则文件(第46课),今天我们讲解的是 Script Component Destination。即把 Script Component 作为一个 Destination 目标来使用,既然是 Destination 组件,那么就应该是以接受来自上游的 Input 输入并对数据进行清洗处理。并且,一般的 Destination 要么就是数据库表,要么就是文件,即我们是借用 Script Component 往表或者文件中插入数据。 使用 Script Component Destination

SSIS datetime conversion issue between excel and sql

梦想与她 提交于 2020-01-25 12:48:28
问题 if I bang my head on my desk 1 more time I might be gone forever. Source: Excel Data: 2012-10-05T11:14:00 Conversion: 2012-10-05T11:14:00 in Excel to string [DT_STR] Destination: SQL Column Data Type: datetime I keep getting the following errors: [PostBindInspectionsBucket [20]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "Invalid