How to import from .abf to different mining model name
- From: "Rick Razzano" <rick.razzano@xxxxxxxxx>
- Date: 21 Mar 2007 13:50:34 -0700
If I export a mining model to an .abf file using the following:
EXPORT MINING MODEL DurationCluster TO 'c:\temp\DurationCluster.abf'
and then I try to import the model to a different name using
IMPORT MINING MODEL DurationCluster2 FROM 'c:\temp
\DurationCluster.abf'
I get the following error: "Query (1, 8) Parser: The syntax for
'MINING' is incorrect."
According to the BOL, the IMPORT statement takes the form:
IMPORT [<object type> <object name>[, <object name>] [<object type>
<object name>[, <object name] ] ] FROM <filename>
However, the only syntax that seems to work at all is
IMPORT FROM <filename>
Is this a bug in the product or just bad documentation? Is it not
possible to import a mining model to a different name?
Rick
.
- Follow-Ups:
- Re: How to import from .abf to different mining model name
- From: Bogdan Crivat [MSFT]
- Re: How to import from .abf to different mining model name
- Prev by Date: DATA MINING - Deadline for submissions extended
- Next by Date: Re: How to import from .abf to different mining model name
- Previous by thread: DATA MINING - Deadline for submissions extended
- Next by thread: Re: How to import from .abf to different mining model name
- Index(es):