Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Executing In Batch Mode

forums forums SQLyog Using SQLyog Executing In Batch Mode

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #10415
      susa
      Member

      would anyone have a sample of how to execute a script done in sqlyog using windows scheduler ? output would be directed to some file much like how the export function works in the sqlyog ide

    • #24391
      peterlaursen
      Participant

      If I understand right you can use a SJA notifications job and “SELECT … INTO OUTFILE”

      http://dev.mysql.com/doc/refman/5.0/en/select.html

      says

      Quote:
      The SELECT … INTO OUTFILE statement is intended primarily to let you very quickly dump a table to a text file on the server machine. If you want to create the resulting file on some client host other than the server host, you cannot use SELECT … INTO OUTFILE. In that case, you should instead use a command such as mysql -e “SELECT …” > file_name to generate the file on the client host.
Viewing 1 reply thread
  • You must be logged in to reply to this topic.