Forum Replies Created

Viewing 15 posts - 886 through 900 (of 2,640 total)

  • RE: Reporting Services is slow when running through web

    I sometimes find reports take longer to run - you need to tune/optimise reports just the way you'd tune any other sql - try setting the reports to generate/create themslves...

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

  • RE: Successful DBA

    and we've not even mentioned the vast range of or lack of skills that a person who calls themself DBA has ( or hasn't )

    This is probably the most...

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

  • RE: Performance of UDF inside a VIEW

    can you give me a clue? phone a friend ? ask the audience ?

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

  • RE: Performance of UDF inside a VIEW

    inline functions tend to turn set based queries into cursor based queries, this would be probably worse within a view.

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

  • RE: how do you find out the license type?

    as far as I know this is correct - certainly this is what BOL says.

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

  • RE: CTE's and cursors in SP

    try using a while loop ( cursor in disguise )

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

  • RE: SQL Server 2005 max memory and /3GB switch

    enabling the 3GB switch is not always the best way to go as it restricts lower memory in 32 bit editions.

    You can use awe without the 3gb switch with...

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

  • RE: Moving RootDirectory from disk C to D (Database Engine, Analysis Services)

    make sure you include the msqlsystemresource files too otherwise you might have some problems.

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

  • RE: SHRINKDATABASE Not Working

    I agree, removing log files is irresponsible and flies in the face of what a DBA stands for. And why the obsession to shrink files, do you actually know what...

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

  • RE: Error 15401 during CREATE LOGIN on case sensitive database

    I don't really know how to test this properly - are you adding the login in the context of master database - which should be case insensitive rather than the...

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

  • RE: Using the -g Startup Parameter

    I've used the -g command but with sql 2000, my probs with mem to leave were query plans but i've also heard that lite speed can suffer the same.

    you...

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

  • RE: Database Server Selection

    I currently support a 1.5TB navsion on sql 2005 send me an email and we'll talk direct - there's just no way we could do this through the forum (...

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

  • RE: Analysis Services Dimension Processing

    I'd perfmon the server to look for a bottleneck, e.g. disk, cpu, memory. Don't have anything that size to compare or any other suggestion other than to find out what's...

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

  • RE: Query Performance SQL Server 2000 vs SQL Server 2005

    one of the crucial changes in sql2005 was the reworking of the optimiser, like for like sql2005 should be faster than sql2000 and in basic testing I did this was...

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

  • RE: SQL Server 2005 Memory Configuration

    unless something has changed or unless you're using 64bit sql std you can't use extra memory.

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

Viewing 15 posts - 886 through 900 (of 2,640 total)