Microsoft
Software
Hardware
Network
Question : Convert Stored procedure from SQL mail to Database Mail
Hi,
I have some stored procedures that worked with SQL mail on Server 2003 with SQL 2005. The server has been upgraded to Server 2008 with SQL 2008 64 bit. I have enabled SQL mail on the new server but it errors out with a message that SQL mail does not work on the 64 Bit version of SQL server. Therefore I need to convert the Stored Procedures to work with Database Mail on the 2008 64 bit server. The problem I have is the Stored procedures use xp_readmail and xp_findnextmsg and I cannot find the equivalents in database mail. Can anyone show what the equivalent procedures in Database mail are ?
Answer : Convert Stored procedure from SQL mail to Database Mail
Yes, you can and you have to map the new location on data files so that it can recognise where the .ost file is.
Random Solutions
Microsoft Information Store stalling issues
setting text of a dynamic dom element using javascript
Scheduled Tasks to perform daily export of W2K3 server Event Viewer Logs.......
Problem with Microsoft Transporter Suite
User's Web-Based AOL Mail is sending spam to all his contacts
DAG & CAS array configured but it's not failover
Why does a SAV 10.2.4.4000 new installation show up as 10.1.9.9000?
Database on a 64 bit OS - Conection issues
How do I link combo boxes to select query in a form?
Need to create a process that will install .exe on clients pc/servers in asp.net