Forum Replies Created

Viewing 15 posts - 391 through 405 (of 2,640 total)

  • RE: SQL server 2000 sysdatabases.status vs equivalent in SQL server 2005/2008

    sysdatabases is still supported in 2005, can't offhand remember in sql 2008 as I don't use the backward views/tables. You can certainly find all that info - you could try...

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

  • RE: Integrate Servers or Distribute

    It doesn't really work that way - I'm currently working on a 100TB+ database(s) or perhaps I should say how to scale/design the underlying system. Yes I've heard a lot...

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

  • RE: Is this box underpowered?

    you can extract the running queries from the dmvs regardless of who wrote it or where it is. I'd suggest you get the sql performance dashboard from connect, it's some...

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

  • RE: Partioning impact on DWH query performance

    there is no answer - or benchmark - you're asking the wrong question. Partitioning is a decision based upon scale ,architecture and application requirements. The performance, in a sense, is...

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

  • RE: ENABLE AWE ON SQL 2005

    Most modern servers with a default install of w2k3 R2 do not require the /pae switch as DEP allows full access to the memory. set your max memory and set...

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

  • RE: Performance problem- SQL Server 2005 x64 on AMD64 platform

    btw. I'd have 2gb for o/s as totally inadequate - 4Gb maybe, ideally 6GB

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

  • RE: Performance problem- SQL Server 2005 x64 on AMD64 platform

    Is the o/s fully patched and up to date?

    ditto sql server?

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

  • RE: Page file usage high

    you cannot use dynamic memory management with x64 sql server, you must set a max memory at least and give the o/s adequate room - ideally around 6GB as a...

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

  • RE: Integrate Servers or Distribute

    you cannot generalise in this manner, there is no correct answer to this question. I don't see how clustering has a part of this within this context.

    When looking at consolidation...

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

  • RE: CREATE INDEX WITH DROP_EXISTING

    1. no you don't need to recreate secondary indexes - I'd assume you'd have in place a routine to update stats, rebuild as required ?

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

  • RE: Should I write the MCTS 70-431 exam?

    most certifications only cover the version of sql server you take the exam for. It does make sense, and yes you need to re-take or upgrade your certification each version...

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

  • RE: Permissions problem after upgradation to 2005

    I'm guessing you mean you can't copy files with a direct sql command or by the agent. The service account used to run either/or the sql server engine and/or sql...

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

  • RE: Load testing a new SQL Server

    I was going to say that profiler does allow to run multi-threaded. The RML utilites will also do the job http://www.microsoft.com/Downloads/details.aspx?familyid=7EDFA95A-A32F-440F-A3A8-5160C8DBE926&displaylang=en

    but I found the documentation to be too vast...

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

  • RE: Load testing a new SQL Server

    I don't see the issue - put your logins on the new server and the replay trace will run fine.

    I'm not sure you'll find a replay trace the answer however,...

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

  • RE: Windows 2003 EE x64 and sql server 2005 EE x64

    2 - 3 % page file use is fine. SQL server will use allocated memory, 2.3gb free memory is fine - no worries there. free virtual memory relates to your...

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

Viewing 15 posts - 391 through 405 (of 2,640 total)