Forum Replies Created

Viewing 15 posts - 481 through 495 (of 2,640 total)

  • RE: SQL Server Black Book on Indexes & Statistics, Got One?

    kalen Delaney wrote some of the best consise books on indexing prior to sql 2005. From sql2005 onwards you seem to need more and more books just to pick the...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: create partition with 64K offset

    my understanding is that usually the offset is better for all windows partitions. You should check with your storage vendor. windows 2008 no longer needs this.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Max Worker Threads option

    run my rdl files and see how the memory is being used ( it's easier in a picture ) You should really get to sp2 on w2k3 and there are...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: update statistics

    sorry ! sp_updatestats used to update all stats regardless in sql 2000, in SQL2005 it only updates stats "it thinks" needs updating - doesn't mean it's right.

    so if you examine...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Indexed Columns Duplicated

    there a series of posts which I did here http://www.grumpyolddba.co.uk/sql2005/sql2005.htm

    I don't actually have anything which directly relates to your question, I just did a presentation on indexes but again...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: More filegroups or just more harddrives in the RAID??

    there's some stuff which may help here http://www.grumpyolddba.co.uk/monitoring/monitoring.htm

    and I have quite a lot of stuff on my blog but it takes a while to find - blog link on my...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Parallelism & Inconsistent Query Perormance

    I wouldn't have thought so, but set options in connections strings can do strange things - you can usually capture the set options with profiler when the connection is established....

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Only one of the 16 processors is busy

    it mentioned file copies and open files, by default windows install is for a file server, you have to configure specifically for an app server. It's a bit of large...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Maintenance Plan For Rebuild index

    never use maint plans myself - always self code. Could be you've ticked the box which is/was fix problems if found - this always used to give problems in 7.0...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: update statistics

    that's the point - it changed from 2000 to 2005. To update ALL stats regardless you must run update statistics against each table not sp_updatestats. If you start altering...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Parallelism & Inconsistent Query Perormance

    you may have different set options in place from ado, most likely, which means the code runs differently. Make sure you've compiled the proc with ansi nulls and quoted identifier...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Max Worker Threads option

    but none of this directly relates to issues with agent worker threads which have little to do with the actual user connections.

    If you have hyperthreading enabled you should turn it...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: More filegroups or just more harddrives in the RAID??

    Generally it's unlikely to make much difference, splitting to two raids would probably degrade performance I'd guess. I'd migrate the database to multiple files ( not filegroups ) to increase...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Perfmon: SS Buffer Mgr: Page Reads/sec and Page Writes/sec

    I'm interested in where the figure of 80 came from? a hit ratio I can follow but a counter of reads would be hardware specific. I have a sql2k box...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Only one of the 16 processors is busy

    actually make sure your hba, nic and array controller drivers are bang up to date and configutred correctly

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 15 posts - 481 through 495 (of 2,640 total)