Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about sqlclr

Read more about sqlclr

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - sqlclr

SQLCLR: How to load these dlls to SQL Server 2017?

I have a c# application works with MongoDB using MongoDB NET Driver. The output folder contains this file set: DnsClient.dll // managed libsnappy64.dylib libsnappy64.so libzstd.dll libzstd.dylib libzs...
test-img

ZedZip

sql-server

sqlclr

Votes: 0

Answers: 1

Latest Answer

Not all of those DLLs will work. The unmanaged DLLs cannot be loaded into SQL Server under any conditions. If they are not required, then try to do without their functionality. If they do contain requ...
test-img

Solomon Rutzky

How to script and load assemblies list to SQL Server?

My SQL CLR procedure depends on log4net, it depends on System.Web.dll. When I upload this System.Web.dll : create assembly [System.Web] from 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Web...
test-img

ZedZip

sql-server

.net-4.0

sqlclr

database-deployment

database-scripts

Votes: 0

Answers: 1

Latest Answer

Good News (mostly) If you have already loaded these assemblies into SQL Server, then you have two options. First, if you are using SSMS, you might be able to script out the assemblies. Just: right-cl...
test-img

Solomon Rutzky

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved