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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where is sp_addthreshold ?

Status
Not open for further replies.

babeo

Technical User
Mar 30, 2000
398
CA
I would like to know how can I check the stored procedure "sp_addthreshold" locates. I use sp_help, and don't find any thing, same with "sp_help sp_addthreshold".

Someone told me it is "subsystemprocs" procedure, if it is so , then how can I check it?
Thanks
 
hello,

it should be in the sybsystemprocs database...

try this...

in isql...

use sybsystemprocs
go
sp_helptext sp_addthreshold
go

this will give you the content of the sp...

q.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top