Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Attaching a database

    Prasad Bhogadi (4/8/2008)


    USE [master]

    GO

    CREATE DATABASE [test] ON

    ( FILENAME = N'c:\temp\test.mdf' ),

    ( FILENAME = N'c:\temp\test.ldf' )

    FOR ATTACH ;

    GO

    Should work for Attaching a db.

    Thanks Prasad

    sorry for being simple but what...

Viewing post 1 (of 1 total)