Top "Mdf" questions

Master Database File (.MDF) is the starting point of a SQL Server database.

What is an MDF file?

Is this like an “embedded” database of sorts? A file containing a built in database?

mdf sql-server database file
SQL Server: Importing database from .mdf?

I have an .mdf file on my local box. I have SQL Server 2008 Express and SQL Management Studio 2008 Express installed …

sql-server database import mdf ssms
Attach (open) mdf file database with SQL Server Management Studio

Can you help me how can I open *.MDF file of database created with VisualStudio 2010, into SQL Server Management Studio? …

sql-server visual-studio-2010 mdf
SQL - How to backup a database and export as a MDF file with MS SQL 2008 R2

I have created a database "test" with some tables in MS SQL Server 2008 R2 (i.e. MS SQL Server Management …

sql-server database mdf
Is it possible to access a .mdf database without SQL Server?

I created a .mdf file by SQL Server and put it to a local file. I run my program in …

c# sql-server mdf
Connecting to sql server database mdf file without installing sql server on client machine?

I am creating a window application that need to use sql server database. I want to install this application to …

c# .net sql-server winforms mdf
How to rename the Physical Database Files

I have used tsql to detach a database like this: EXEC sp_detach_db @dbname = 'my_db' I then made …

sql-server tsql mdf ldf
Where does SQL Server 2005 keep the .mdf files?

I'm upgrading from SQL Server 2005 to 2008. I've detached the database I need, but can't find it on the file system. …

database sql-server-2005 mdf
Connection String to Connect to .MDF

I've created a new project in VS2008, and added a .MDF file to the project. This is the first time …

connection-string sql-server-express mdf datadirectory
Why do we need the LDF files along with MDF files?

What would happen if I delete the .ldf file that is in the same folder that my .mdf file?

sql-server mdf