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
  • Index?

    I have 2 questions 1) One big index performs better then 2 small indexes or the opposite? 2) I have table with 17242772 rows and I have index1 and index2 on that table, index1 has 14 columns and index2 has 3 columns. Developer created a new report in crystal it takes 2:47 min. I analyze the query through...
    Posted to Performance Tuning for DBAs (Forum) by tariq745 on 10-25-2007
  • 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
  • Optimiser differences

    Hi, I have a production db and a restored copy of the db on two different servers. A query on production has degraded to the point of timeout(30 seconds). Running the same query on the restored copy produces an execution time of a couple of seconds. The Execution plans look slightly different. Moving...
    Posted to Performance Tuning for DBAs (Forum) by jarno3000 on 10-12-2007
  • Re: SQL 2000 performance woes!

    When application users start experiencing performance problems, they typically name the SQL Server as main point of culprit and ask if there is a problem with the database. Interestingly, most people will look at memory, CPU and disk utilization, but not at the particular code modules that cause problems...
    Posted to Performance Tuning for DBAs (Forum) by satya on 08-07-2007
Page 1 of 1 (7 items)
 



© 2000 - 2007 vDerivatives Limited All Rights Reserved.