ssas - Self-join in SQL Server Analysis Services -
i have table this:
wordid set1 set2 related-wordid --------- ---- ----- -------- 101 c1 105 102 b c2 101 103 c1 102
then need getting association rules between word's set1 , related-word's set2.
i've used self-referencing , define case/nested tables @ result of dependency graph there no difference between word's set1 or set2 , parent-word's set1 or set2!
what best solution text-mining problem in sql server analysis services project?
in analysis services templates can use self join query this
to open template, right-click template name , select open, or drag template query window opened. after query window open, can use commands on toolbar or query menu build statements:
to check syntax of query, click parse.
to run query, click execute.
to stop query running, click cancel executing query.
view results of query in results tab @ bottom of screen.
switch messages tab see number of records returned, errors, query statements, , other messages associated execution of query. example, if execute dax statement against model running in direct query mode, can see transact-sql statement generated xvelocity in-memory analytics engine (vertipaq).
Comments
Post a Comment