Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Automatic trigger disabling - please help

    Removing the following line

    alter table [dbo].[JobSeekerServices] disable trigger [Insert_JobSeekerDevelopmentPlans]

    and recompiling it will work.

    But my question is what causes this and how to prevent it in the future?

  • RE: Automatic trigger disabling - please help

    The disabling is being done by SQL Server automatically.

    The last bit of code where the trigger is getting disabled is being generated by SQL server automatically.

Viewing 2 posts - 1 through 2 (of 2 total)