How is it possible to run a stored procedure when SQL Server Express Edition starts?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use the system stored procedure sp_procoption to define the stored procedure you wish to be executed at SQL Server Service startup.
|
|||||||
|
|
|||
|