|  | Posted by Erland Sommarskog on 06/25/05 01:13 
rcamarda (rcamarda@cablespeed.com) writes:> I'm using Idera's SQL Diagnostic Manager and its showing me my index is
 > using the File Group "Primary" (which I recently read is bad)
 
 There are situations where you can split up databases on several
 file groups, and for instance have non-clustered index on a separate
 volume. Note that if you relocate the clustered index, you relocate
 the data as well.
 
 But this should only be done if you have a clear understand of what you
 win. None of our customer's databases have more than the two files
 each database is born with. (And thus only one file group.)
 
 > and I have 3 index levels with some Data values having in excess of 700K
 > rows.
 > Is this bad and should I be worried? Is there some housekeeping I
 > should do in these situations?
 
 It's a good idea to run DBCC DBREINDEX on your tables, if they tend
 to fragment. Whether they fragment, can be concluded by using
 DBCC SHOWCONTIG.
 
 --
 Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
 
 Books Online for SQL Server SP3 at
 http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
  Navigation: [Reply to this message] |