Forum Replies Created

Viewing 15 posts - 331 through 345 (of 496 total)

  • RE: Update on a huge table

    But why updating on a clustered index would cause a lot of page splitting and updating on a non-clustered index does not? The field has a varchar data type...

  • RE: Update on a huge table

    The plan also shows a split operation, where update is divided into delete and insert.  Can this be a problem if all indexes have 100% fill factor or should it...

  • RE: Subscription validation

    This is transactional replication...  And this is all about MS SQL 2000 Ent Ed + sp3...

  • RE: Linked Server problem

    Just the same problem...  The only difference is that I upgraded from 32bit MS SQL2000 to 64bit version...

  • RE: Bad disk performance

    There is no disk compression.  Cluster size is 64k on both mirrors.

  • RE: Log shipping in Yukon

    Noone ever tried to use this feature in Yukon?

  • RE: Trying to get rid of recompilation...

    2Frank Kalis:

    The article tells:

    --------------------------------------------------------------------------------

    "By placing all of your temporary table creation statements together,

    SQL Server can create plans for those temporary tables when one of them

    is referenced for the...

  • RE: Job disabled?

    Thanks, just found it:

    IF (SELECT enabled FROM msdb..sysjobs(nolock) WHERE name = '[Job Name]')=0

    PRINT 'OK'

    ELSE PRINT 'Job [Job Name] is NOT disabled'

  • RE: Partial subscription

    Just found a couple of SPs and wonder if this will work:

    1. You create a publication with N - articles

    2. Subscribe all servers that need at least one article from...

  • RE: Database and server collation.

    quote:


    the databases must have the same collation between the publisher and the subscriber.

    Change the collarion with :

    ALTER DATABASE DBName

    SET COLLATE SQL_Latin1_General_CP1251_CS_AS


  • RE: Database and server collation.

    ALL data in theses databases is replicated (via transactional replication) from other servers, so I guess export/import has no use.

  • RE: All free memory gone...

    quote:


    Did you verify under Task Manager that SQL was using more than you alocated and check the Event Viewer logs for potential...

  • RE: All free memory gone...

    quote:


    From what I understand, above 8GB, you need to leave the OS 1GB for PAE.


    From...

  • RE: All free memory gone...

    Just another issue: after restarting SQL Server service it did not take any memory above 2GB! Now it has huge disk queues and slow erformance...

  • RE: All free memory gone...

    But it did work fine for several months without disk queues and paging. I always had ~200MB of available memory...

Viewing 15 posts - 331 through 345 (of 496 total)