次の方法で共有


Quick list of VLDB maintenance best practices

One evening last week I sat down with Kimberly for 5 minutes to come up with a top-of-our heads list of VLDB maintenance concerns for a company migrating a multi-TB database to SQL Server 2005. This isn't in any way based on the VLDB survey I've been doing (see previous posts) but is a common-sense list of things that everyone should do. People really liked the list so I'm posting it here. Maybe we should turn this into a book???

Hope this helps.

Comments

  • Anonymous
    May 03, 2007
    Excellent list!

  • Anonymous
    May 03, 2007
    This Blog ROCKS ! Any caveats on using DBCC Shrinkfile for tran log files (in Simple recovery mode) ?

  • Anonymous
    May 06, 2007
    Thanks! No issues wuth using shrinkfile on the log - let me know if you're having problems.

  • Anonymous
    May 06, 2007
    The comment has been removed

  • Anonymous
    May 07, 2007
    Correct - stats are not recomputed as part of a REORGANIZE (or DBCC INDEXDEFRAG) operation. This is because the command does not see an overall snapshot of the index - only the few pages its working on at a time. This means that as soon as its through with some pages, the value distributions coul change dramatically. Interesting - I was sure I'd put it into BOL for ALTER INDEX. I'll make sure its there in future. Thanks

  • Anonymous
    May 07, 2007
    The comment has been removed

  • Anonymous
    May 08, 2007
    Bill - please send me an email with these questions in. Thanks

  • Anonymous
    May 08, 2007
    Thanks..I sent the mail to you this morning.

  • Anonymous
    August 09, 2007
    转载、解释一下来自SQL Server Storage Team的VLDB维护建议清单。 虽然主题是维护,但相信理解这些对于从事数据库开发的人员来说也有一定价值。

  • Anonymous
    January 08, 2015
    Nice List! I also resort to this 10 tips that have proven to be very useful sqlturbo.com/top-10-must-do-items-for-your-sql-server-very-large-database