Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
613 views

SQL Express User Instance with multiple ASP.NET Sites

How can I get two separate ASP.NET sites, in this case a Web Site using Entity Framework and Web Service, to use the same local database mdf & ldf? I looked around and I think that this kind of ...
0
votes
0answers
34 views

Can't open connection to SQL Database

I have a .mdf file that I open through an Open Dialog Box and use in a ConnectionStringBuilder (where I have the user instance set to True). Later, in one of my button clicks, I try to open the ...
0
votes
1answer
101 views

How to convert user instance database to normal sql server database

can anybody help me by providing a link on how to convert a user instance database to normal sql server database. Thanks in advance.
0
votes
1answer
205 views

SQl Server User Instance in Console Application

Is it possible to user SQL Server Express User Instance databases with Console applications or do they only work in Web projects?