RE: execute a single script file



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
>
>
.



Relevant Pages

  • Re: head, recursively through file tree?
    ... What's the problem with running a shell or perl inline script ... | child-process to execute the user's commands. ... the shell forks a process for every command it runs unless ...
    (comp.unix.shell)
  • Re: Maby a litle OT but: apache+sh CGI script
    ... that the http user is added to sudoers and may execute only ... thouse commands that it realy needs for the script. ... it's safer then giving apache full root priv. ...
    (comp.os.linux.security)
  • Re: Maby a litle OT but: apache+sh CGI script
    ... that the http user is added to sudoers and may execute only ... thouse commands that it realy needs for the script. ... it's safer then giving apache full root priv. ...
    (comp.os.linux.security)
  • Re: How to copy scripts to the Terminal
    ... Use 'sh' to execute the commands in the script (if the USB drive is ... > I have been key entering and save it on a removeable device (USB Flash ...
    (alt.linux)
  • Re: How To Execute A Sql Script File From ADO.NET Using VB.NET
    ... You will have to break up the script into it's portions. ... Then execute each set of commands within the batch. ...
    (microsoft.public.dotnet.framework.adonet)