Results 1 to 5 of 5

Thread: Warning error attach database trong SQL Server 2005

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    522

    Warning error attach database trong SQL Server 2005

    Open after Microsoft SQL Server 2005 -> SQL Server Management Studio Express-> click connect to server-> column at left, right mouse select datbase, select attach ...-> click to add -> browse file mdf to and LDF , output file current file mdf and to LDF trong SQL Server Management Studio Express, but when click Ok to end to finish warning error, for this error report to the right click column information for error, and this is the error, you see attach file: http://www.mediafire.com/?0qg4gazclkd8xh2 only how to help this error, thanks

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Warning error attach database trong SQL Server 2005

    The message says that database is for a later version of SQL Server (661, which might be SQL Server 2008, or 2008 R2), but you can only use version 611 or earlier.

    Either install a later version of SQL Server, or get a file that is compatible with SQL Server 2005.

  3. #3
    Lively Member
    Join Date
    Apr 2010
    Location
    York, Uk
    Posts
    103

    Re: Warning error attach database trong SQL Server 2005

    Alternatively, at backup time alter the compatability level of the database, i think that should also work.

  4. #4
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: Warning error attach database trong SQL Server 2005

    Altering the compatablity level will not let you restore to a previous version of the database server.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  5. #5
    Lively Member
    Join Date
    Apr 2010
    Location
    York, Uk
    Posts
    103

    Re: Warning error attach database trong SQL Server 2005

    Sorry ill-informed comment!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width