|
-
Dec 15th, 2008, 04:20 AM
#1
Thread Starter
Fanatic Member
DBCC SHRINKFILE doesn't shrink the size
i use DBCC ShrinkFILE(log_file_logical_file_name, TRUNCATEONLY) but it doesn't resize the log size
it's now "grown up" to 34GB size..
what should i do?
thx
-
Dec 15th, 2008, 06:25 AM
#2
Fanatic Member
Re: DBCC SHRINKFILE doesn't shrink the size
TRUNCATEONLY is applicable only to data files and not log files. Fore more info read this
-
Dec 15th, 2008, 06:27 AM
#3
Re: DBCC SHRINKFILE doesn't shrink the size
Have a look at this if it helps.
-
Dec 15th, 2008, 08:29 PM
#4
Thread Starter
Fanatic Member
Re: DBCC SHRINKFILE doesn't shrink the size
thx pvbangera, dee-u
TRUNCATEONLY is applicable only to data files and not log files. Fore more info read this -> from what i read it can truncate log file, maybe i read wrong
dee-u..it helps
thx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|