View Single Post
  #3 (permalink)  
Old 02-10-10, 06:00
SergeMadi SergeMadi is offline
Registered User
 
Join Date: Feb 2010
Posts: 4
Hi Mike. Yes, the code:
select proc_name from sys.sysprocedure where lower(proc_name)=lower("NameOfAProc")
works.
Reply With Quote