Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Jim Salmons: "That is excellent news! I will look forward to a future update with these features. It will be attention to such details that further distinguishes your excellent products from the competition.

As always, I appreciate your great products and your demonstrated customer service is equal to the high quality of your products".
Paolo Benjamin T. Briones: "I just downloaded the trial and its great! IMHO, its a lot better than the Enterprise Manager from SQL Server".

More

Add your opinion

MS SQL Maestro online Help

Prev Return to chapter overview Next

Alerts

The Alert object represents a single SQL Server Agent alert. Alerts respond to either specific Microsoft SQL Server error messages or SQL Server errors of a specified severity. By default, only members of the sysadmin fixed server role can create alerts.

 

Note: Before starting a job make sure that the SQL Server Agent service currently running on the server.

 

 

New alerts are created within Create Alert Wizard. In order to run this wizard you should either

 

select the Alerts list or any object from that list and then use the Create New Alert item from the popup menu

or

open the server in Server Editor and the Alerts tab there and press Insert or select the Create New Alert item from the popup menu (Alternatively, use the corresponding link of the Navigation Bar).

 

 

 

Alerts are edited within Alert Editor. In order to open the editor you should either

 

select the alert for editing in the explorer tree (type the first letters of the alert name for quick search);
select the Edit Alert item from the popup menu

or

open the server in Server Editor and the Alerts tab there;
select the alert to edit;
press the Enter key or select the Edit Alert item from the popup menu (alternatively, you can use the corresponding link of the Navigation Bar).

 

 

 

To drop the existing alert:

 

select the alert to drop in the explorer tree;
select the Drop Alert item from the popup menu

or

open the server in Server Editor and the Alerts tab there;
select the alert to drop;
press the Delete key or select the Drop Alert item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar)

 

and confirm dropping in the dialog window.

 



Prev Return to chapter overview Next