Showing posts with label concept. Show all posts
Showing posts with label concept. Show all posts

Tuesday, March 6, 2012

about unstructured data analysis again~~

well...actually I just want to know a brief concept about using this tool to
analyze unstructured information. Does SQL server only apply for structured
information?if not, then what advantages can we get if we use this tool to
analyze unstructured data?Thanks again for your reply : )
No need to repost. Replied in your previous thread.
David Portas
SQL Server MVP

about unstructured data analysis again~~

well...actually I just want to know a brief concept about using this tool to
analyze unstructured information. Does SQL server only apply for structured
information?if not, then what advantages can we get if we use this tool to
analyze unstructured data?Thanks again for your reply : )No need to repost. Replied in your previous thread.
--
David Portas
SQL Server MVP
--|||i'm really sorry about this.
i was just too eager to know the answer and i thought it may be no one
seeing my answer, so i post the same question repeatedly.sorry~~~
"David Portas" wrote:
> No need to repost. Replied in your previous thread.
> --
> David Portas
> SQL Server MVP
> --
>
>

about unstructured data analysis again~~

well...actually I just want to know a brief concept about using this tool to
analyze unstructured information. Does SQL server only apply for structured
information?if not, then what advantages can we get if we use this tool to
analyze unstructured data?Thanks again for your reply : )No need to repost. Replied in your previous thread.
David Portas
SQL Server MVP
--

Sunday, February 19, 2012

about Semiadditive

About Semiadditive the olap server just intruduce its concept,i don't know how to setting Semiadditive,for example ,some mesures in mesures group just want to be aggregated along geography dimension,not time dimension,how to do it?

Semiaddtive measures have special aggregation behavior only along the time dimension and are additive along all other dimensions. I am not sure I understand your specific requirements. Generally speaking, if you want special aggregation rules along non-time dimensions you can use unary operators or custom rollups.