Getting the SQL out of sp_executesql
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I have a trigger that inserts every action made by the implementation department of my company, including the query, but when they use the Enterprise Manager the query is shown as sp_executesql;, but that isn't of any help for me, what i really need is the actual query that's begin executed by the sp_executesql, any help or clue would be greatly appreciated