摘要:
http://www.sqlservergeeks.com/sql-server-implementing-calculations-in-ssas-using-mdx-part-3/ In this ending part of the tri series posts let’s check o 阅读全文
摘要:
ProblemI have a table where some of the columns should not be queryable by all users. How can I filter the data appropriately so that not everyone can... 阅读全文
摘要:
My previous post explained the concept of a read-only replicated folder. Now, let us take a look at how to configure a read-only replicated folder in Windows Server 2008 R2.Pre-deployment considerationsPlease read the following notes carefully before deploying the read-only replicated folders featur 阅读全文
摘要:
which is better code? http://social.msdn.microsoft.com/Forums/zh-CN/csharpgeneral/thread/9c213851-7ee3-4bee-b811-255950138aad1.)public static string ConvertToUnsecureString(this SecureString securePassword){ if (securePassword == null) throw new ArgumentNullException("securePassword"); ... 阅读全文