TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mukesh Kumar Tiwari
NA
980
250.6k
How To Restore .bak File in sql Database Using c#???
Aug 13 2014 5:53 AM
hi friends...
i have a .bak file of sql server database. and now i want to restore that database in the sqlserver database using c#.net.
i am using the below query
string query = "RESTORE DATABASE'"+cmd_database_list.Text.Trim()+"' FROM DISK = '" + txt_back_file.Text.Trim() + "'";
an error occured that
Cannot open backup device 'E:\Print_Label13-08-2014.bak'. Operating system error 2(The system cannot find the file specified.).
RESTORE DATABASE is terminating abnormally.
i am not geting that what to do now????
Please help me out...
Thanks...
Reply
Answers (
1
)
how to update a record using entityfreamework in asp.net
C# error please rectify