Viewing 4 posts - 1 through 4 (of 4 total)
Thank you Michael - sorry for not responding sooner.
Yes it will be really helpful if I could have a trigger or a stored procedure to check every time a new...
November 28, 2023 at 2:53 am
One thing that might be a factor is the SQL server version as it is a difference in the current set up I am attempting compared to other ones I...
August 10, 2023 at 11:16 pm
Thank you @AntGreen and Jeffrey.
OK, I just want to ask, how is the best way to set this up? I tried doing it as an SQL job and then SSRS...
July 19, 2023 at 5:54 am
Thank you for trying to help. OK so this is what the query in the report looks like;
SELECT [ID]
,[MessageTypeID]
,[EventID]
,[Source]
,[Destination]
,[Subject]
,[MessageText]
,[MessagePlainText]
,[CreatedOn]
,[UpdatedOn]
,[Provider]
,[LanguageCode]
,[SmscMessageID]
,[SmscStatus]
,[SendRetryCount]
,[MessageStatusID]
FROM [UT_XXX_Core_XXX].[messaging].[MessageQueue]
WHERE Source = '277' AND (DATEADD(month, 1, UpdatedOn) >= GETDATE())...
March 4, 2022 at 3:27 am
Viewing 4 posts - 1 through 4 (of 4 total)