Groups | Blog | Home
all groups > sql server data mining > january 2004 >

sql server data mining : Querying Mining model


waleed
1/22/2004 7:21:32 AM
Hi,
Can anyone help with how to query a mining model?
SELECT * FROM MiningModel.Content
this query returns the schema not the columns inside the
model, so how can i select a statement for the columns in
Jamie MacLennan (MS)
1/22/2004 10:31:10 AM
I'm not sure exactly what you want to do here - do you want the list of
columns? Or do you want the prediction results? Please check the FAQ at
http://groups.msn.com/AnalysisServicesDataMining - you will probably find
your answer there.


[quoted text, click to view]

Peter Kim [MS]
1/22/2004 2:46:01 PM
Do you want to know what columns are in the model and what are predictable
and input? That information is available from MINING_COLUMNS schema rowset.
Please look for "MINING_COLUMNS" from the Books On Line.
--
Peter Kim
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

AddThis Social Bookmark Button