One way to fix the problem is to first download the AdventureWorks sample database for SQL Server 2005 from the codeplex website, which is currently athttp://msftdbprodsamples.codeplex.com/releases/view/4004Then, install the sample database.Finally, attach the AdventureWorks database in SQL Server 2012 via either GUI or T-SQL by correctly finding where the AdventureWorks_Data.mdf is located.
↧