is it possible to add line from Database to text file in the server ?
        Posted  
        
            by Gold
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gold
        
        
        
        Published on 2010-06-02T05:09:29Z
        Indexed on 
            2010/06/02
            5:13 UTC
        
        
        Read the original article
        Hit count: 196
        
c#
|sql-server-2008
hi
i have sql-server 2008 database that in the main server.
i have 10 terminals that connect to this server and work against the database.
i need that every new inserting to database through any terminal - in the server this
line will inserting to text file (every line)
can i do it ?
thank's in advance
© Stack Overflow or respective owner