Hi, I'm trying to incrementally train an associative model with Adomd.NET. Before having a nested table in the model I was able to have an INSERT INTO statement of the form
INSERT INTO MiningStruct(c1, c2) @MyTabularContent
binding a System.Data.DataTable to the MyTabularContent parameter. How...
more >>
i know how to find the database version liked using tsql
select serverproperty('ProductVersion')
or
select @@version
how can i find the version of the cube or the analysis services? thanks.
...
more >>