Viewing 15 posts - 1 through 15 (of 2,897 total)
Ensure that the SQLAgent has been setup correctly also to use mail.
If you have not set the Agent properties Alert System to use DBMail and the profile and restarted...
August 1, 2025 at 1:06 pm
For now, I am able to add a step to the job to send an email if the previous backup step failed.
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'XXXXX_MailProfile',
@body = 'Failure...
August 1, 2025 at 12:42 pm
Idera, Redgate, a few others. They probably offer a free trial so you can find what's best for you.
January 10, 2025 at 2:15 pm
There's not a lot of traffic here, but there are some knowledgeable people who might be able to help.
https://code400.com/forum/forum
October 1, 2024 at 8:31 pm
Practice doing BACKUP / RESTORE before you actually need to. Save your backups in another location in case your PC crashes.
September 30, 2024 at 3:21 pm
Script the RESTORE on Server A, then use FIND/REPLACE to change the destination path to be run on Server B
June 24, 2024 at 4:21 pm
A few years ago I created a job that sent me an email if any job ran 'X' times longer than it's average run time. Maybe that would work ?
I...
June 24, 2024 at 3:47 pm
Thanks for the reply Ant, I was looking for the process and you seem to have hinted at it.
Unfortunately we don't have a .bak from before the target to...
April 9, 2024 at 4:11 pm
Is there a Windows service that needs to start ?
March 12, 2024 at 1:15 pm
Dummy Reply to force page 2 to display. This "Post 16" bug is STILL not fixed. Going on 2 years. Sigh....
March 5, 2024 at 5:39 pm
I would like to understand how to create auto job to take the full backup, transaction backup + truncating the log files(without making the database to simple recovery mode...
March 5, 2024 at 4:15 pm
DUPLICATE POST. Reply here:
October 2, 2023 at 12:43 pm
Replying to get past dreaded 16 reply, page 2 forum bug.
August 8, 2023 at 3:31 pm
Viewing 15 posts - 1 through 15 (of 2,897 total)