﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Backups  / Need to increase log file size permanently. / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 23:29:59 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Need to increase log file size permanently.</title><link>http://www.sqlservercentral.com/Forums/Topic1424659-357-1.aspx</link><description>You either have auto_shrink on or you have a scheduled shrink job. Get rid of the shrink and the file will stay at the specified size (or will grow if necessary)</description><pubDate>Wed, 27 Feb 2013 11:24:21 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>Need to increase log file size permanently.</title><link>http://www.sqlservercentral.com/Forums/Topic1424659-357-1.aspx</link><description>Hello Everybody!I have a 130Gb database. It was created 3 years ago with the default log file size (3mb). What I´m trying do make is to increase this log file size to a regular size accordding to the mdf file. My ideia is to alter the log file size to a minimum of 1Gb size.Here´s what I have, running in a SQL 2005 maintainance plan perfectly:Database in full recovery modelFull backup every day, 7AMLog backup every hour, from 9AM to 11:59PMI´ve already tried to following command:ALTER DATABASE [DATABASE_NAME] MODIFY FILE ( NAME = N'LOGICAL_LOG_NAME', SIZE = 1024000KB )Ok, this command really alters the log size, but after some hours it goes back to the old size!!!!I really need to increase this log file size permanently. dbcc sqlperf (logspace) reports log full many times! My idea is to increase the log space, so sql server would have more space avaiable to work with.How can I alter the initial size of the log file and it permanently keeps this new value?Thks!</description><pubDate>Wed, 27 Feb 2013 11:12:26 GMT</pubDate><dc:creator>luiz.carvalho</dc:creator></item></channel></rss>