Enhancement request
DWolford1234
Posts: 44
Totally of the backup path, but since you have gone through the trouble of building an E-mail engine into SQL Backup, why not expose that functionality to SQL Server as another extended SP? For those that are still strugling with SQL2000 and MAPI, it'd be nice to be able to simply use the SMTP engine that is installed on the server already via Red Gate SQL Backup.
Something like
Exec master..sqbemail @From, @To, @CC, @Subject, @Message
Just another great feature to add to the value of SQL Backup, and since the major pieces are already built, I would think that it would not take a lot to develope it.
Something like
Exec master..sqbemail @From, @To, @CC, @Subject, @Message
Just another great feature to add to the value of SQL Backup, and since the major pieces are already built, I would think that it would not take a lot to develope it.