Questions tagged [sqlbrowser]

18 questions
54
votes
3 answers

Best SQL browser for HSQLDB?

Whats the best browser tool for HSQLDB databases?
hawkeye
  • 34,745
  • 30
  • 150
  • 304
5
votes
5 answers

SQL Server Browser showing only hostname, not instance name

I just setup a new Windows Server 2008 machine with an instance of SQL Server 2008 Express. The SQL Browser service does not appear to be working correctly. In Management Studio, browsing for servers shows the hostname of the new server, but not…
5
votes
3 answers

A connection cannot be made. Ensure that the server is running

When I am trying to process dimensions after creating a data source view I get the error: The project could not be deployed to the server because of the following connectivity problems : A connection cannot be made. Ensure that the server is…
mnv
  • 53
  • 1
  • 1
  • 6
4
votes
0 answers

"Ensure that 'SQL Browser service' is running" error is received in SSAS even when SQL Browser service is running

I have the SQL Browser service running. Please note this points to a SQL Server 2014 Express version. Here is how my SQL Server Configuration Manager is shown. Here is the advanced view of the SQL Browser service Now I'm trying to run a SSAS cube…
Bhagya
  • 47
  • 4
2
votes
1 answer

I cannot change start mode for SQL Server browser

I can't start SQL Server Browser service. There are no options to change start mode as image shown below. How can I start SQL Server Browser service? ps: sql server 2012 runs on windows 8.1
Baris
  • 445
  • 2
  • 10
  • 22
1
vote
2 answers

I cannot find SQL Server browser

I have installed SQL SERVER 17. I'm trying to connect to a remote Database and I was not able to do so. After research, I found out that it requires the SQL Server Browser service to be started but I couldn't find the service in the SQL Server…
Tushar Rajdev
  • 29
  • 1
  • 1
  • 5
1
vote
1 answer

Connecting SSMS client to remote SQL Server instance failing with 'AnyAny' firewall rule

How can I connect my SSMS client to a remote SQL Server 2008 R2 instance using SQL browser AND with Windows firewall enabled? I find that that with the firewall turned off, I can connect fine (without specifying the instance name). Now when I turn…
mandg
  • 87
  • 1
  • 4
1
vote
4 answers

How do I query SQL Browser Service from Java?

This might be a basic question, but I tried googling it and couldn't find an answer. I need to make a list of all the SQL Servers on a network. This is very easy to do using the .NET framework (System.Data.Sql.SqlDataSourceEnumerator), but is there…
chama
  • 5,973
  • 14
  • 61
  • 77
0
votes
0 answers

SQL Browser Was Not Installed with SQL Developer 2019

I installed SQL Server Developer 2019. When I try to connect to SSAS I get error message "ensure that SQL Browser service is running". When looking for that service in Windows Services I don't see it listed. I also don't see it listed under the SQL…
ptownbro
  • 1,240
  • 3
  • 26
  • 44
0
votes
1 answer

SQLBrowser not working

Let me explain my situation. So I installed a trial of SQL Server 2008. The trial ran out and I tried to go back the SQL Express install I had been use for 5 months with out an issue. I uninstall the features of Server 2008 and try to install…
Joe Tyman
  • 1,417
  • 5
  • 28
  • 57
0
votes
1 answer

No sqlbrowser in SQL Configuration

I have installed sql express server and management studio 18 and I have a problem connecting it to intellij idea. I have looked all over the Internet and everywhere they write that you need to run sqlbrowser, but I don't see it in sql configuration…
Jeka_FRI
  • 71
  • 1
  • 9
0
votes
1 answer

How to use Select / Insert in the same time interval with 2 different software (i used grafana and node red)?

I created a system which need node-red as back end, and grafana as front end, and use sql server as database. And i realized when DMS (Database Management System) will lock the database for one session. so i cannot use insert(node red), AND…
0
votes
1 answer

Run SQL file from SQLBrowser for Sybase

I need to execute a .sql file from my local drive in the SQLBrowser client for Sybase. Can you suggest how this can be achieved?
shr
  • 21
  • 2
0
votes
1 answer

Where is the cache of SQL Server Browser service for resolving Instance name's port number?

From here: When SQL Server clients request SQL Server resources, the client network library sends a UDP message to the server using port 1434. SQL Server Browser responds with the TCP/IP port or named pipe of the requested instance. Apparently…
Ahmad
  • 129
  • 12
0
votes
1 answer

Sql Browser not returning all sql instances on a machine

I have 2 instances of Sql Server on my pc: A named instance of Sql Express (\SQLEXPRESS) And a default instance of Sql Developer edition. Using SSMS, when I browse for servers on my machine, I only get the Sql Express instance listed as being…
Andy
  • 282
  • 1
  • 4
  • 11
1
2