5 pts.
 .mdf file backup in Visual Studio
I developed one Visual Studio .Net(C#) Project.After Publishing I couldn't access Database(.mdf file). can yuo tell how to backup?

Software/Hardware used:
Software
ASKED: November 6, 2010  12:53 PM
UPDATED: November 15, 2010  1:10 PM

Answer Wiki:
When you published the application the database would have been attached to the SQL Server instance. Once the database file has been attached to the instance you'll need to use the SQL Server's BACKUP DATABASE command as the file is attached to the SQL Server process and can't be touched while the SQL Server is running.
Last Wiki Answer Submitted:  November 15, 2010  1:10 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _