Missing SQL Management Studio

橙三吉。 提交于 2019-12-13 03:42:32

问题


I installed SQL 2008 Enterprise edition all work properly during the installation all requirement are passed then after click finish go to :

start --> All Programs --> Microsoft SQL Server 2008 --> only found the Configuration Tools and import export data

any help plz


回答1:


During installation you need to make sure to install management tools.




回答2:


I get that occasionally when istalling on a rebuilt machine or server. I have no idea why it happens, but to make sure it doesnt happen, I normally choose the path where I choose the features during install and make sure you have the i think its called client tools or something checked for install. I used to get it all the time until I changed.




回答3:


If you have different versions installed, it will show only one of them in the Start/Program Files Menu. However you might be able to find the exe file down the road at somewhere like:

"$\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"

for the 2008 version and

"$\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\SqlWb.exe"

for the 2005 version.



来源:https://stackoverflow.com/questions/4577966/missing-sql-management-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!