Forum Replies Created

Viewing 15 posts - 631 through 645 (of 2,640 total)

  • RE: Get Rid of the Indexes

    I think you're missing the point and trying to be trendy by waving the green flag.! The main purpose of a backup is to enable yourself to recover from a...

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

  • RE: Pertition schema e function add new filegroup

    I apolgise for just pasting a link, but I don't think we can answer your question in a simple post and Kimberley's white paper has to be one of the...

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

  • RE: Need suggestions on sp_configure> for Windows Server 2003

    I'd suggest you do not use any switches but leave it as is. There are some o/s settings which may be useful - part of something I blogged just recently.

    http://sqlblogcasts.com/blogs/grumpyolddba/archive/2008/03/12/things-that-may-not-be-right-on-your-sql-server.aspx

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

  • RE: Execution Time Problem

    in general seeing the query still doesn't help - you'll need to examine the query plans from the two machines to see the differences.

    You should make sure your stats are...

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

  • RE: Need suggestions on sp_configure> for Windows Server 2003

    Can you confirm you have 4Gb of ram ? or a typo? If you only have 4Gb ram I seriously suggest you don't enable the 3gb switch and...

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

  • RE: SAN/CPU's SQL 2005 Enterpriseedition

    just to cheer you up, experience shows that many SAN vendors and partners have little ability to correctly set up a SAN for SQL Server - there have been several...

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

  • RE: Page Faults

    have a read of my research and testing - it may help http://sqlblogcasts.com/blogs/grumpyolddba/archive/2008/01/06/configuring-windows-2003-x64-for-sql-server.aspx

    I'm also currently working with a very busy sql2k setup and that's been interesting to say the...

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

  • RE: Execution Time Problem

    in general terms your question is too vague and we could make so many suggestions, most would probably be wrong.

    I'd take a first guess at parallelism causing slowdown - but...

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

  • RE: Opt File system block size SAP on 2k5

    it's unlikely changing the block size will actually have much visible effect - I've never been able to measure any; however, I agree that 64kb for t logs is vital...

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

  • RE: MAXDOP Option not getting used

    The amount of physical memory for sql server is unlikely to affect parallelism. For an out of the box sql server the only deciding factors on parallel plans are the...

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

  • RE: Index Usage

    I hate to disagree but you're both wrong. I've done extensive testing trying to see a performance drop on maintaining indexes for inserts at least. I generated around 2,000 rows...

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

  • RE: dbcc inputbuffer question

    I posted a custom rdl which does this - the query is a bit more simple. I don't usually create views or procs for this type of work as I...

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

  • RE: ANSI - QUOTE IDENTIFIER

    do you have set commands in your function?

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

  • RE: Partitioned table question

    partitioned tables can be a bit odd in joins - tricky for us to advise - I assume the join column(s) on the partitioned table are indexed? you may find...

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

  • RE: Trading Application

    I think this is a real tricky question to ask, and I'll doubt you'll get an answer. Web connectivity usually uses disconnected record sets so real time will need continous...

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

Viewing 15 posts - 631 through 645 (of 2,640 total)