Where are triggers stored in SQL Server? Is it in a folder named triggers?

    Requires Free Membership to View

Triggers, like all objects, are stored within SQL Server in the database they were created in. The text of the object creation is stored in syscomments. SQL Server doesn't utilize folders.

 

For More Information

This was first published in December 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.