Database can be created using MDF file using below statement- In this example LiveTest is DB for which only MDF is available and LDF file is lost. Login to SQL Management Studio,  open query window and execute  the below statement after replacing the DB name and MDF path- USE master; GO CREATE DATABASE LiveTest ON […]