aspnetdb.mdf "bak" file.

  • Thread starter Thread starter Mr. X.
  • Start date Start date
a .bak file is produced when you run a sqlserver backup command. you need to
specify the full path, and the express service account must have write to the
file location.

usually with a sqlexpress host you'd just upload the mdf file to the
app_data folder and auto connect it via the connection string.

-- bruce (sqlwork.com)
 
I need the bak version of aspnetdb of SQL-Server 2005.

Tell me if the following is correct :
SQL Server Management Studio Express,

Microsoft SQL Server Management Studio Express 9.00.2047.00
Microsoft Data Access Components (MDAC) 2000.085.1117.00
(xpsp_sp2_rtm.040803-2158)
Microsoft MSXML 2.6 3.0 4.0 5.0 6.0
Microsoft Internet Explorer 7.0.5730.11
Microsoft .NET Framework 2.0.50727.1433
Operating System 5.1.2600

The file before backup is :
http://www.4shared.com/file/59591680/a5b7abdf/ASPNETDB_TMP.html

Thanks :)
 
Back
Top