|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, April 16, 2013 10:47 AM
Points: 4,
Visits: 16
|
|
Hi DBA Team, I have an issue in sql server like., how to find the stored procedure fail logs in sql server. And it is related to sql server dba's only, please find the root cause of this issue and let me know..ping me the staus guys.........
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Today @ 4:22 PM
Points: 11,789,
Visits: 28,063
|
|
depends on what you mean by "stored procedure fail logs"
do you mean when an error occurs in a stored procedure? doesn't exist unless you've created a server side trace capturing errors. there is no way to find info prior to the creation of that trace, if you were to create it now.
if you mean which procedure do not compile all of the sudden, i can point you to a script that finds invalid objects, where a table or column might have gotton dropped or changed, and the proces/views/etc were not updated to match.
Lowell
--There is no spoon, and there's no default ORDER BY in sql server either. Actually, Common Sense is so rare, it should be considered a Superpower. --my son
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, April 16, 2013 10:47 AM
Points: 4,
Visits: 16
|
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Today @ 4:22 PM
Points: 11,789,
Visits: 28,063
|
|
skn726 (2/22/2013) thanq share ur fb id I'm one of those guys that think facebook /twitter /myspace/linked in/etc are either time wasters or non-professional, so i choose not to participate in any of them, sorry.
Lowell
--There is no spoon, and there's no default ORDER BY in sql server either. Actually, Common Sense is so rare, it should be considered a Superpower. --my son
|
|
|
|