Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-07-11 : 09:12:24
|
| Vivek writes "In SQL SERVER 7 i had the option to start the sql mail by doing the right click .. but in 2000 I cannot see this option ...now I do i start the sql mail .. and test whther it is working or not Thanksvivek" |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-07-11 : 15:13:17
|
| Well, do you have all the required other pieces like a MAPI mail client? If not, you can't use SQL Mail. Was 2000 put on a new machine, or an upgrade to your 7.0? |
 |
|
|
jasper_smith
SQL Server MVP & SQLTeam MVY
846 Posts |
Posted - 2002-07-11 : 16:15:54
|
| You no longer now have to explicitly call xp_startmail in SQL 2000, the xp_sendmail extended proc does this for you, thus there is no need to manually start mail from Enterprise Manager and thus it has been removed. You can still call xp_startmail if you want to but it is unnecessaryHTHJasper Smith |
 |
|
|
|
|
|