lingdanglfw(DAX)

导航

2014年7月25日

sql install error

摘要: 解决SQL Server 2008 R2安装过程中提示Could not open key的解决方法:以管理员身份运行CMD命令提示符,输入以下语句并运行就OK了secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb ... 阅读全文

posted @ 2014-07-25 19:46 lingdanglfw 阅读(221) 评论(0) 推荐(0) 编辑

2014年4月6日

reverse engineering in ax

摘要: install Visio2010 Premium(UML model template). not work in Visio 2013 and other version. 阅读全文

posted @ 2014-04-06 15:44 lingdanglfw 阅读(154) 评论(0) 推荐(0) 编辑

2014年4月5日

BCP

摘要: 转:(总结) SQL Server Bulk Insert 批量数据导入DBSQL ServerBulk InsertBCPOPENROWSET格式文件SQL Server的Bulk Insert语句可以将本地或远程的数据文件批量导入到数据库中,速度非常的快。远程文件必须共享才行,文件路径须使用通用约定(UNC)名称,即"\\服务器名或IP\共享名\路径\文件名"的形式。* 1. 由于Bulk Insert通常配合格式化文件批量导入数据更方便,所以这里先介绍bcp工具导出格式化文件的方法。bcp是SQL Server提供的命令行实用工具提供了数据的导出、导入、格式文件导出等 阅读全文

posted @ 2014-04-05 16:22 lingdanglfw 阅读(655) 评论(0) 推荐(0) 编辑

2014年1月17日

dialogfield

摘要: before ax2012: typeof() or extendedtypeax2012: extendedtypestr() 阅读全文

posted @ 2014-01-17 12:58 lingdanglfw 阅读(138) 评论(0) 推荐(0) 编辑

CIL ERROR

摘要: Symmetry.TaxEngineadd ste-net 阅读全文

posted @ 2014-01-17 10:06 lingdanglfw 阅读(186) 评论(0) 推荐(0) 编辑

Queries Union

摘要: from AX2009, Union type added in Queries. 阅读全文

posted @ 2014-01-17 09:34 lingdanglfw 阅读(102) 评论(0) 推荐(0) 编辑

2014年1月7日

AX2012 referencegroup

摘要: 用referencegroup1.添加EDT,refrecid2.修改autoidentification3.可以直接拖refrecid字段出来,就是referencegroup了 阅读全文

posted @ 2014-01-07 11:59 lingdanglfw 阅读(112) 评论(0) 推荐(0) 编辑

2013年11月19日

含大量行的订单创建时候creditlimit校验最耗时间

摘要: 含大量行的订单创建时候creditlimit校验最耗时间 阅读全文

posted @ 2013-11-19 15:48 lingdanglfw 阅读(176) 评论(0) 推荐(0) 编辑

2013年10月31日

Dynamics Webservice Call with Credential

摘要: Dynamics Webservice call with credential/// ///WebServiceHelper 的摘要说明 /// public class WebServiceHelper { #region InvokeWebService /// /// 动态调用web服务 /// /// URL /// 方法名 /// 参数 /// object public static object InvokeWebService(string user,string password, string domain, string url, string methodna... 阅读全文

posted @ 2013-10-31 23:11 lingdanglfw 阅读(367) 评论(0) 推荐(0) 编辑

2013年5月15日

AX2012 CIL

摘要: AX2012 CILDebug:breakpoint; 阅读全文

posted @ 2013-05-15 14:38 lingdanglfw 阅读(186) 评论(0) 推荐(0) 编辑