Navicat not connecting to LocalDB - localdb

Suddenly, Navicat stopped connecting to LocalDB v11.0 database after working fine for a long time.
If I move the same .mdf to SQL server, Navicat connects to it just fine, but not when the file is on LocalDB.
Microsoft SQL Server Management Studio instead connects fine to LocalDB as well.
I've tried reinstalling LocalDB and that didn't help. I also reinstalled Navicat and no help either.
Where to find the solution?

Related

Oracle SQL Developer 4.2 windows authentication for SQL Server

I have SQL developer 4.2 and jtds-1.3.1. I am unable to connect to MS SQL Server
through Windows Authentication.
I have placed the "ntlmauth.dll" and "JtdsXA.dll" in jdk/jre/bin. it's not
working.
Placing file under jdk/bin is not working.
Placing file under Windows/System32 is not working.
I restarted the machine every time, while trying above 3 options.

Local System cannot connect to LocalDB 2012 on Windows 2012

Scenario:
Installed LocalDB 2012 64bit on Win2012
Wix Installer installs a 64bit Window Service with its own DB
The service cannot connect to the LocalDB
The error in the app's log is:
"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible."
The Event Log indicated that LocalDB is corrupt, however, following the normal fix of deleting and recreating instances was ineffective. I don't believe there is any corruption.
When we set the service to run as a specific local admin account, it works.
We didn't have this issue before, but we've since upgraded LocalDB and rebuilt the project and the installer.
We also didn't have this issue on Windows 7. I ran this process on my laptop and on a clean VM of Windows 7.
Does anyone know why I can't use a Local System account for LocalDB on Windows 2012?

Install PostgreSQL Driver in SQL Developer

I use MAC OSX (El Capitan) and I would like to connect to my local PostgreSQL database via Oracle SQL Developer.
I've installed Oracle SQL Developer (Version 4.1.3.20, Build 78)
I've configured PostgreSQL driver in SQL Developer (Version postgresql-9.4.1207.jar).
I created a New Connection in SQL Developer.
It connects fine to DB and I can see my tables, the problem is that I cannot see my functions\stored procedures. it empty...
If I connect to the same schema via pgAdmin3 then I can see everything. so it's not a problem with DB.
Has anyone encountered this bizarre problem?
Thank you!

CanĀ“t restore a database from a backup

I reinstalled SQL Server Management Studio in my computer, then I'm trying to restore all backups.
Unfortunately, I get an error when trying to open one.
What should I do?, How do I set the BackupDirectory in my Settings?
I just installed Sql Server Express 2012 Sp1, and problem solved

MYSQL workbench connection not starting

I have windows 8.1 and I am trying to install MYSQL workbench 5.2CE.
But it is showing this error :"Can't connect to MySQL server on 'localhost' (10061)".In program files under mysql there is no bin folder and even in services.msc there is no process for mysql.
What should I do.
Thanks in advance
MySQL Workbench is only a client program and needs a server to work against. If you want to work with MySQL locally on Windows I recommend to use the MySQL Installer for Windows, which not only installes MySQL Workbench, but also a server of your choice (by default: the current GA version).
Once that is installed MySQL Workbench will automatically detect the server and you can immediately start a connection to it.