Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 How to unload dll from server's memory?

Author  Topic 

Wodzu
Yak Posting Veteran

58 Posts

Posted - 2008-03-06 : 03:36:40
Hi.

Recently I've instaled some extended procedures from a dll.

Later, I've removed all the procedures and I wanted to remove dll also from the server's memory like this:

dbcc MyDLL(free)

But, still I cant delate the dll from \Binn directory.

The same operation under SQL Server 2005 works without any problem.

So... how to fix this?

And how to check what dlls are used by SQL Server?

Thanks!

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-03-06 : 03:48:54
Sysinternals has ProcessExplorer.



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page
   

- Advertisement -