About 51 results
Open links in new tab
  1. How do you open an SDF file (SQL Server Compact Edition)?

    Dec 23, 2009 · If you have the option you can copy the sdf file to a different machine which you are allowed to pollute with additional software. Update: comment from Nick Westgate in nice formatting …

  2. c# - how to open *.sdf files? - Stack Overflow

    Mar 3, 2010 · I used to open sdf (sqlCE) files with visual-studio? or sql-server? I really don't remember. Now I can't open this sdf file. With what program do I need to open it?

  3. Open .sdf file in Visual Studio 2022 - Stack Overflow

    Aug 27, 2022 · I have a .sdf file (265 MB), and I need to open it with Visual Studio 2022. I have downloaded 'SQLite/SQL Server Compact Toolbox'. Then I added connection and chose 'SQL …

  4. How do I open a SQL CE4 .sdf database file? - Stack Overflow

    Apr 8, 2011 · How do I open a SQL CE4 .sdf database file? Asked 14 years, 11 months ago Modified 7 years, 3 months ago Viewed 30k times

  5. How do you open an SDF database file in SQL Server Object Explorer?

    Nov 13, 2017 · I have created database using EF6 code first but can not figure out how to open sdf database file in SQL Server Object Explorer. Connection string: "Data …

  6. How to view .sdf content from within Visual Studio

    Jul 13, 2018 · 0 My question is really similar to how to open *.sdf files? but my question is specific how I can view it in Visual Studio I've added a data connection to my server and as such, I can see the …

  7. Cannot open .sdf files in SQL Server Management Studio 2008 SP3

    Oct 3, 2014 · 1.Open SQL Server Management Studio, or if it's running select File -> Connect Object Explorer... 2.In the Connect to Server dialog change Server type to SQL Server Compact Edition …

  8. database - How to open SDF file - Stack Overflow

    May 21, 2016 · This makes sense based on the naming of the files as well. Each file name appears to be what I would normally consider a table name. My understanding is that a SQL Server Compact …

  9. Connecting to SDF file in Visual Studio 2017 [closed]

    Oct 31, 2017 · 0 SDF files are for SQL Server CE (Compact Edition). It is a file-based database, unlike SQL Server (or the feature-limited SQL Server Express), which is service-based. Are you sure that it …

  10. How to connect to .sdf file in Winform application using C#?

    Jun 5, 2013 · How to connect to .sdf file in Winform application using C#? Ask Question Asked 12 years, 9 months ago Modified 12 years, 9 months ago