sql - MSQL auditing with CLR integration -


I'm a dot 2.0 developer, and I'm working a lot with MSQL. My current work is done when some users perform a query on the database, I should "catch" the query data. What do I mean if I select the selection query "UsersTbl, where is the user id = 5", then I have to get '5' Does anyone know where to start ???

Thank you very much

Dimitri

You can remove each value that starts with = But you probably find a solution using MySQL proxy ... I have never used it so I do not have to stop it :)


Comments