X-Received: by 10.36.200.2 with SMTP id w2mr388301itf.6.1473457328003; Fri, 09 Sep 2016 14:42:08 -0700 (PDT) X-Received: by 10.157.6.136 with SMTP id 8mr483182otx.9.1473457327973; Fri, 09 Sep 2016 14:42:07 -0700 (PDT) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!i184no2247067itf.0!news-out.google.com!w143ni2088itb.0!nntp.google.com!i184no2247060itf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.databases.ms-sqlserver Date: Fri, 9 Sep 2016 14:42:07 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=71.95.163.250; posting-account=99cyNgoAAAA03l-zLDrnoY7TEbs-AvM9 NNTP-Posting-Host: 71.95.163.250 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3657fc10-eb2d-481e-b115-12d2074200d0@googlegroups.com> Subject: unsafe assembly message in the sql server log From: "M.G." Injection-Date: Fri, 09 Sep 2016 21:42:07 +0000 Content-Type: text/plain; charset=UTF-8 Xref: csiph.com comp.databases.ms-sqlserver:1972 We started getting messages like this one: 2016-09-08 08:00:54.18 spid91 Unsafe assembly 'microsoft.sqlserver.mpusqlclrwrapper, version=10.0.0.0, culture=neutral, publickeytoken=89845dcd8080cc91, processorarchitecture=msil' loaded into appdomain 215 (mssqlsystemresource.dbo[runtime].285). in the server log (MS SQL 2008 R2) I don't know much about assemblies and the message worries me. My understanding is that assembly usually is a procedure written in CLR language, such as C#, compiled and deployed as native code on SQL Server. There is no s/w that we build and deploy as such assembly - what could be a reason for the warning message? Are there any steps to further investigate it?