2012年5月28日

SSIS 中调用子包

摘要: SSIS_包_子包阅读全文

posted @ 2012-05-28 09:23 黑头 阅读(1) 评论(0) 编辑

2012年5月24日

SSIS - 带输出参数的存储过程

摘要: SSIS 中执行带参数的存储过程 Execute SQL Task 执行SQL 任务阅读全文

posted @ 2012-05-24 17:27 黑头 阅读(3) 评论(0) 编辑

2011年11月9日

sql server pivot/ unpivot

posted @ 2011-11-09 09:38 黑头 阅读(71) 评论(0) 编辑

2011年8月12日

使用 PowerShell and WMI 事件查询构建强大的通知体系

摘要: With PowerShell in one hand, and WMI in the other, DBAs can do almost anything in their Window's environments, andLaerte is using his powers for good. Hebuilt a highly precise, highly configurable alerting system for his servers, and now shows us exactly how he did it.Picture the scene: Your wif阅读全文

posted @ 2011-08-12 14:34 黑头 阅读(119) 评论(0) 编辑

2011年7月25日

extjs中 apply,applyif,override,extend 的区别与 jQeury 中同样含义的方法

Ext.apply, Ext.applyif, Ext.override 都是对对象 进行扩展的方法,Ext.extend则是对 操作的方法。

Ext.apply 扩展时对已经存在的属性/方法会被覆盖掉, 通常用它来扩展普通对象.

Ext.applyif 扩展时不会覆盖已经存在的属性/方法,通常用它来扩展核心js,如Array.prototype,String.prototype等。

Ext.override 扩展某一个类的原型,可以覆盖toString方法。

Ext.extend 用来写类或继承,或者说用来扩展类


jQuery.extend( target, [object1,] [objectN] ) 合并对象到第一个对象



posted @ 2011-07-25 16:01 黑头 阅读(298) 评论(0) 编辑

2011年7月22日

ASP.NET (C#) 强制文件下载

摘要: Today's Browsers are capable of opening many different types of files. For example, if you click on a link to MP3 file, most Browsers will play it within the Browser. But sometimes you may want to provide a 'Download File' link, which will force the Browser to save the target file on use阅读全文

posted @ 2011-07-22 16:28 黑头 阅读(57) 评论(0) 编辑

2011年6月21日

用javascript动态加载javascript脚本/css样式表

摘要: 用javascript动态加载javascript脚本/css样式表// 命名空间对象 Namespace = new Object(); Namespace.register = function(fullname) { try { var nsArray = fullname.split("."); var strNS = ""; var strEval = ""; for (var i = 0; i < nsArray.length; i++) { if (strNS.length > 0) strNS += &qu阅读全文

posted @ 2011-06-21 17:02 黑头 阅读(427) 评论(0) 编辑

2011年3月23日

REPLACE Multiple Spaces with One

摘要: --原文地址:http://www.sqlservercentral.com/articles/T-SQL/68378/PrologueThis article was originally published on November 16th, 2009. As with anything else, improvements can be made to code and the subject of this article is no exception. Although this article is still an interesting read (I left everyt阅读全文

posted @ 2011-03-23 17:04 黑头 阅读(43) 评论(0) 编辑

2011年3月16日

xmla 和 mdx 资料集合

摘要: http://www.mosha.com/msolap/tech.htmhttp://www.drowningintechnicaldebt.com/ShawnWeisfeld/archive/2007/06/14/using-xml-a-and-c-to-query-sap-bw.aspxhttp://msdn.microsoft.com/en-us/library/aa902642(SQL.80).aspx数据仓库技术:http://bidwhome.itpub.net/post/20871/327289项目管理:http://www.cnblogs.com/bailq/archive/2阅读全文

posted @ 2011-03-16 17:34 黑头 阅读(30) 评论(0) 编辑

SSIS/SSAS: Process SSAS dimensions and measure groups individually

摘要: On my current project I am implementing SQL Server Analysis Services (SSAS) and recently I was having a problem doing a full process of my cube. I've got many many measure groups in the cube each containing twelve partitionsand the cube process was hanging due to lack of resource issues on the A阅读全文

posted @ 2011-03-16 14:23 黑头 阅读(53) 评论(0) 编辑

仅列出标题  下一页

导航

统计

公告