Questions tagged [sqlbrowser]

18 questions
0
votes
1 answer

Sqlite Browser issue working with Entity Framework

In DB I have a table (let it be Names), in project have DbSet Names field for that table. When adding row in browser it loads into project fine. But when in project I do: Names.Add(someName); MyDbContext.SaveChanges(); It doesn't show in browser…
0
votes
1 answer

Vb.Net : LogonMode and StartMode of SQLEXPRESS and SQLBROWSER

Using VB.net we are suppose to change the LogonMode(Not LoginMode) and StartMode of Sql Express and Sql Browser. What we mean is : If(StartMode of Sql Express <> Automatic)Then Make it Automatic End If If(StartMode of Sql Browser <>…
SHREE
  • 53
  • 1
  • 8
0
votes
1 answer

SQLBrowser will not start

SQL Server 2005 x64 on Windows Server 2003 x64, with multiple instances (default + 2 named). Engineers moved server to a different domain. Since then, cannot get SQLBrowser to start. Still able to query the default instance, and can access named…
Oliver
  • 668
  • 2
  • 7
  • 19
1
2