GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  SQL Server

 Print  |  
Question:  Database Attach and Restore

Answer: What is the Difference between Attach and Restore of a Database?


February 02, 2008 06:11:57 #1
 nbkb9hv   Member Since: February 2008    Total Comments: 1 

RE: Database Attach and Restore
 
Both are used to restore database, we Use attach database when we have .mdf file to upload data into database while we use restore database when we have .bak file to upload data into database.
     

 

Back To Question