I worked with writing some stored procedures in .NET code using SQL CLR Integration. In a stored procedure, I call a third-party dll. When I try to create an assembly in SQL Server containing my own saved process, it complains that the third-party DLL is not registered in the database.
Is there a way to call a DLL without registering it with SQL Server?
source
share