Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 2,640 total)

  • RE: too many index scans!

    Hmm no idea how to compare rates, I'd always assumed rates were higher out of the UK, still I have no idea of living costs so tricky one.

  • RE: Log File is full

    yup the backup will clear the transactions, the used part of the log, from the log but it won't decrease the size of the ldf file.  Have a read in...

  • RE: too many index scans!

    about  $1,900 per day on the current exchange rate .. my aim is to make that daily rate, can't tell you how far I'm off that currently < grin >

  • RE: long running query runs ffine in QA

    no blocking and deadlocks are very different .. you've got blocking I'd guess .. you have to speed up your updates and preferably stop table scanning on selects.  Failing that...

  • RE: too many index scans!

    what - send you the consultants?  gladly.

    A consultant ( £1000 per day + ) configured a major application which rolls out patches across enterprises ( like SMS used to )...

  • RE: sql@100%

    could you give some idea of the hardware and settings of your server, is it oltp or dw ?

  • RE: When do we manually update Statistics

    I don't know where you get the info about auto stats updating every 20 mins for all tables - absolutely not so - auto update stats will occur ONLY for...

  • RE: Table Defaults

    I enjoy Joe getting involved .. I might not always agree but you cannot ignore his knowledge or skills, sorry Robert !

    I had a rant at the developers at one...

  • RE: too many index scans!

    The issue with many of the counters is that they are server wide, there isn't the granularity, this is something I've raised with Microsoft as I too have suffered from...

  • RE: Adhoc vs PROC

    There have been various posts concerning queries vs procs .. posting the code is no help as we don't have the tables or data. There are a number of set...

  • RE: Cannot load the DLL xpstar.dll, or one of the DLL''''s references. Reason: 126(The specified module could not be found.).

    were the tools on a different machine, I know it was a w2003 sp but .. , worth pointing out that sql sp's should be applied to client tools only...

  • RE: too many index scans!

    btw page splits might be a concern, but depends upon your application, if that average is for an entire day that probably is a problem, I typically see 0.0 for...

  • RE: too many index scans!

    I can't believe I'm reading this post !!!  "The worst is the index scans, should be 977/s, industry standard according to a source"   what a load of cr*p !

    I have...

  • RE: long running query runs ffine in QA

    possibly, the query will scan ( probably table ) thus any updates to that table will likely cause a delay in execution of the select. You already know the execution time...

  • RE: Index in Sysindexes vs Expanding indexes in Query Analyzer

    sp_helpindex tablename  will list index details for a table

    sp_autostats tablename  will list the names of stats, system stats and indexes

    The inside sql xxx books contain good information on indexes.

Viewing 15 posts - 1,546 through 1,560 (of 2,640 total)