September 27, 2010 at 2:25 pm
Dear joyfull All,
when a trigger is to be defined in c#, you must define something like :
[Microsoft.SqlServer.Server.SqlTrigger(Name = "UpdateAddressChangeLogADDRESS", Target = "ADDRESS", Event = "FOR UPDATE")]
I may be wrong, but it appears to me that this keeps me working, and I like to be lazy.
My clients have very experienced people, and they would be glad to use the clr triggers tat I define for their own chosen targets and events.
Is there a workaround to avoid the specification of Target (and Event) in the Microsoft.SqlServer.Server.SqlTrigger attribute ?
Tahnk you in advance,
Edmond de Savornin Lohman,
Utrecht, Netherlands
September 28, 2010 at 7:23 am
jango_41 (9/27/2010)
My clients have very experienced people, and they would be glad to use the clr triggers tat I define for their own chosen targets and events.
I do not understand this line. Could you rephrase?
September 28, 2010 at 7:32 am
jango_41 (9/27/2010)
Dear joyfull All,when a trigger is to be defined in c#, you must define something like :
[Microsoft.SqlServer.Server.SqlTrigger(Name = "UpdateAddressChangeLogADDRESS", Target = "ADDRESS", Event = "FOR UPDATE")]
I may be wrong, but it appears to me that this keeps me working, and I like to be lazy.
My clients have very experienced people, and they would be glad to use the clr triggers tat I define for their own chosen targets and events.
Is there a workaround to avoid the specification of Target (and Event) in the Microsoft.SqlServer.Server.SqlTrigger attribute ?
Tahnk you in advance,
Edmond de Savornin Lohman,
Utrecht, Netherlands
Is this a question relating to SSIS? I think you may have posted in the wrong forum.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply