且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Azure的网站使用虚拟机上运行的SQL Server?

更新时间:2023-02-15 12:12:25

SQL Azure的数据库不支持全文搜索呢。

Azure SQL Databases doesn't support Full Text Search yet.

使用Azure的新的的Azure虚拟机的发布,您可能需要在Windows Server(无论是2008卢比或2012年),然后安装你羽翼丰满的SQL Server 2008 R2或2012年(全文搜索 - 即普通/非云的SQL Server)。

With Azure's new release of Azure Virtual Machines, you may take Windows Server (either 2008 Rs or 2012) and then install your full fledged SQL Server 2008 R2 or 2012 (with full text search - i.e. regular / non cloud SQL Server).

一旦部署在SQL Server,它几乎就像你传统的SQL Server在自己的服务器上运行。你管理所有的传入端口,防火墙规则等。使用连接字符串分贝您的网站整合。

Once you have deployed the SQL Server, it is almost like your traditional SQL Server running in your own Server. You manage all the incoming ports, firewall rules etc. Use the connection string to integrate the db in your website.