April 2, 2014 at 6:29 pm
one of the tlog file is configured as initial 1 TB , because of that we doint have space on the drive , is it possible to decrease the initial size of the log file .
April 2, 2014 at 6:59 pm
ramyours2003 (4/2/2014)
one of the tlog file is configured as initial 1 TB , because of that we doint have space on the drive , is it possible to decrease the initial size of the log file .
Yes you can decrease the size of the log file by using dbcc shrinkfile. Before doing that, you should figure out what kind of size you really need in your tlog.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 2, 2014 at 10:31 pm
You might also want to figure out how it got so big. If there's code that makes it that big or you're not doing TLog backups, that could make for serious problems.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2014 at 10:10 am
ramyours2003 (4/2/2014)
one of the tlog file is configured as initial 1 TB , because of that we doint have space on the drive , is it possible to decrease the initial size of the log file .
You need to investigate why it was set to ITB intially. If it's going to grow to that size anyway, shrinking the log file won't be of much use. Just investigate what's causing the log to grow.
--
SQLBuddy
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply