I am currently working with a client who uses SQL Server CE databases. I would like to open and view the database. I read that Visual Studio 2017 has the ability to open these database files (.sdf
).
I have been tinkering around for a few hours on VS and I can't seem to figure it out. Does anyone have a step-by-step guide on opening a .sdf
file within Visual Studio 2017?
Edit:
It has come to my attention that there is some confusion, allow me to clarify. I would like to open a SQL Server Compact Edition file (.sdf
). The code for editing the database is already present. I would like to open the file in some sort of viewer so that I can confirm that the columns and rows are being created properly.
For additional clarity, I read that visual studio contains the ability to open .sdf
files and to view the contents of said file. .sdf
compatiblity was removed from SSMS. Now VS contains a tool for managing .sdf
files. I need assistance on how to set this up within Visual Studio 2017