c# - Using data connections in Visual Studio to explore SQL Server Express database -


I am using unit framework to create my own model, but when I use the database from the data I try the connection in Server Explorer, it does not work, I know that the models are being created in the SQL Server Express instance running on my local machine, as I

  Computer -> Program files - & gt; Microsoft SQL Server - & gt; MSSQL10.SQLEXPRESS - & gt; MSSQL - & gt; Data - & gt;  

And the database exists there.

Enter image details here

not being my local example Should this window reveal the SQL Server Express?

Enter image details here

< / Div>

\\\ SQLEXPRESS or under the server code type. \ SQLEXPRESS (assuming you installed the installation with the default value)

Then you should be able to access the database from the dropdown list.


Comments

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

multithreading - Reorderings in java memory model -

java - Add color code support to a Bukkit plugin -