c# - View data of .mdf file within visual studio -


i have simple problem have searched across google , no avail.

i have .mdf file has 3 tables, working file in asp.net webforms e.g updating, adding data etc... want able view contents of .mdf file in visual studio make sure queries (written in c#) working correctly.

at moment doing opening file in sql server 2014 way have close visual studio file can used on instance.

i know can achieved connecting server , .mdf file.

any suggestions?

go view > sql server object explorer right click sql server node , select add sql server.

but aware. if developing program uses connection to, application might throw exception saying can connect database once.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -