View Single Post

   
  #2 (permalink)  
Old 03-01-2008, 02:43 PM
Steve215
 
Posts: n/a
Default Re: Run SQL script on Instance Startup

On Oct 18, 11:50 am, traceable1 <thham...@gmail.com> wrote:
> Is there a way I can set up a SQL script to run when the instance
> starts up?
> SQL Server 2005 SP2
>
> thanks!


This link describes the use of 'Automatic Execution Stored Procedures'
than may fit the bill for what you are looking for.

http://msdn2.microsoft.com/en-us/library/ms191129.aspx

Reply With Quote