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
 SQL Server Administration (2000)
 Shrink log file

Author  Topic 

hornet
Yak Posting Veteran

96 Posts

Posted - 2006-04-04 : 02:05:37
Hi! I have log file which size around 65 mb. but i need shrink it to 10 mb. I do so:
dbcc shrinkfile('name_log_file', 10)

but i get message: Cann't srink log file beacuse some logical files are in use.
Before it i have killed all proccess. What's my trouble?
Thanks a lot.

franco
Constraint Violating Yak Guru

255 Posts

Posted - 2006-04-04 : 05:06:14
If not already done please have a look here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;272318&Product=sql

Franco
Go to Top of Page
   

- Advertisement -