dbTalk Databases Forums  

OS-Level defragmentation?

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss OS-Level defragmentation? in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Linn Kubler
 
Posts: n/a

Default OS-Level defragmentation? - 05-26-2010 , 10:32 PM






Hi,

I've often wondered about OS-Level defraging my data disks of my SQL Server
2005 server. Is it recommended, is there anything I should be looking out
for? How often should it be done? Things like that.

Any suggestions?

Thanks in advance,
Linn

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: OS-Level defragmentation? - 05-27-2010 , 04:36 PM






Linn Kubler (lkubler (AT) chartwellwisc2 (DOT) com) writes:
Quote:
I've often wondered about OS-Level defraging my data disks of my SQL
Server 2005 server. Is it recommended, is there anything I should be
looking out for? How often should it be done? Things like that.
Hopefully: almost never.

But that presumes that you grow data files in a planned and order manner.
If you just say "CREATE DATABASE mydatabase" and then never make any
adjustments, your database will grow in small small steps, and this
can lead to considerable disk fragmentation.

But if you create your databases with good sizes from the beginning,
and grow them in an ordered fashion in maintenance windows, there
should not be much fragmentation.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.