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
Printable View
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
TRUNCATEONLY is applicable only to data files and not log files. Fore more info read this
Have a look at this if it helps.
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