(MSSQL newbie alert) I have several databases on my machine, some of them were created using aspnet_regsql, others are downloaded from Microsoft ASP.NET MVC 2 tutorials (e.g. http://www.asp.net/mvc/ tutorials / mvc-music-store-part-3) The DB created using aspnet_regsql is listed in the drop-down list of the wizard, but the ones I downloaded are not. I tried to copy the downloaded mdf to C: \ Program Files \ Microsoft SQL Server \ MSSQL10.SQLEXPRESS \ MSSQL \ DATA (where the "good" files are located) and restart SQL Server services (both SQL Server (SQLEXPRESS) and SQL Server Browser ( SQLEXPRESS), but not good luck. The downloaded files also do not appear in the list that is populated in the MySQL migration toolkit. Oddly enough, I can use the "invisible" mdf in the VS2010 web applications created with the help of training programs.
davej source
share