The text of this article is not in this database — only its details are. Read it on the old site: CLR Function in SQL Server
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: CLR Function in SQL Server
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Jignesh TrivediPosted Aug 27, 2012, 11:45 PM
hi Sam, Thanks for commanting... CREATE ASSEMBLY uploads an assembly that was previously compiled as a .dll file from managed code
Sam HobbseditedPosted Aug 27, 2012, 5:34 PMEdited Aug 27, 2012, 5:37 PM
What type of DLL? There are many types of DLLs. Without qualification, experienced Windows programmers will assume a DLL is a native DLL, yet creating a native DLL using C# is impossible.