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.
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 |
|
|
|
|