Specifically for SQL Server 2012 Express LocalDB
0
votes
0answers
90 views
How to move folder of SQL Server LocalDB instances from the default location?
I get multiple errors with LocalDB (startup error, can't create DB from SQL Server Management Studio and also multiple issues when trying to restore a backup) and none of the fixes I found are helping ...
1
vote
3answers
1k views
Cannot start SqlLocalDB instance with my Windows account
I'm the administrator and simply run the command:
sqllocaldb start v11.0
Result:
Start of LocalDB instance "v11.0" failed because of the following error:
Error occurred during LocalDB instance ...
0
votes
0answers
61 views
Cannot start SQL LocalDB - SQL Server process failed to start [duplicate]
Just installed SQL 2012 Express LocalDb and whenever I try to start or create an instance from the command line I get this error in the Event Viewer:
Windows API call WaitForMultipleObjects ...
5
votes
1answer
194 views
What is the migration/deployment path from a LocalDB solution to Enterprise instance?
Given the extant definition for SQL Server 2012's LocalDB as
SqlLocalDB is a local, low-overhead database engine of SQL Server 2012
(and future versions) that allows developers to focus on ...