Hi.
I've written some functions in a C# DLL, which is called from a stored procedure using CLR.
Is it possible to update this DLL without having to stop the database-server?
It looks like the server is holding the DLL open after the first call from the SP.
And it doesn't look like "stop environment clr" does the trick.
Any thoughts?
Regards,
Bjarne Anker
Maritech Systems AS
Norway