随笔 - 58
文章 - 0
评论 - 277
阅读 -
46万
08 2010 档案
TIP:Connect to remote SQL Server on different port number
摘要:It's quite simple but only for those who don't know this;)When you want to connect to a remote SQL Server on a different port number(not 1433) in SQL Server management studio, you need toadd a comma a...
阅读全文
SQL Server Analysis Service - 在维度中使用分组 (Discretization)
摘要:成员组是系统生成的连续维度成员的集合。 在 Microsoft SQL Server Analysis Services 中,可以通过名为离散化的进程将属性成员分成若干成员组。层次结构中的级别或者包含成员组,或者包含成员,但是不能同时包含二者。 业务用户浏览包含成员组的级别时,将看见成员组的名称和单元值。 由 Analysis Services 为了支持成员组而生成的成员称为分组成员,看上去与普通成员相同。
阅读全文
使用Time Intelligence Formula
摘要:Time Intelligence in Performance Point Service. Time Intelligence Formula (TI Formula) allows time periods, sets of time periods and ranges to be specified using a simple, easy to understand syntax.
阅读全文
Silverlight跨域访问Https下的Self-hosted WCF服务
摘要:跨域访问(Cross Domain)在Silverlight中是个非常讨厌的话题,常常在不经意间就会发现出现跨域访问的问题。在某些特殊的情况下,你的网站以及服务可能部署在HTTPS的安全环境下,例如服务器使用了VMWare或者F5等软件来让所有对于服务的请求都自动变成HTTPS请求,这个时候对于跨域访问的设置以及服务端和客户端的配置都有所不同。本文就着重讲述了这样情况下如何配置跨域访问并如何解决常见的请求异常。
阅读全文