Ver Mensaje Individual
  #13 (permalink)  
Antiguo 11/12/2009, 10:03
hozcarinho
 
Fecha de Ingreso: septiembre-2009
Mensajes: 66
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: Notificaciones Automaticas

El la parte en donde vienen preguntas y respues viene un link a otra pagina para configurar con unos ejecutables esta opcion:

How do I use XPSMTP for send email from a Database Maintenance Plan?
A: The Database Maintenance Wizard uses xp_sendmail to send emails when executing the database maintenance plan. One solution therefore is to drop the existing xp_sendmail extended stored procedure and create a stored procedure with the same name and owner in the master database, that has the exact same parameters (names and data types) as the original xp_sendmail. Here you find an example of a stored procedure named xp_sendmail.

Si le das clic en el link de pag. te direcciona a otra pagina en donde descargas estas opciones para que puedas configurar esta opcion