sunil

sunil

  • NA
  • 47
  • 0

performance of stored procedures

May 26 2005 7:19 AM
I have a scenario where i am executing lot of queries to MS SQL Server database. My question is how can i see or verify the performance of a stored procedure instead of calling the query directly? Can i use only complex queries through stored procedure or do i need to go for stored procedures for all the queries which are being used in the application?

Answers (2)