Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 SP to monitor in SQL Server 2005

Author  Topic 

ay2k_99
Starting Member

22 Posts

Posted - 2009-04-20 : 14:33:35
Hello,

We have around 25 servers in different geographical location in the worlds. My query is like.

1. Daily we are running lots of jobs or user performed app. from our diff
front end application.
2. During the business hours some jobs are taking long time to finished
the particular jobs.
3. Coz some jobs were performed to called the SP.
4. How to find from the SQL Server (Backbend) that particular SP is
finished or not?
5. Coz user are not in same location might be they are operate
application from diff. location.
6. Without profiler how to find that SP is finished or not?




Kindest Regards,

Amey ghag

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-04-20 : 14:58:16
If you don't want to use SQL Profiler, then you could instead do a server-side trace using the SQL Trace system stored procedures.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -