Forum Replies Created

Viewing 15 posts - 3,376 through 3,390 (of 4,745 total)

  • RE: how to transfer statistics from one database to another ???

    no, and it would not make sense to do so. Use update statistics or sp_updatestats in your target database to derive correct and up to date stats foe your database

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

  • RE: 2000 recovered/lost Master/reattached/abnormal amount of locking

    good to hear. what do you think actually fixed it? orphaned users would simply not have been able to connect rather than cause blocking.

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

  • RE: 2000 recovered/lost Master/reattached/abnormal amount of locking

    Locking or blocking? The disks have changed so maybe some problem with their configuration? What is the most common wait type, is it IO related?

    run perfmon see what response times...

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

  • RE: Resource Database backup

    Krishna (9/12/2009)


    Rem (9/11/2009)


    Hi,

    What is the best method to backup Resource Database? Does someone already has a script for it?

    I just realize that this databases is not taken in...

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

  • RE: Logshipping - Question

    if you bought the secondary online, backed it up then made changes, you broke the lsn chain as soon as you bought it online. To be able to restore logs...

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

  • RE: Moving Databases

    Its not worth moving the system database log files to another drive, theres no performance benefit and you just complicate your install process and put future upgrades at risk. Where...

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

  • RE: Moving Databases

    it won't.

    to avoid the problem, when you install SQL, clicked advanced on the features to install screen and enter where you want the database engine data files to be...

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

  • RE: Moving Databases

    no probs.

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

  • RE: offline

    see Books on line (BOL) alter database statement

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

  • RE: Moving Databases

    SQL just expects those files to be in the same locaton as the master database. as long as they are you will be ok if you set up replication or...

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

  • RE: Moving Databases

    Nothing else is required. you're done

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

  • RE: Moving Databases

    if you mean the distmdl.mdf and .ldf files these are not required till you set up replication.

    Just use windows cut and paste, SQL does not lock these files. simples!

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

  • RE: Alert if anyone create/drops a database or login in my Server

    check out DDL triggers

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

  • RE: Delete User

    Marcin Gol [SQL Server MVP] (9/9/2009)


    a common and good practice is to use windows authentication and just disable their accounts.

    ......and of course if you have reached the nirvana of all...

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

  • RE: What recovery model should the replication subscriber db be using?

    replication is not dependant on the recovery mode to function, the publisher can be in simple mode as it will not allow transactions to be removed from the publisher until...

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

Viewing 15 posts - 3,376 through 3,390 (of 4,745 total)