Thursday, May 24, 2007

MDX Contains-function

To my surprise a contains-function was found in the SQL Server books online (BOL). Great stuff right. The function was supposed to return wether or not a member was part of a set. I actually needed that functionality in one of my projects.

However, I found that the contains-function never made it to the release version, but in fact is still documented. At least in the first version of the BOL (the one installed with the Sql Server 2005 installation CDs). If you discover the same article in BOL you should update it with a newer version, which is found here:
http://msdn2.microsoft.com/en-us/library/ms166018.aspx

0 comments: