博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Step-by-Step: Installing SQL Server Management Studio2008 Express after Visual Studio 2010(zz)
阅读量:5280 次
发布时间:2019-06-14

本文共 4292 字,大约阅读时间需要 14 分钟。

Step-by-Step: Installing SQL Server Management Studio2008 Express after Visual Studio 2010

18 Feb 2011 8:14 AM

One of the first things I always do after installing Visual Studio is toinstall SQL Server Management Studio (SSMS). Visual Studio 2010 installs SQLServer 2008 Express on your machine but doesn’t include SSMS. Although you canuse Visual Studio to create/connect/design databases, I like having SSMS aroundfor advanced management. I recall SSMS for SQL Server 2005 was a simpleinstall, unfortunately they threw the kitchen sink into the SSMS 2008 installerand I’m always confused at which buttons I need to push to get it to do what Iwant. So I’m writing up this blog post for two reasons 1) So I remember thesteps and 2) So you can be less frustrated :-) (BTW, a birdie tells me that theSQL team is looking at making this installer much simpler in the future.Hooray!)

Okay the first thing you need is to make sure you get the right version ofSSMS. If you installed Visual Studio 2010 then you will need the 2008 version(not R2).

STEP 1: Download and select eitherSQLManagementStudio_x64_ENU.exe or SQLManagementStudio_x86_ENU.exe depending onyour machine’s OS bit-ness. I’m running Windows 7-64bit so I’ll be detailingthe steps as it pertains to that OS.

STEP 2: Make sure you’re logged in as an administrator of the machine thenright-click on the exe you downloaded and select “Run as Administrator”. Ifyou’re on Windows 7 then you’ll get a compatibility warning. Click past it fornow to continue with the install. Later you’ll need to apply .

STEP 3: You should now see the “SQL Server Installation Center” window.Yes it looks scary. Select the “Installation” tab.

STEP 4: Select “New SQL Server stand-alone installation or add features toan existing installation”. It will then run a rule check. Make sure there areno failures and then click OK.

STEP 5: The next step is misleading. The Setup Support Files window lookslike it’s doing something and stuck on “Gathering user settings.” It’s actuallywaiting for you to click the Install button! Doh!

STEP 6: Another rule check. You’ll probably end up with a Windows Firewallwarning this time. If you want to enable remote access to SQL Server you’llneed to . Since I’m using SQL Server Express for developmentpurposes on this machine only, I won’t need to worry about that. Click Next.

STEP 7: Okay here is the step I always mess up because it’s just notintuitive at all. On the Installation Type window you have a choice between“Perform a new installation of SQL Server 2008” OR “Add features to an existinginstance of SQL Server 2008”. You need to select new installation, NOTadd features. I know I know, totally weird. You would think that since you justwant to add SSMS that it would be Add features to existing instance – I mean Idon’t want a new instance, just the dang tools. Sigh. Click Next.

STEP 8: Next you get the Product Key window. You obviously don’t need aproduct key for SQL Server Express since it’s free so just click Next.

STEP 9: Accept the License Terms and click Next.

STEP 10: Okay now for the window we’ve all been waiting for - FeatureSelection. Check off “Management Tools – Basic” and then click Next.

STEP 11: Verify your disk space requirements and click Next.

STEP 12: Help Microsoft improve SQL Server features and services byselecting to send usage and error reports to them (or not). Click Next.

STEP 13: Another quick rule check runs. Click Next.

STEP 14: Now it looks like we’re ready to install. Click the Installbutton.

The install will kick off and will take about 5 minutes to complete.

STEP 15: Once the installation completes, click the Next button again.

STEP 16: Complete! Click the Close button and you should be all set.

STEP 17: Fire up SQL Server Management Studio! You should now see it in yourPrograms under Microsoft SQL Server 2008. Make sure you run it as anadministrator for access to all the features.

And don’t forget at some point to install the latest . I hope this helps people who have just installed VisualStudio 2010 but also want to install SQL Server Management Studio. I know I’llbe referring to my own post on this when I need to do it again :-)

Enjoy!

 安装 sql server  2008 management studio  express

转载于:https://www.cnblogs.com/IS2120/archive/2011/10/29/6745989.html

你可能感兴趣的文章
Power BI 报告的评论服务支持移动设备
查看>>
MySQL 5.7社区版安装实践
查看>>
vue-auto-focus: 控制自动聚焦行为的 vue 指令
查看>>
docker入门学习(四) 安装nginx及配置
查看>>
BottomNavigationBarItem fixed
查看>>
[BZOJ1601] [Usaco2008 Oct] 灌水 (kruskal)
查看>>
有人物联网数传终端设备在智慧电力和公共事业中的应用
查看>>
《剑指offer》第三_二题(不修改数组找出重复的数字)
查看>>
windows 核心编程第一章:关于错误
查看>>
20. Spring Boot Servlet【从零开始学Spring Boot】
查看>>
js原型链实现
查看>>
数据结构之链表
查看>>
WPF / Win Form:多线程去修改或访问UI线程数据的方法( winform 跨线程访问UI控件 )...
查看>>
SPOJ DCEPC11I
查看>>
Mongodb关闭开源许可感想
查看>>
GCD 的初步认识
查看>>
好设计,迁移不费劲
查看>>
orz gzy
查看>>
JAVA源码分析------锁(1)
查看>>
HDU 4920 Matrix multiplication
查看>>