0
I changed the SP [msdb].[dbo].[sp_send_dbmail]
putting new parameter in it.
Is there a time when this SP is updated and the changes made are lost? (SQL Server 2017)
Thank you
0
I changed the SP [msdb].[dbo].[sp_send_dbmail]
putting new parameter in it.
Is there a time when this SP is updated and the changes made are lost? (SQL Server 2017)
Thank you
Browser other questions tagged sql
You are not signed in. Login or sign up in order to post.
Perhaps the best solution would be to duplicate this SP to one of yours. I don’t think changing native SQL Sps is a good idea.
– João Martins
@Joãomartins I’m having trouble understanding how to execute this code..
– Miguel Meireles
EXEC msdb.dbo.sp_send_dbmail How do I execute this code with the table I want?
– Miguel Meireles