Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by randokan

  1. randokan

    sql script to invoke another sql script and log results to a .log file

    I forgot to add more detail. The environment variables used in this thread are MYSQL_HOME which i have defined to point to the location of the mysql prompt. The CLEDBUSER contains the log in information to the database which is (-uusername -ppassword -Ddatabase)
  2. randokan

    sql script to invoke another sql script and log results to a .log file

    i have a c-shell scrip that connects to a mysql database database through and invokes a sql script which in turn invokes another sql script to run a query and return a report #!/bin/csh set MYSQL=${MYSQL_HOME}/mysql set REPORT=${CLEADM_HOME}/Scripts/DataValidation/EOreport.sql...

Part and Inventory Search

Back
Top