I am using the localDB of my Visual Basic 12 which is the Service-based Database written in .mdf file format.
When I connect to my database and even I create database the error appears.
"A network-related or instance-specific error occured while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL network interfaces, error:50 - Local database runtime error occured. Error occured during localdb instance startup: SQL server process failed to start.)"
I tried to checked my LocaLDB instance if its started, but unfortunately its disabled.
The simply thing I did is that, I'll started the LocaLDB instance by using CMD, I'll typed:::>>> sqllocaldb start v11.0
Since I'm using localdb I'll using v11.0 server.
And finally I'll now reconnected my LocalDb, just posted below.
When I connect to my database and even I create database the error appears.
"A network-related or instance-specific error occured while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL network interfaces, error:50 - Local database runtime error occured. Error occured during localdb instance startup: SQL server process failed to start.)"
I tried to checked my LocaLDB instance if its started, but unfortunately its disabled.
The simply thing I did is that, I'll started the LocaLDB instance by using CMD, I'll typed:::>>> sqllocaldb start v11.0
Since I'm using localdb I'll using v11.0 server.
And finally I'll now reconnected my LocalDb, just posted below.
Post a Comment
Your comment/s are highly appreciated..! Thanks for dropping here..!