摘要:
最近的工作是导数据库,把原有库里的内容导入到新的数据库中。遇到这么一个问题。新数据库有个表有trigger,trigger又调用一个function.function里面是运行CLR加密。(SHIT)正常插入数据都没有问题,但是我写SQL导入数据,抛异常An error occurred in the Microsoft .NET Framework while trying to load assembly id 655..找了一下,微软官方有个结局方案。To resolve the trust issue, open SQL Management and execute the follo 阅读全文