Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: moving database to another machine

    You have to attach following way

    USE [master]

    GO

    CREATE DATABASE [abc] ON

    ( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\abc.mdf')

    FOR ATTACH_REBUILD_LOG

    🙂

Viewing post 1 (of 2 total)