Forum Replies Created

Viewing 15 posts - 436 through 450 (of 2,640 total)

  • RE: Running a TFS Reports Takes a Long Time

    guessed as much. sorry no experience. I'd try resources and maybe perfmon.

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

  • RE: I/O requests taking more than 15 seconds

    try dropping from this menu

    http://www.grumpyolddba.co.uk/Infrastructure/Infrastructure.htm

    it has details of the tests I've been using. Sadly I cannot name the san I've been testing. shared luns are a problem,...

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

  • RE: Problems of performance in SQL Server 2000

    you'll also need experience with systems, something which will only come with time. This isn't something you can learn from a few links and blog posts.

    I'd suggest you purchase...

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

  • RE: Running a TFS Reports Takes a Long Time

    sorry can you clarify TFS for me? I'd check the usual suspects, memory, cpu, disk access, disk latency.

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

  • RE: Keeping user database in memory

    although technically with 8gb of ram you might expect a 2gb db to be in buffer cache you might actually be surprised how buffer cache gets used by sql server....

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

  • RE: Question about sys.dm_exec_sessions and sys.dm_exec_requests and blocking sessions

    if you go to my web site http://www.grumpyolddba.co.uk/monitoring/Creating%20Custom%20Reports%20for%20the%20DBA.htm

    there's an rdl that will show blocking sessions, there's a couple of other rdls that may help by the sounds of things!!...

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

  • RE: I/O requests taking more than 15 seconds

    only if you haven't been using the san I've been testing!!!!

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

  • RE: SQL Server 2005 memory usage

    Regardless of x64/x32 you must leave adequate memory for the o/s. Despite your db only being 3GB, memory is also used by master. msdb, tempdb and system resource dbs. Believe...

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

  • RE: SQL Server 2005 Partitioned Tables and Indexes

    Partitioning is the only way to handle big databases but do consider the increased admin overhead in managing all those files, filegroups and partitions!

    Yup it's enterprise only, I have ...

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

  • RE: I/O requests taking more than 15 seconds

    You also mentioned raid 6, I don't think you could possibly have a worse raid level for writes; 2 parity disks; you might as well use a floppy and I'd...

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

  • RE: Buffer latch type 3Msdb Cannot backup\Cannot view history of Jobs

    are you trying to create a snapshot or was that the error raised from checkdb on msdb ?

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

  • RE: I/O requests taking more than 15 seconds

    Ah but you have the classic combination for poor performance, VM + SAN.

    Monitor the io completion latency in perfmon .. Avg Disk sec/write , Avg Disk sec/read for each...

    [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

    well I wouldn't worry too much about what your monitoring tool says!! If you've set the memory for sql server correctly then memory should be good. You ideally don't want...

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

  • RE: SQL Server, SANs and Virtualisation

    see what a hornets nest this stirs up. I'm pretty sure iscsi sans work on 1gb ethernet, that's going to be one hell of a bottleneck. all luns across all...

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

  • RE: Adjusting FILLFACTOR based on SPLIT IO/Sec and Page Splits/Sec???

    Ah don't you just love vendors!! I can tell you of a BI vendor who set a DW database to binary collation ( case sensitive for our readers )...

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

Viewing 15 posts - 436 through 450 (of 2,640 total)