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?