Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Is there any way by which i can see how actually my stored procedure is working in sqlserver management studio. When i call stored procedure from my business logic layer i want to see how it is execting step by step. It is providing me resul;ts from trrigers and view can i see how it is functioning. thanks.
Posted

1 solution

You can use SQL profiler. But this not give option to do step by step. It just captures all the DB activity based on your setting.
 
Share this answer
 
Comments
Rambo_Raja 26-Sep-13 3:11am    
I want to how it is capturing data from tables , views , triggers and proving to me in Business logic . Can i see it working. I want to understand the flow of a project.Thanks.
ArunRajendra 26-Sep-13 3:14am    
Profiler is meant so what statements are getting executed at the database. If you want step by step then you have to get into debug and check.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900