Viewing 5 posts - 16 through 20 (of 20 total)
Yes that makes sense, better to be 100% safe.
Thanks for your help.
Dave
September 8, 2008 at 7:05 am
That's a good point. I've not changed the default profile in the GUI as
lots of SQL jobs still need to use this profile.
Do you think...
September 8, 2008 at 6:54 am
Ahhh, figured it out.
use master
exec xp_stopmail
exec xp_startmail @user = 'GrayD'
exec xp_sendmail
@recipients = 'grayd@turpin-distribution.com', @message='Hello'
I just setup a new mail profile called 'GrayD', stopped/started mail....
September 8, 2008 at 6:45 am
Hi,
Thanks for all the responses, plenty of food for thought there.
We will be ditching SQL2000 before the end of the year but this project needs to be live...
September 8, 2008 at 2:15 am
Hi,
thanks to all who responded.
I needed these records in a flat file on a VMS box which does not support unicode.
In the end I exported the view...
September 5, 2008 at 6:33 am
Viewing 5 posts - 16 through 20 (of 20 total)