Forum Replies Created

Viewing 15 posts - 1,906 through 1,920 (of 2,640 total)

  • RE: Procedure Cache Randomly Flushed? Blocks Aplenty!

    I was going to post that you were not allowing any memory for the o/s - then I read your post from microsoft.

    I'll be blunt, you'd not configured memory correctly...

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

  • RE: 15 million rows and growing, so do the problem

    Please don't use a table variable for anything other than a small data set. You'll find a #temp table will optimise far better.

    clustered indexes allow for enforced uniqueness on a...

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

  • RE: Registry Where is CD_Key?

    removed properly I hope.

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

  • RE: DTS / Replication help needed Please

    I really think you might need a good read of BOL.

    you can set up a restricted snapshot on table columns - it's in the advanced options - don't really...

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

  • RE: RAID block size, SAS and raid

    I've tried various configs for arrays and to be honest never been able to measure any difference. Tran logs and backups are best set with 64kb blocks and the data...

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

  • RE: Viewing SQL Server Logs with many records

    It always depends upon what your concept of large is .. when I've enabled deadlocking trace flags I've often ended up with 80Mb logs per day - the easisest way...

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

  • RE: 15 million rows and growing, so do the problem

    please don't tell me you're trying to populate a table variable with 15 million rows?

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

  • RE: 15 million rows and growing, so do the problem

    It sometimes makes you want to grasp them round the throat very tightly !!  I believe this issue can be resolved using a cursor which batches it's results ( forehose...

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

  • RE: Index Tuning wizard can''''t find any queries to tune

    Hmmm I remember this myself - to be honest the index tuning wizard is pretty well rubbish - if you've a copy of 2005 the tuning advisor is much better. ...

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

  • RE: High avg disk queue length

    I've not found that many of the perfmon counters give meaningful results with a SAN. No doubt the queue counters indicate something, but I suspect they don't relate the same...

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

  • RE: DBCC Updateusage versus update statistics/sp_updatestatistics

    ah! stupid idea using guids for a clustered index!! sort of fixed in 2005.

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

  • RE: Undocumented Features, which ones are still available in 2005?

    it's still in 2005.

    It's just a case of trying, although I would say that SSIS has much better features susch as support for wmi so thse things should be easier.

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

  • RE: Procedure Cache Randomly Flushed? Blocks Aplenty!

    I'll do my quick plug for sql diagnostic manager, go to http://www.idera.com and get a demo/buy a copy  and attach to your server. This will trend your box over...

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

  • RE: Viewing SQL Server Logs with many records

    You can cycle your error log   sp_cycle_errorlog  creates a new log, I normally schedule these just after midnight at a frequency which suits as required, e.g. every sunday, every night.

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

  • RE: mixing versions of SQLServer in a clustered environment

    It should be possible but I figure it would be horrible to support, a failover in one instance would force a failover of the other I figure - could be...

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

Viewing 15 posts - 1,906 through 1,920 (of 2,640 total)