Implement EVENT management tool
When comparing this one with SSMS, there is a lack of EVENT management tool like SQL Server Agent. It is one great thing that MySQL has made the EVENT object free unlike MS with their express version.
                1
                 vote
              
            
 Anonymous
    
 shared this idea
Anonymous
    
 shared this idea
      
    You can modify or create events using Event Editor as follows:
1. Expand a connection in Database Explorer.
2. Expand a database.
3. Right-click the ‘Events’ node and select ‘New Event’ or expand the ‘Events’ node, right-click an event, and select ‘Edit Event’.
 
        