Where is the SQL Server Database Trigger Wizard or Dialog Box?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xarzu
    New Member
    • Apr 2007
    • 90

    Where is the SQL Server Database Trigger Wizard or Dialog Box?

    Where is the SQL Server Database Trigger Wizard or Dialog Box?

    This question is about SQL Server

    In the past, I have created a stored procedure that was run on a timely basis by (if I remember correctly) a database trigger. As I recall, there was a wizard (dialog box with "NEXT" buttons) that I used to set things up to have the stored procedure run automatically. That was some time ago. Now when I search for database trigger information online, I find only information about -- creating triggers for when a table is updated or modified. Maybe I am using the wrong terminology and what I am looking for is not a "trigger" at all.
  • xarzu
    New Member
    • Apr 2007
    • 90

    #2
    It is a SQL Server Agent which will run jobs. It is found at the bottom of the MS SQL Server Management Studio.

    Comment

    Working...