简体   繁体   English

对SQL Server GUI的建议?

[英]Suggestions for SQL Server GUI?

I just downloaded SQL Server 2005 Express edition. 我刚刚下载了SQL Server 2005 Express版。 I was hoping it would come with a GUI to let me design my tables and such, but it doesn't. 我希望它会附带一个GUI,让我可以设计表等,但事实并非如此。 I'm working with ColdFusion/CF Builder here, so I don't really want one that integrates into Visual Studio. 我在这里使用ColdFusion / CF Builder,所以我真的不想要将其集成到Visual Studio中。 Also, it would be helpful if it has the option to connect to a remote database too. 同样,如果它也可以选择连接到远程数据库,将很有帮助。 Suggestions? 建议?

SQL Server Management Studio Express should have been installed with your download. SQL Server Management Studio Express应该与您的下载一起安装。 If not, you can get it here: 如果没有,您可以在这里获得:

http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&displaylang=en http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&displaylang=en

Consider using the latest version of SQL Server Express (2008), which can be found here: http://www.microsoft.com/express/Database/ 考虑使用最新版本的SQL Server Express(2008),可以在这里找到: http : //www.microsoft.com/express/Database/

The path for SSMS in the 2008 edition is 2008年版中SSMS的路径是

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

I would imagine that on 2005 the path will be the same but replace the 100 with 90. If it is not there then you can redownload it and add it to your instalation 我想在2005年,路径将是相同的,但用90代替100。如果不存在,则可以重新下载并将其添加到安装中

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

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