Home Forums SQL Server 2005 Backups how to attach pdf file database to sqlserver 2005 RE: how to attach pdf file database to sqlserver 2005

  • Is that a typo? it should be mdf not pdf

    CREATE DATABASE Adventureworks

    ON FILENAME ='your path'

    FOR ATTACH

    or

    Right-click on Databases and select Attach.

    Click the Add button and select the database file to be attached.

    Under database details, select the .LDF file and click the Remove button.

    Click OK.