Browse by Tags

  • What Settings Will Speed This Up?

    Hi, This has been driving me nuts for a few days now. I'm more a developer than DBA, but the answer I suspect lies in the Server configuration. Apologies for the length of this, but I have tried a lot of things. Scenario : We get a monthly database dump in the form of a 1.5Gb csv file, comma delimited...
    Posted to Performance Tuning for DBAs (Forum) by peridian on 06-09-2008
  • SQL2000 Max memory used now what

    I have an older Dell boxen with 2000 SVR SP4 with SQL 2000 SP4 Our app is getting slower as it ages and the mainboard cannot take more than 1GIG of ram. Without getting new hardware, Id like to use this time to tune the DB before we spend $$ on an upgrade. When I let memory go dynamic, it eats into all...
    Posted to Performance Tuning for DBAs (Forum) by bytehd on 04-28-2008
  • Re: UPDATE STATISTICS

    Indexdefrag does NOT update stats. You need to run: UPDATE STATISTICS TableName WITH FULLSCAN -- WITH FULLSCAN is an option Remember also: EXEC sp_recompile TableName You need to set the table that has updated stats for Recompile. Then ANY sproc that hits that table will recalc its execution plan with...
    Posted to Performance Tuning for DBAs (Forum) by abroadway on 03-18-2008
  • Re: Optimiser differences

    The stats seem to be the same. The restored db is only a day or so old. The stats get updated on production every morning and the indexes are rebuilt once a week. Our usual weekly reindex is done with a variation on the sp by T.Pullen with the scan density threshold set to 85 http://www.sql-server-performance...
    Posted to Performance Tuning for DBAs (Forum) by jarno3000 on 10-12-2007
Page 1 of 1 (4 items)
 



© 2000 - 2007 vDerivatives Limited All Rights Reserved.