Tagged Questions
1
vote
2answers
95 views
PreparedStatement caching size on Oracle and SQL Server
I understand that PreparedStatements are complied and cached by database servers.
I would like to know if all the preparedStatements are complied and cached on the server, in which case what is the ...
7
votes
1answer
257 views
List Prepared Statements
Anybody know how I can list the prepared statements that are in a SQL Server instance?