About 8,620,000 results
Open links in new tab
  1. sql server - What is an MDF file? - Stack Overflow

    A .mdf file might also contain an Microsoft Access database. An Access database is not a SQL server database, but indeed a more embedded type of database like a bit like e.g. SQLlite. …

  2. What to use to open an .mdf (SQL Database) file - Stack Overflow

    Aug 19, 2013 · 14 .sdf is, in fact, a Compact Database file (unless you've changed the extension which would be problematic). SQL Server would be .mdf. SQL Server (.mdf) You can attach …

  3. Best way to browse an mdf file from a local computer?

    Aug 9, 2010 · Go back to the Visual Studio installer (Repair or resintall features), and ensure that's selected as a feature. Open Server Explorer, and create a new Data Connection. …

  4. How do I connect to an MDF database file? - Stack Overflow

    Jan 19, 2012 · I'm experimenting in connecting a C# app to an MDF database for the first time, and I need a little help .. I made a small MDF database file in Visual Studio 2010, then created …

  5. How to copy SQL .mdf file in windows - Stack Overflow

    Jan 18, 2022 · For my school project I need to send .mdf file to my teacher. I'm trying to copy .mdf file of my database witch is saved in "C:\Program Files\Microsoft SQL …

  6. Opening .mdf file without ldf in Visual Studio 2022

    Jul 23, 2024 · I am trying to open a .mdf file using Visual Studio 2022 and create a database in local machine. I ran the following query in Visual Studio CREATE DATABASE MKT2024 ON …

  7. How to edit SQL Server Primary Database File .mdf

    Jan 4, 2013 · I have a SQL Server Primary Database file. (.mdf) I require a program which can open the file and let me edit some data. Since there are many fields, it tedious to open all the …

  8. SQL Server: Importing database from .mdf? - Stack Overflow

    I have an .mdf file on my local box. I have SQL Server 2008 Express and SQL Management Studio 2008 Express installed on my local box. How in the world do I import this .mdf file as a …

  9. Restoring database from .mdf and .ldf files of SQL Server 2008

    Make sure to replace [YourDatabaseName] with the desired database name and provide the correct file paths for your .mdf and .ldf files. Another way of doing this is via SSMS.

  10. Is it possible to access a .mdf database without SQL Server?

    Mar 7, 2017 · I created a .mdf file by SQL Server and put it to a local file. I run my program in a computer which has no SQL Server installed. And also I used classes from the …