Forum Replies Created

Viewing 15 posts - 751 through 765 (of 2,640 total)

  • RE: Which queries wanted the missing index?

    tricky! but along side your missing indexes are also worst queries, you should be able to marry up worst queries to missing indexes - you'll know the table(s) at least....

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

  • RE: Procs and funcs for serveral databases possible?

    you'd likely have an issue trying to centralise, especially if you have one out of a 100 who want's to be different!

    scripting is your friend for this. You could look...

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

  • RE: Default database settings

    or you create a script which runs through all your databases every night putting them to what you want.

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

  • RE: SQL Agent - Job Manager - Blocking Problem

    a certain amount of blocking usually occurs on a server from time to time and it is a matter of management and such which dictates what is acceptable. You're looking...

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

  • RE: How to find the location of registry of registered servers?

    you shouldn't. it's best to leave the registry alone.

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

  • RE: Administering large Databases

    sqlio and sqlstress and other such tools only apply theoretical tests onto the disk subsystem - they have little real relation to application use, and if you don't understand the...

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

  • RE: What is better.. Static or dynamic memory allocation ?

    I'm still looking into the exact reasoning behind all this and very interesting it is getting too

    It seems that with 64bit you can allocate more memory than you...

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

  • RE: how to write collation agnostic queries?

    ah case sensitivity as well - I covered this on a presentation I did but ti's not really something I can drop into a post and I'd need to do...

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

  • RE: What is better.. Static or dynamic memory allocation ?

    it's not that so much as the fact that many of the other internal memory pool sizes have been increased. I can't find the kb articles just now, but I'll...

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

  • RE: How to Tell When a SQL Agent Job 'Hangs'

    ah yes - now open a can of worms! You may have a step waiting on a console type session/response, you could be waiting on a connection response, e.g. http://ftp...

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

  • RE: CPU utilization

    I have queries which will extract highest cpu queries from the dmvs I'll perhaps see if I can dig them out.

    There is an answer of course - the sql 2005...

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

  • RE: What is better.. Static or dynamic memory allocation ?

    the problem is that I've not used sql 64 bit standard, only enterprise. There are config settings to w2k3 which affect system cache, this is either 512mb or 1gb,...

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

  • RE: What is better.. Static or dynamic memory allocation ?

    we've had a number of discussions about setting memory for 64bit sql server - all I'll say is that you MUST set a maximum memory size for sql to use...

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

  • RE: Please suggest Tools for sql server 2005

    I agree - get a DBA. As you're asking these questions even if we suggested tools/methods ( most are available one way or another for what you ask ) you'd...

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

  • RE: CPU utilization

    I usually find high cpu is down to poor queries and usually high i/o go hand in hand with high cpu. profile for high i/o queries and clock the...

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

Viewing 15 posts - 751 through 765 (of 2,640 total)