I have SQL 2012 Express, and I'm trying to make a Java application connect to the database. The application is throwing an error saying that it could not find the database. I googled the exception, and they said to run sqlcmd -L and if it doesn't
return anything there is my problem, they said I only need to restart the SQL Server Browser.
For some reason, my server is not returning anything on that call sqlCmd -L. I enabled the TCP/IP protocol and I also have SQL Server Browser service is running. I'm not sure if this matters because I'm running it on the same machine, but there
is no firewall in my subnet.
How come that command is not returning anything. I already tried restarting the SQL Server Browser.
Thanks for your help.
Go to the complete details ...