2011年10月20日

如何判断数据库表的某个列上有重复值的记录存在?

摘要: 举例, 有如下的数据库表. 那么应该用什么查询语句来判断是否有家乡一样的员工呢? select HomeTown, COUNT(HomeTown) as Count from Employee group by HomeTown having COUNT(HomeTown)>1结果是不是觉得太简单了, 不值得一记呢? 呵呵, 承认自己的不足才能进步嘛, 对不对? :) 阅读全文

posted @ 2011-10-20 17:04 中道学友 阅读(2270) 评论(1) 推荐(0) 编辑

SharePoint 2010开发人员需要注意的在安全方面的最佳实践

摘要: 对于SharePoint开发人员来说, 这篇文章应该也算是必读了吧, 呵呵. ===================== Security Best Practices for Developers in SharePoint 2010 http://msdn.microsoft.com/en-us/library/gg552614.aspx More information =... 阅读全文

posted @ 2011-10-20 16:21 中道学友 阅读(226) 评论(0) 推荐(0) 编辑

从MOSS2007升级到SharePoint2010后Report Server content types升级失败

摘要: 我的一个客户遇到了这样一个问题. 把MOSS2007的content DB挂到SharePoint 2010的场中之后, 发现某站点里的下面几个content type显示不正常. 并且这几个content type导致该站点生成的模板无法被用来创建新的其他站点. SharePoint 2010 里content type显示为 $Resources:ReportServerContentTypeGroup; $Resources:DataSourceContentTypeName; $Resources:ReportBuilder... 阅读全文

posted @ 2011-10-20 16:16 中道学友 阅读(383) 评论(0) 推荐(0) 编辑

How to know what an HRESULT code means?

摘要: Use WinDBG. The debugger include a command called error that can be used to get a textual representation of an HRESULT. Simply pass the HRESULT to the error command and it displays the information. ... 阅读全文

posted @ 2011-10-20 08:44 中道学友 阅读(177) 评论(0) 推荐(0) 编辑

导航

技术追求准确,态度积极向上