Viewing 2 posts - 1 through 2 (of 2 total)
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?
July 27, 2006 at 2:35 pm
#652027
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.
July 27, 2006 at 1:56 pm
#652000