From: Hemant on
Hi,

I have moved my database sql server 2000 to sql server 2008 and on 64 bit.
For mail I used xp_smtp_sendmail but this is not working in sql server 2008
..
Please suggest me alternative for this

Thanks,
Hemant



From: Shiju Samuel on
You should use sp_send_dbmail

http://msdn.microsoft.com/en-us/library/ms190307.aspx

before doing this you should configure a mail profile

http://msdn.microsoft.com/en-us/library/ms189879.aspx

Hemant wrote:

> Hi,
>
> I have moved my database sql server 2000 to sql server 2008 and on 64
> bit. For mail I used xp_smtp_sendmail but this is not working in sql
> server 2008 . Please suggest me alternative for this
>
> Thanks,
> Hemant



--

From: Hemant on
Thanks,


"Shiju Samuel" <Shiju.Samuel(a)gmail.com> wrote in message
news:uV$Pgx83KHA.3728(a)TK2MSFTNGP06.phx.gbl...
> You should use sp_send_dbmail
>
> http://msdn.microsoft.com/en-us/library/ms190307.aspx
>
> before doing this you should configure a mail profile
>
> http://msdn.microsoft.com/en-us/library/ms189879.aspx
>
> Hemant wrote:
>
>> Hi,
>>
>> I have moved my database sql server 2000 to sql server 2008 and on 64
>> bit. For mail I used xp_smtp_sendmail but this is not working in sql
>> server 2008 . Please suggest me alternative for this
>>
>> Thanks,
>> Hemant
>
>
>
> --
>


From: Hemant on
Hi,

But one more problem is that I want to
Change "from" portion of the email when calling sp_send_dbmail.

Thanks,
Hemant
"Hemant" <Hemant(a)nomail.com> wrote in message
news:uMTdMzR4KHA.4952(a)TK2MSFTNGP02.phx.gbl...
> Thanks,
>
>
> "Shiju Samuel" <Shiju.Samuel(a)gmail.com> wrote in message
> news:uV$Pgx83KHA.3728(a)TK2MSFTNGP06.phx.gbl...
>> You should use sp_send_dbmail
>>
>> http://msdn.microsoft.com/en-us/library/ms190307.aspx
>>
>> before doing this you should configure a mail profile
>>
>> http://msdn.microsoft.com/en-us/library/ms189879.aspx
>>
>> Hemant wrote:
>>
>>> Hi,
>>>
>>> I have moved my database sql server 2000 to sql server 2008 and on 64
>>> bit. For mail I used xp_smtp_sendmail but this is not working in sql
>>> server 2008 . Please suggest me alternative for this
>>>
>>> Thanks,
>>> Hemant
>>
>>
>>
>> --
>>
>
>


 | 
Pages: 1
Prev: Arithabort
Next: Migrating from MsAccess to MS SQL