Stored procedure to write in to a file

Posted by tharanga_herath on 05-Apr-2013 01:54

Hi ,

Im triying to write a stored procedure that should write  SQL trigger  information in to a  text file.

_Systrigger ,  _sysproctext VST tables contain those information but  I dont have a idea how to write these information to text file.

All Replies

Posted by Libor Laubacher on 17-Oct-2013 18:48

Would not it be easier to use ABL for that ?

output to file.txt.

for each _systrigger:

export _systrigger.

end.

output close.

This thread is closed