问题描述
我通过Office 365订阅了Microsoft Action Pack.
I have a Microsoft Action Pack subscription with Office 365.
我想连接到Office 365附带的SQL SERVER数据库.
I would like to connect to an SQL SERVER database which is provided with Office 365.
我在论坛和Google上全力以赴,以了解如何在Office 365中访问SQL Server.
I am banging my head on forums and google to find out how to access SQL server in Office 365.
我检查了每个选项,但都没有安装SQL SERVER.
I checked each option but none of them have an SQL SERVER installed.
Office 365
没有SQL SERVER license
吗?我是否需要类似Windows Azure which comes with SQL
的内容.我只是在这里失去了.
Does Office 365
doesn't have SQL SERVER license
? Do I need something like Windows Azure which comes with SQL
. I am just lost here.
当我登录时,Office 365联机屏幕如下所示.
When I login the office 365 online screen looks like below.
推荐答案
据我所知,O365订阅中均未包含SQL Server和Azure SQL数据库.不过有一些选择:
To the best of my knowledge, neither SQL Server nor Azure SQL Database come included with an O365 subscription. There are a few options though:
- Azure SQL数据库:获得200美元的免费积分要评估Azure SQL数据库,请单击入门".拥有Azure帐户后,可以创建您的帐户首先Azure SQL数据库,然后连接并从Excel查询.
- SQL Server Express :SQL Server的免费版本,您可以将其安装在便携式计算机,服务器或Azure VM中.
- MSDN:如果您订阅了MSDN,则免费提供SQL Server Developer版本.
- Azure SQL Database: To get a $200 free credits to evaluate Azure SQL Database, click "Get Started". Once you have your Azure account, you can create your first Azure SQL Database and then connect and query from Excel, for example.
- SQL Server Express: A free version of SQL Server than you can install on your laptop, server, or in an Azure VM.
- MSDN: If you have an MSDN subscription, SQL Server Developer edition is included for free.
这篇关于从Office 365连接到Azure SQL数据库/SQL Server的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!