performance of stored procedures
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?
sunilPosted May 27, 2005, 5:13 AM
spgilmorePosted May 26, 2005, 2:16 PM