Forum Replies Created

Viewing 15 posts - 1,696 through 1,710 (of 2,640 total)

  • RE: Multiprocessor: How to prove all processors are used by SQL

    most dbcc commands will use multiple processors.

    write a rubbish view or query that forces a parallel plan - monitor processor use.

    write a number of heavy cursor based inserts/updates - run...

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

  • RE: SQL Server is not releasing Extended SP DLL

    I've two thoughts - there are some procs which register and deregister extended proc calls.

    Why are you changing dll's if you think processes are running? If you're worried about that...

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

  • RE: DTS package transformation to commandline

    at a rough guess I'd say permissions.

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

  • RE: Data transfer between 2 SQL Server

    use remote procedure calls via linked server enabled for rpc calls only. Check out BOL

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

  • RE: Jumping into deep end of Clustering and DTS...

    Clusters are not too bad as long as you ALWAYS remember to administer the sql server in cluster administrator. NEVER try stopping or starting the sql/agent service other than in...

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

  • RE: When do we know we need to run statistics?

    Performance tuning is all about establishing baselines and trending statistics so that you can evaluate and diagnose performance.

    Best practices should establish  regular maintenence routines and processes to optimise the database(s)...

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

  • RE: self blocking in sql server

    Question is too vague. If you're inferring parallel threads causing multiple spids which block the same user then search the forums , under parallelism, as it's been listed far too...

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

  • RE: I/O Separation

    Hi John

    Normally you'd set tempdb on its own array because it has a lot of heavy useage, I monitor the throughput on all my databases so if tempdb is doing...

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

  • RE: Multiple files defined for a database

    why don't you modify your script to take account of multiple files?

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

  • RE: Who Do You Want To Hire?

    It's the process of attempting to resolve the question that is of interest to the interviewer not the answer.You wouldn't believe how hard it can be to lead someone to...

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

  • RE: SQL Memory configuration ! Have I got it Wrong ??? Pls Help

    very strange - you could use perfmon/task manager to figure out what is using ther page file.

    I usually try to place the page file on a fast drive . I...

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

  • RE: Performance - too many indexes

    There's no magic wand to wave for index tuning - I make most of my living performance tuning applications and servers. Ultimately each problem query needs attention, it may take...

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

  • RE: Who Do You Want To Hire?

    I'm fortunate in as much as I usually only get to pose the technical questions - senior managers do the rest. As I usually work within production environments I have...

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

  • RE: SQL Memory configuration ! Have I got it Wrong ??? Pls Help

    ps .. restart sql service.

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

  • RE: SQL Memory configuration ! Have I got it Wrong ??? Pls Help

    should be easy to see what's happening, run up a perfmon to check. There should be no, well almost, paging at all on a sql server.

    There should be some free...

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

Viewing 15 posts - 1,696 through 1,710 (of 2,640 total)