Hey Guys,
How can I reduce MSSQL ldf log file size?
Its now over 145MB while the row size of the database itself is only 15 MB. Since the whole database size is added to the webspace, this really adds up.
Any clues?
Hey Guys,
How can I reduce MSSQL ldf log file size?
Its now over 145MB while the row size of the database itself is only 15 MB. Since the whole database size is added to the webspace, this really adds up.
Any clues?
Try this:
DBCC SHRINKDATABASE
( 'database_name' [ ,target_percent_free ] )
Full syntax in transactional sql reference.
David.
had some probs in past shrinking log files, not sure if the following will help otherwise try www.sqlteam.com
backup log dbname with truncate_only
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks