View Single Post
  #1 (permalink)  
Old 10-08-03, 08:12
Franky Franky is offline
Registered User
 
Join Date: Dec 2001
Location: Canada
Posts: 45
Question Append error in text file

I am running a script in batch ... with isqlw and oSql...

I want to loog all error in the process but a each command the file was reseted.... who can I append the error in a text file??

Command exemples:
isqlw.exe -S %SERVER_NAME% -E -d master -o log_install.log - i install.sql
echo ...
isqlw.exe -S %SERVER_NAME% -E -d %DATABASE_NAME% -o log_install.log -i create_table.sql

At the end only error in create_table.sql was there!!

Who can I do??

thanks
__________________
Franky
FBoucheros@hotmail.com
Reply With Quote