Comments and notes on SQL Server 2000, 2005, and T-SQL
Browse by Tags
All Tags »
mail (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
Take the following steps to configure SQL mail on a SQL 2005 server: Execute this script: use master go sp_configure 'show advanced options',1 go reconfigure with override go sp_configure 'Database Mail XPs',1 go reconfigure go In MANAGEMENT > DATABASE...
|