September 2010
Intermediate to advanced
1704 pages
111h 8m
English
To delete or update profiles, accounts, profile-account associations, and profile security settings (note: do so in reverse order), you use the stored procedures shown in Table 15.1.
Table 15.1 T-SQL Stored Procedures

For example, to delete a profile, you execute this:
exec msdb.dbo.sysmail_delete_profile_sp @profile_name='Undesireable Profile Name'
To update a profile’s security, changing it from the default to the nondefault profile, you execute the following:

Alternatively, you can simply return ...
Read now
Unlock full access