Anybody know how I can list the prepared statements that are in a SQL Server instance?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
That above query will return all of the prepared plans that are cached, as well as their corresponding SQL text. |
|||
|
|