Nov 22
GaNdArA asked:
there’s an error stating that the physical file cannot be found, and that i don’t have a .mdf file editor installed.
One Response to “how will i open a.mdf file database to sql management studio express?”
Leave a Reply















November 25th, 2008 at 5:53 pm
A .MDF database cannot be “opened”. It must be attached to an existing (and running) SQL Server instance. If you have SQL Server Management Studio running, open a connection, and right click on databases. Choose “Attach” and point to the .MDF file. This will (attempt to) attach the database to the master database. If it works, the database will be visible in SSMS.
hth