SQL Server/T-SQL Tutorial/System Functions/sp makestartup

Материал из SQL эксперт
Версия от 13:24, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

sp_makestartup configures which stored procedures will be executed when the SQL Server is started. The syntax for this stored procedure is

   <source lang="sql">

sp_makestartup procedurename</source>