Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

monitor progress of store procedure through sql statements

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I was wondering if it is possible to monitor the progress of a store procedure that has been executed, or just retrieve general info about this executed job, through sql statements. If so, then how can I accomplish this??

Thanks in advance
sqlNubie
 
Have you tryed trace the connection? AL Almeida
NT/DB Admin
"May all those that come behind us, find us faithfull"
 
what do you mean by that,
could you give me an example?

thanks
 
A trace is a monitoring action that colects event information and displays it. If you are not familiar with this kind of scripts the best would be for you to use SQL Profiler to do that. SQL Profiler comes with SQL server package and is installed as default, you can find it at the same place you can find sql server on the Windows Menu.
You'll be able to find more info at:

AL Almeida
NT/DB Admin
"May all those that come behind us, find us faithfull"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top