Somewhat Related
What are the best practices in writing a sql stored procedure
Question
I have written a sql-xml stored procedure in Microsoft SQL server express 2005, now how does one find how many executions it can do in a second, time it takes for the same and how to do load testing on the same. Are there any open source tool for the same? Is there any pattern i can follow for improving the execution count? What performance bottlenecks do stored procedure generally face?