I'm trying to automaticaly save all the transaccition occurring in my database into a single point, that could be, preferentially, a table created in a database inside the manager, just like i can do with mysql-server, activating the local variable "general-log" and save everyting executed in the database to a table.
The purpose of this control is to send all this information to a centraliced log in a different server and analice it without using the database server's resources, all this without the help of SqlProfiler.