Viewing 2 posts - 1 through 3 (of 3 total)
Hi, Pls find below script, which I'm using
USE [master]
GO
EXECUTE msdb.dbo.sysmail_stop_sp;
EXECUTE msdb.dbo.sysmail_start_sp;
begin
set nocount on
DECLARE @Recipients varchar(275)
DECLARE @Subject varchar(275)
DECLARE @Body varchar(MAX)
DECLARE @server varchar(25)
DECLARE @idx int, @status varchar(25), @DB varchar(25), @LastCopy varchar(6), @LastCFile...
October 28, 2021 at 7:15 am
I'm using 1st script which you have posted.. however it is not running .. giving me below error.. same as @peter-2... however the discussion was broken and there is...
October 10, 2021 at 11:40 am
Viewing 2 posts - 1 through 3 (of 3 total)