I've added a new code resource to the MSDN code gallery. This is a simple tool to parse calls to sp_executesql. The reason for it is that the SQL tools cannot show the execution plan for calls to sp_executesql, which is a pain when doing performance analysis of these queries. So, I created a tool that replaces the manual editing process.
Soon, I'll post a more detailed description of SQL performance analysis for CRM implementations, which will reference this tool.
No comments:
Post a Comment