Aracılığıyla paylaş


SQL Mail XPs seçeneği

Use SQL Mail XPs Bu sunucuda SQL Mail için seçeneği. Olası değerler şunlardır:

  • 0 SQL Mail gösteren kullanılabilir (varsayılan) değil

  • 1 kullanılabilir SQL Mail gösteren olan

Bu ayar hemen sunucusu olmayan durdurma ve yeniden etkinleşir.

Ayrıca Microsoft SQL Mail XPs etkinleştirilebilir SQL Server Management Studio, SQL posta Özellikler iletişim kutusu açılarak, Object Explorer kutusunda.

SQL Mail etkinleştirildikten sonra gerekli posta profiliyle SQL Mail yapılandırmanız gerekir.

Not

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..To send mail from Microsoft SQL Server, use Database Mail.

Örnekler

Aşağıdaki örnek, saklı yordamlar genişletilmiş SQL posta etkinleştirir.

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'SQL Mail XPs', 1;
GO
RECONFIGURE;
GO

See Also

Concepts

Other Resources