SQLLocalDB

Problem

User is prompted with one of two error messages when opening The EDGE after restarting the computer.

SQLLocalDB is not starting automatically

Solution

work around was to start SQLLocalDB with the following CMD prompt instruction:

sqllocaldb start v11.0

Instead of having them do this every time, we created the following batch file: (change user_name to the actual user’s name, open CMD Prompt to verify)

Echo ON
cls
REM ***** This is for Starting your SQLLOCALDB 2012 *****

Pause Do you want to continue?

Echo OFF

CD\
CD\Users\user_name
sqllocaldb Start v11.0

REM **** C:\Windows\System32 sqllocaldb Start v11.0

Echo Service Started
Pause

Learn, Network and More at Our User Conference: CONVERGE24!