RE: execute a single script file
- From: "jamiemac@xxxxxxxxxxxxxxxxxxxx" <jamiemac@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 22 Nov 2005 06:00:04 GMT
Unfortunately with Analysis Services, you cannot execute multiple commands (DMX or MDX) in a single script. You have to select each command and execute in turn.
>
> I can not highlight the both commands and execute. Instead, I have to highlight
> one at a time and then execute.
>
> In a regular sql script, I could separate the commands in terms of batch by
> "GO" statement and execute the script file.
>
> Is it possible to do so with dmx query script file?
>
> TIA...
>
> create mining structure customer
> (
> custid long key,
> gender text discrete,
> buyer long discrete
> )
>
>
> alter mining structure customer
> add mining model buyer_dt
> (
> custid ,
> gender,
> buyer predict_only
> )
> using microsoft_decision_trees
>
>
.
- Prev by Date: Re: execute a single script file
- Next by Date: Re: Model data type (for prediction column)
- Previous by thread: Re: execute a single script file
- Index(es):
Relevant Pages
|