Follow these steps within SQL - Firstly amend recovery mode (this reduces log files)
- Find the databases that are large and taking up the space - in my case this is on my my DEV server.
- Connect to SQL Object explorer and connect to instance
- Right click on the database that is large - in my case ProfileDB - click Properties and Options and ensure the Recovery mode is set to "Simple" - see screenshot
The 2nd step is too Shrink databases - this will recover space by moving data from the end of a file to unoccupied space closer to the front of the file.
- Use the steps in the following link to carry out this simple task - http://msdn.microsoft.com/en-us/library/ms189035.aspx -
No comments:
Post a Comment