Attaching .MDF File Without .LDF file in SqlServer – An Error-Fix Approach


I was trying to attach a .MDF file without a .LDF which i downloaded from codeplex using the query below Problem "Access Denied" Initially,I have placed the .MDF file in D:\.It was throwing Operating system error 5: "5(Access is denied.)" Resolution : 1) Close your running instance of SQL Server Management Studio (SSMS) 2)Run SSMS … Continue reading Attaching .MDF File Without .LDF file in SqlServer – An Error-Fix Approach