第一千八百四十二章 真我六 (1 / 2) 首页

字体:      护眼 关灯

上一章 目录 下一章

第一千八百四十二章 真我六 (1 / 2)
         = @delete_level,

         version_number = version_number + 1, -- Update the job's version

         date_modified = GETDATE() -- Update the job's last-modified information

         WHERE (job_id = @job_id)

         SELECT @retval = @@error

         COMMIT TRANSACTION

         -- Always re-post the job if it's an auto-delete job (or if we're updating an auto-delete job

         -- to be non-auto-delete)

         IF (((SELECT delete_level

         FROM msdb.dbo.sysjobs

         WHERE (job_id = @job_id)) <> 0) OR

         ((@x_delete_level = 1) AND (@delete_level = 0)))

         EXECUTE msdb.dbo.sp_post_msx_operation 'INSERT', 'JOB', @job_id

         ELSE

         BEGIN

  The content is not finished, continue reading on the next page

更多完整内容阅读登陆

《墨缘文学网,https://wap.mywenxue.org》
加入书签我的书架


上一章 目录 下一章