Forum Replies Created

Viewing 15 posts - 856 through 870 (of 2,640 total)

  • RE: Performance Tuning and Database Tuning Advisor SQL 2005

    The DTA is a tool like any other - you get to understand what a tool does by using it, if it suggests xx index will aid performance by 63%...

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

  • RE: Trace Flags 1204 and 1205 :crazy:

    I'd suggest you cycle your error log every day to avoid getting a really large log.

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

  • RE: SP:CacheRemove

    check your query plans - view estimated plans, not actual. I'd give best guess your proc is table scanning not using an index seek - index to suit.

    ( could also...

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

  • RE: Worst Practices - Making Databases Case Sensitive (Or Anything Else)

    it was always claimed that the binary setting produced the performance gain - not quite the same as CS I think - not sure as I normally create CI...

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

  • RE: Should DBA's need to know the physical details of a SAN??

    actually cache is another myth put forward by the vendors - in the early days of tcp benchmarks, back in sql 6.5 and sql 7 days it used to be...

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

  • RE: Should DBA's need to know the physical details of a SAN??

    And here lies the problem - some vendors tell customers that san's outperform DAS, disk for disk this is untrue a disk still only has x i/o per sec and...

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

  • RE: Database Expansion

    it should resize instantly, it's a tiny increment. Don't do it in small chunks you'll only increase ntfs fragmentation. I suggest you check for that prior to expanding and...

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

  • RE: SQL Minimum memory setting

    if you enable awe it disables dynamic memory allocation so the only setting which is important is the max memory settings ( 32 bit versions ) There's a KB...

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

  • RE: SQL Administration with Dynamics AX

    if it's anything like Navision you have my sympathies. Hopefully you should be able to restrict sysadmin and dbowner rights - that at least may help. You can still enable...

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

  • RE: Does sp_who_3 work under SQL 2005?

    without wishing to sound "nasty" there is an inherent danger in downloading and using scripts you don't understand - especially if you're using them against production systems - so if...

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

  • RE: Index design on a table where the primary key is not clustered

    I have a series of posts about how indexes work - this one ( I had to post in three parts so if you want the original doc drop me...

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

  • RE: Should DBA's need to know the physical details of a SAN??

    welcome to the wonderful world of mystery storage!! Ever since the first SAN arrived I've found performance problems with SQL Server. I got SNIA certified so that I could ask...

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

  • RE: Error upgrading SQL Reporting Services (2000 to 2005)

    I'd really advise you to NOT perform an update in place. My experiece has shown using new installs and migrating is a far far better option.

    If you've taken a server...

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

  • RE: Delete Datafiles

    You'd just do so much better going on a training course rather than trying to change a database structure that you might not understand, especially if it's a production database....

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

  • RE: Does sp_who_3 work under SQL 2005?

    I assume you mean sp_who2 ? Most 2000 code works on sql 2005 as pretty much all the old system tables are supported with views - this may not...

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

Viewing 15 posts - 856 through 870 (of 2,640 total)