摘要: Error When I open SSIS project in VS 2012, the following error occurred: The root cause: I install SqlServer 2014 firstly, then I intall sql server 20 阅读全文
posted @ 2016-03-23 13:57 Nemo_han 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: 最近写了一篇 一步步教你使用临时表的 文章,其中有一步时 设置 OLE DB Connection 的 RetainSameConnection属性为true的操作。 这个 属性到底代表什么意思呢?RetainSameConnection 属性:RetainSameConnection 属性是 OL... 阅读全文
posted @ 2016-01-24 18:08 Nemo_han 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 需求:存在 A 和 B 两个数据库,他们都存在 一个 T1 表,A 数据库的T1 表是源, B数据库的T1表是目的,我们要使 两个表保持同步,即:A.T1存在, B.T1 表不存在则插入。解决方案:1.在B 数据库中创建一个临时表 TestTmp,存储 A.T1 中的数据2.比较B.TestTmp和... 阅读全文
posted @ 2016-01-24 16:59 Nemo_han 阅读(1626) 评论(1) 推荐(1) 编辑
摘要: Ihad the same issue with AX 2012 R2 and SQL Server 2012.WhenItry to call the "calc" methodin SalesQuotationTotals calss by business connectors ,the op... 阅读全文
posted @ 2015-06-17 11:52 Nemo_han 阅读(3326) 评论(0) 推荐(0) 编辑
摘要: When I try to Send quotaion ,an error formpop up.Error info:System does not support setup 'continuous' of number sequence Basi_12.Number selection is ... 阅读全文
posted @ 2015-06-04 14:00 Nemo_han 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 1.创建变量,并设置初始值2.在Connection Manager 中创建数据库连接3.打开新建数据库连接的属性(单击该新建链接,按F4,或右击,选项 属性),点击Expressions 后面的 ...按钮4.在弹出的Property Expressions Editor 窗体中,Property... 阅读全文
posted @ 2015-06-03 19:30 Nemo_han 阅读(1120) 评论(0) 推荐(0) 编辑
摘要: The error info:[Excel Destination [20]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call t... 阅读全文
posted @ 2015-06-03 16:23 Nemo_han 阅读(1549) 评论(0) 推荐(0) 编辑
摘要: 我们今天是要和大家一起讨论的是SQL Server临时表的实用大全,如果你对SQL Server临时表的实用大全不是很了解的话,下面的文章就是对其相关内容的具体介绍,希望会给你带来一些帮助在此方面。引子:临时数据表格,我们在存储的时候经常遇见。客户端可以实用Delphi的ClientDataSet的... 阅读全文
posted @ 2015-06-01 17:17 Nemo_han 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: 当我参考如下链接,尝试在SSIS包中动态创建全局临时表##Temp,用Lookup组件作为数据源,给全局临时表变量赋值时,会发生如下图的验证错误。http://sqlage.blogspot.com/2014/04/ssis-how-to-create-use-temp-table-in.html因... 阅读全文
posted @ 2015-06-01 17:14 Nemo_han 阅读(1728) 评论(0) 推荐(0) 编辑
摘要: Description Using a default installation of MDS, when trying to deploy a package it fails with error "value cannot be null", "parameter name: package" 阅读全文
posted @ 2015-05-28 10:21 Nemo_han 阅读(682) 评论(0) 推荐(0) 编辑