Kein Bild
SQL Beispiele

sp_sp_start_job_with_wait

/****** Object: StoredProcedure [dbo].[sp_sp_start_job_wait] Script Date: 11.05.2021 13:22:52 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE [dbo].[sp_sp_start_job_with_wait] ( @job_name SYSNAME, @WaitTime DATETIME = ’00:00:05′, — this is parameter for check frequency @JobCompletionStatus […]