Forum Replies Created

Viewing 15 posts - 2,566 through 2,580 (of 2,639 total)

  • RE: Max string length for exec command

    actually can anyone clarify if the concatenation of multiple 8k strings works ok ?

  • RE: Max string length for exec command

    cool, what I thought but needed confirmation

    cheers

  • RE: Sql 2000 suddenly stopped backing up databases!

    I've had this problem ( but not always with sysmaint.exe plans ) ours is down to excessive handles open on the agent service - check in task manger for the...

  • RE: Effect of auto statistics on performance of large INSERT/DELETE

    No I've never known the WA_xxxx stats to have any impact ( assuming auto-create and auto_update stats are off )  I sometimes look to the wa_xxx to show me where...

  • RE: Effect of auto statistics on performance of large INSERT/DELETE

    It's probable for a data warehouse that the auto stats are not required, as long as you manually update stats after a load.

    Placing the database in simple recovery mode...

  • RE: Comparing databases

    Well I'm slightly confused as SQL Compare does just what you list and is very easy to setup and use ( true you need the dot net framework ). Maybe...

  • RE: how much is enough memory for sql

    SQL Cache hit ratio will be an idication of sql memory. Disk time + i/o rates, although you'll have to do your sums with regard to the spindles .. I...

  • RE: how much is enough memory for sql

    There could be any number of reasons for your problems, usually if SQL Server is very busy then it can be difficult to connect at the desktop, which is good...

  • RE: Comparing databases

    considering the low cost of Redgate's SQL Compare I'd suggest you buy a copy, It's been an essential part of my toolbox for some years and is a key tool...

  • RE: PAE, awe and 3GB

    In general terms adding memory increases the size of data cache so should decrease the level of physical i/o on the disk subsystem.

    I assume your databases actually are greater than...

  • RE: SQL Serevr Statistics

    btw. the auto create and auto updatestats shouldn't do any harm but don't assume they negate the need to do a manual update

  • RE: SQL Serevr Statistics

    it won't hurt to manually update stats after rebuilding the indexes .. try sp_updatestats.

    I only ever upgraded a sql server once - never again - I always do a new...

  • RE: SQL Server Memory

    That's quite interesting .. the probs I had were with a 4Gb ram cluster using zeon 3's. It was decided that adding the extra memory slowed down the server and...

  • RE: SQL Server Memory

    bclevlnd   - could you expand on what your problem was, your o/s and sql setup and exactly what ms said to do?

    I...

  • RE: SQL Server Memory

    note that awe uses memory above 4 Gb and pae is not required until you have more than 4 Gb ram. There's an excellent article on the site ( sorry...

Viewing 15 posts - 2,566 through 2,580 (of 2,639 total)