View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 07:50 AM
jw56578@gmail.com
 
Posts: n/a
Default What is purpose of semi colon after procedure name

I've seen some system sp's that have a semi colon and number after the
the name such as
create procedure sp_procedure_params_rowset;2
what does this do?

Reply With Quote