TooManyRowsAffectedException with encrypted triggers

前端 未结 3 364
野的像风
野的像风 2020-12-03 14:55

I\'m using nHibernate to update 2 columns in a table that has 3 encrypted triggers on it. The triggers are not owned by me and I can not make changes to them, so unfortunat

3条回答
  •  暖寄归人
    2020-12-03 15:08

    er... you might be able to decrypt them...

    Edit: if you can't change code, decrypt, or disable then you have no code options on the SQL Server side.

    However, You could try "disallow results from triggers Option" which is OK for SQL 2005 and SQL 2008 but will be removed in later versions. I don't know if it suppresses rowcount messages though.

提交回复
热议问题