Hello to all,
I would like to create a trigger that writes records to a text file after every insert. I am currently inserting records to a table through a Stored Procedure, but I would also like the record copied to a text file. Could anyone point me in the right direction on finding the syntax or information on writing to a text file through SQL Server?? Thanks a bunch in advance.
I would like to create a trigger that writes records to a text file after every insert. I am currently inserting records to a table through a Stored Procedure, but I would also like the record copied to a text file. Could anyone point me in the right direction on finding the syntax or information on writing to a text file through SQL Server?? Thanks a bunch in advance.