Automatically Running Stored Procedures at SQL Server Startup 
(Armando Prato) I have a stored procedure I want to run when SQL Server starts. Is there a way to execute this procedure automatically each time the SQL Server service is started?
Read Article >>