本文介绍了什么引擎服务器=(localdb)\ mssqllocaldb将指向?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有sqlexpress 2K8,2K14和2K16安装。什么数据库引擎'Server =(LocalDB)\ MSSQLLocalDB'指向?
我尝试过:
我已禁用所有已安装的引擎。虽然它适用于vs2K15社区。
I have sqlexpress 2K8,2K14 and 2K16 installd. What database engine 'Server=(LocalDB)\MSSQLLocalDB' points to?
What I have tried:
I have disabled all installed engines. Though it works with vs2K15 community.
推荐答案
MSDN状态:
LocalDB的自动实例具有属于保留命名空间的实例名称的特殊模式。这可以防止与LocalDB的命名实例发生名称冲突。自动实例的名称是MSSQLLocalDB。
Automatic instances of LocalDB have a special pattern for the instance name that belongs to a reserved namespace. This prevents name conflicts with named instances of LocalDB. The name for the automatic instance is MSSQLLocalDB.
更多详细信息可在此处获取: []
Microsoft SQL Server Express LocalDB is a feature of SQL Server Express targeted to developers. LocalDB installation copies a minimal set of files necessary to start the SQL Server Database Engine. Once LocalDB is installed, you can initiate a connection using a special connection string.
参考: []
这篇关于什么引擎服务器=(localdb)\ mssqllocaldb将指向?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!