Shrinking the transaction log file is a process of reducing the size of the transaction log. This process is important because if the transaction log file is left unchecked it can grow until it consumes the hard disk space of your server.
- Right click database >> Options >> Set Recovery Model to Simple >> OK
- Right click database >> Tasks >> Shrink >> Files
- Select File type = Log >> OK
- Set back the Recovery Model to Full
For more information about recovery model refer to http://msdn.microsoft.com/en-us/library/ms189275.aspx
No comments:
Post a Comment