Discontinues auto execution of the stored procedure.
sp_unmakestartup procedure_name
where
This example unmarks the update_all_stats procedure from being an auto execution procedure.
sp_unmakestartup update_all_stats
Only the system administrator can use this procedure.
master.dbo.sysobjects
CREATE PROCEDURE | sp_makestartup |
sp_helpstartup |