|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
xp_readmailCan anyone tell what's the replacement for xp_readmail in SQL Server
2005? All I could find in BOL was: This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.. Thanks. I believe the information is not yet available and as of now you can use it
in SQL2k5, during future releases check the reference using books online. -- Show quote----------------- Satya SKJ Visit http://www.sql-server-performance.com for tips and articles on Performance topic. "baddy" wrote: > Can anyone tell what's the replacement for xp_readmail in SQL Server > 2005? > > All I could find in BOL was: > > This feature will be removed in a future version of Microsoft SQL > Server. Avoid using this feature in new development work, and plan to > modify applications that currently use this feature.. > > Thanks. > > No replacement. The old SQL Mail has always been a mess since it uses MAPI. We have asked from
something else, and now Database Mail is here, SMTP based. SMTP is for sending email only. So if you want to receive email, all you have now is the old SQL Mail. Perhaps something will be introduced in some future version that doesn't use MAPI and let us receive email, but not at this moment. -- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ "baddy" <narsi***@gmail.com> wrote in message news:1137767148.713835.300740@z14g2000cwz.googlegroups.com... > Can anyone tell what's the replacement for xp_readmail in SQL Server > 2005? > > All I could find in BOL was: > > This feature will be removed in a future version of Microsoft SQL > Server. Avoid using this feature in new development work, and plan to > modify applications that currently use this feature.. > > Thanks. > |
|||||||||||||||||||||||