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 2005 Forums
 Transact-SQL (2005)
 dbcc SomeProcedure(free) problems.

Author  Topic 

Wodzu
Yak Posting Veteran

58 Posts

Posted - 2008-04-01 : 03:57:58
Hi,

recently I had to reinstall my system.

I've reinstalled SQL Server too and now I have very strange problem.

I canno't unload dll's from server's memmory.

when I execute this commands for test:

sp_addextendedproc 'xp_test','test.dll' 

exec master..xp_test '999'

sp_dropextendedproc 'xp_test'

dbcc test(free)


everything is working fine except the last line.

Query is executing like 10 minutes and I can't stop it.
(10 minutes was the boundary for my patience, then i restarted system)

I am sure that this worked before. I've installed Serice Pack 2 but it won't helped :|

What can I do?



   

- Advertisement -