简体   繁体   English

SQL Server 2008 Express-安装

[英]SQL Server 2008 Express - Install

It may sounds stupid, but I install Microsoft SQL Server 2008 (express edition). 听起来可能很愚蠢,但是我安装了Microsoft SQL Server 2008(快速版)。

I want to make a new query, but I don't find the window that make it. 我想进行一个新查询,但找不到找到它的窗口。 As I understood, Microsoft SQL Server 2008 gives me the option to use and write a schema. 据我了解,Microsoft SQL Server 2008为我提供了使用和编写架构的选项。

Where can I find this option? 在哪里可以找到此选项? Thanks 谢谢

It sounds like you only installed the database engine. 听起来您只安装了数据库引擎。 You need to install Sql Server Management Studio to do that. 您需要安装Sql Server Management Studio才能做到这一点。

If you're using a licensed version then it should be a feature you can select when you install the instance. 如果您使用的是许可版本,则应在安装实例时选择该功能。

If you're using Express then you can find it here: 如果您使用的是Express,则可以在这里找到它:

http://www.microsoft.com/download/en/details.aspx?id=8961 http://www.microsoft.com/download/en/details.aspx?id=8961

When you install the express version though, be aware that the installation procedure should be followed as though you are creating a new instance of sql server. 但是,当您安装Express版本时,请注意应遵循安装过程,就像您要创建sql server的新实例一样。 It's very unintuitive and most people naturally think they should be modifying an existing instance when installing management studio express... I personally wasted an hour trying to figure this out long ago. 这是非常不直观的,大多数人自然而然地认为,在安装Management Studio Express时,他们应该修改现有实例。我个人花了一个小时试图弄清楚这一点。

What you are looking for is SQL Server Management Studio . 您正在寻找的是SQL Server Management Studio You can use it to create databasese, tables, stored proces, run queries etc. You can find it here 您可以使用它来创建数据库,表,存储的过程,运行查询等。您可以在这里找到它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM