data file movement

  • i need to move the data files as the database is configured in replication , how can i move to another drive ?

  • I think this should work - I would test on a test system first to make sure replication comes back up.

    Pause Replication

    Detach Database

    Move .MDF/.LDF file to new drive

    Reattach Database

    Start Replication

    - Tony Sweet

  • ALTER DATABASE ... MODIFY FILE, set the new name. Take the DB offline. Copy the files to their new location, ensure SQL has permission on the folder, bring DB online.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply