Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 2,640 total)

  • RE: Number of processors and mutilple cores performance

    If we're going this route then the advice should be to move to 64bit where std 2005 has unlimited memory ( well actually to o/s limit )

    But it's all very...

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

  • RE: Service Pack 2a

    SUMMARY

    <script type=text/javascript>loadTOCNode(1, 'summary');</script>

    If you apply the initial release version of Microsoft SQL Server 2005 Service Pack 2 (SP2), existing SQL Server 2005 maintenance plans and Integration Services...

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

  • RE: Intra-query parallelism caused your server command (process ID #51) to deadlock. Rerun the query without intra-query parallelism by using the query hint option (maxdop 1).

    yes this is a way and should work for defined queries but maybe of less help where the query varies. I've not used this technique so I guess I should...

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

  • RE: Execution plan question

    as always it just depends, however, if you have the window then daily. If I have the window and it doesn't cause issues I will re-index every day, I'll always...

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

  • RE: Intra-query parallelism caused your server command (process ID #51) to deadlock. Rerun the query without intra-query parallelism by using the query hint option (maxdop 1).

    yes table valued functions are one way around this, although you have to be a bit carefull when you use them inside a complex join.

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

  • RE: Please help with indexing

    you really have to examine the query plan to see if there are any possible improvements. If you're struggling with indexes then the tuning advisor may just confuse you further.

    Queries...

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

  • RE: Execution plan question

    we seem to visit this question with unfailing regularity. If queries run different then there will be a reason.  To be honest I've never really encountered this type of problem...

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

  • RE: Application vs. Production DBA?

    I agree - you need to find out what is expected of you. I work with production systems but at many levels so as I specialise in application and server...

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

  • RE: Number of processors and mutilple cores performance

    however 2005 std follows o/s memory so can use more than 2gb.

    You may find the differences between std and enterprise significant, remember many features run single threaded in STD edition...

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

  • RE: Daylight Saving (DST) and SQL Server Scheduled Jobs

    hmm, it appears US summer time would have started a week after the uK but will now start two weeks before. The servers I watch over are in an outsourced...

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

  • RE: Number of processors and mutilple cores performance

    licensing is per socket - the number of cores doesn't count. ( I'm not so sure about HT however )

    as to what you choose - most DBA's go for the...

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

  • RE: Service Pack 2a

    this may help  http://support.microsoft.com/kb/933508

     

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

  • RE: URGENT: Memory issue

    sp4 has some problems ( so I'm told ) which are resolved with the 2187 rollup. You must apply the awe patch if you apply sp4. I personally haven't seen...

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

  • RE: Intra-query parallelism caused your server command (process ID #51) to deadlock. Rerun the query without intra-query parallelism by using the query hint option (maxdop 1).

    Turning off parallelism for the entire server is not a good thing as many other things may go slow, backups, index rebuilds, reports etc. etc. I have one server where...

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

  • RE: URGENT: Memory issue

    well I never did sp4 without the awe patch, which shows as version 2040, but i've mostly rolled up to 2187 of late, so no I never had any awe...

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

Viewing 15 posts - 1,186 through 1,200 (of 2,640 total)