Nov 25, 2001 #1 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 ?
Nov 25, 2001 #2 Guest_imported New member Joined Jan 1, 1970 Messages 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