本文介绍了如何分别安装localdb?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果我必须使用localdb
,是否需要单独安装?
If I have to work with localdb
, do we need to install it separately?
我已安装SQL Server 2008 R2 Management Studio,SQL Server 2012和.net 4.0.2更新.但是我还没有在PC上看到localdb.
I have SQL Server 2008 R2 Management Studio installed, SQL Server 2012 installed, .net 4.0.2 update installed. But I don't see localdb in the PC yet.
推荐答案
来自 MSDN
或者您可以从SQL Express
下载SqlLocalDB.msi /details.aspx?id=29062"rel =" noreferrer>页面
Or you can download standalone SqlLocalDB.msi from the list of available downloads on the SQL Express
downloading page
要在您的PC上找到localdb
实例,只需尝试连接到(localdb)\Projects
To locate localdb
instance on your PC simply try to connect to (localdb)\Projects
这篇关于如何分别安装localdb?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!