Nov 25, 2001 #1 sarah77 Programmer Jun 4, 2002 36 US Can I restore my database if the server is damaged and the only thing I've is MDF and LDF file ?
Nov 25, 2001 #2 Guest_imported New member Jan 1, 1970 0 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 Upvote 0 Downvote
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