Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is mdf and ldf enough to restore the data ?

Status
Not open for further replies.

sarah77

Programmer
Joined
Jun 4, 2002
Messages
36
Location
US
Can I restore my database if the server is damaged and the only thing I've is MDF and LDF file ?
 
YOu can use sp_attachdb system stored procedure or ATTACH T-SQL command for attaching an MDF and LDF file for restoring the data.

Thanks & Regards

Linto Mathew
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top