Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I know what the problem is, it is quit descriptive error. but was asking the solution of that problem. anyway thanks to everyone for there reply.</p> <p>anyone facing same problem, see the tread below and read <strong>LEKSS</strong> reply <a href="http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/46ce6099-61c6-4526-9dda-10a3359386cb" rel="noreferrer">http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/46ce6099-61c6-4526-9dda-10a3359386cb</a></p> <p>hope this will help</p> <hr> <p><strong>Update: Quoted external link for safe keeping</strong></p> <blockquote> <p><strong><em>The database 'ASPNETDB.MDF' cannot be opened because it is version 655. This server supports version 612 and earlier.</em></strong></p> <p>You cannot backup/restore or detach/attach from a higher version to a lower version.</p> <ol> <li>Use database publishing wizard to get out the script for all objects in 2008 db</li> </ol> <p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=56E5B1C5-BF17-42E0-A410-371A838E570A&amp;displaylang=en" rel="noreferrer">http://www.microsoft.com/downloads/details.aspx?FamilyId=56E5B1C5-BF17-42E0-A410-371A838E570A&amp;displaylang=en</a><br> <a href="http://blogs.msdn.com/webdevtools/archive/2007/10/15/sql-database-publishing-wizard-is-now-in-visual-studio-orcas.aspx" rel="noreferrer">http://blogs.msdn.com/webdevtools/archive/2007/10/15/sql-database-publishing-wizard-is-now-in-visual-studio-orcas.aspx</a><br> <a href="http://msdn.microsoft.com/en-us/library/bb895179.aspx" rel="noreferrer">http://msdn.microsoft.com/en-us/library/bb895179.aspx</a></p> <ol start="2"> <li>Create a new empty database in your 2005 instance .</li> <li>Execute the above generated script in your new 2005 database.</li> <li>Move your SQL server logins/users from 2008 database to 2005 database using sp_help_revlogin stored procedure.</li> </ol> <p>Thanks, Leks </p> <p>Proposed As Answer byyup. _ Sunday, May 09, 2010 10:14 AM<br> Marked As Answer byTom Li - MSFTMicrosoft, ModeratorThursday, May 20, 2010 4:58 AM</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload