View Single Post
Old 10-31-2000, 02:58 AM   #2
mosquito
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
pipe the resuls to a flat file

echo Starting Procedure >error.log
yourcommand >>error.log

this will create a log file.

I'm not sure if this is what you want
mosquito is offline   Reply With Quote