简体   繁体   English

使用SQL Server Management Studio的SQL Azure数据库

[英]SQL Azure database using SQL Server Management Studio

I've been trying to work out whether it's possible to manage (ie add tables, modify them, create stored procedures) a SQL Azure database using some kind of GUI like SSMS and I keep coming up against different answers. 我一直在努力研究是否可以使用SSMS这样的GUI来管理(即添加表,修改它们,创建存储过程)SQL Azure数据库,并且我不断遇到不同的答案。

I found a post from the end of 2009 saying that it would be supported in SSMS but I'm not sure if that includes the Express version? 我在2009年底发现了一篇帖子说它会在SSMS中得到支持,但我不确定它是否包含Express版本? Does anybody know what the most recent update of the express version is and whether it supports it? 有人知道快递版本的最新更新是什么以及它是否支持它?

I think I'm right in saying that it can't be done in Visual Web Developer 2010 (and I can't afford the full fat VS2010). 我认为我说它在Visual Web Developer 2010中无法完成(而且我买不起全胖的VS2010)。

I'm prepared to consider alternatives though if anybody knows any full features GUI tools that work with SQL azure and I don't mind paying for a commercial license if it's not too expensive. 我准备考虑替代方案,但是如果有人知道任何与SQL azure一起使用的完整功能GUI工具,并且我不介意支付商业许可证,如果它不是太昂贵。

Thanks. 谢谢。

Yes, SQL Server 2008 R2 's Management Studio does support working with SQL Azure databases. 是的,SQL Server 2008 R2的Management Studio支持使用SQL Azure数据库。

See: 看到:

There are a couple of options 1) You can use SSMS (get the free version by downloading SQL Express v2008 or greater) with advanced services. 有几个选项1)您可以使用SSMS(通过下载SQL Express v2008或更高版本获得免费版本)和高级服务。 This will give you SSMS. 这将为您提供SSMS。 You can then connect to SQL Azure using SSMS. 然后,您可以使用SSMS连接到SQL Azure。 However - there is a limited set of functionality available via this tool. 但是 - 通过此工具可以使用一组有限的功能。 2) You can use SSDT (stand-alone for free) or from within VS2010 SP1 or greater. 2)您可以使用SSDT(独立免费)或VS2010 SP1或更高版本。 Again, you can connect to SQL Azure, but there are some restrictions on what you can do. 同样,您可以连接到SQL Azure,但对您可以执行的操作有一些限制。

I am using the SQL Express on AWS RDS (free usage tier) myself lately (and connecting via SSMS or SSDT). 我最近自己在AWS RDS(免费使用层)上使用SQL Express(并通过SSMS或SSDT连接)。 I prefer their implementation of SQL Server in the cloud to Microsoft's implementation of SQL Azure. 我更喜欢他们在云中实现SQL Server到Microsoft的SQL Azure实现。

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

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