简体   繁体   English

Azure VM上的SQL Server数据工具

[英]SQL Server Data Tools on Azure VM

I created a VM using the gallery image, and got SQL server 2014 Standard template and got reporting services working correctly. 我使用图库图像创建了一个VM,并获得了SQL Server 2014 Standard模板,并使报表服务正常工作。 My questions here are all about the Azure VM image, which I'm sure the community is using as well (no SSRS in Azure other than using a VM) 我的问题都是关于Azure VM映像的,我确定社区也正在使用该映像(Azure中没有SSRS,而是使用VM)

ReportBuilder however will not start from a remote client (401 unauthorized), and I'm sure I have to open another port or something to get it working but I can't seem to find the right article.... 但是,ReportBuilder不会从远程客户端(未经授权的401)启动,并且我确定必须打开另一个端口或其他方法才能使其正常工作,但我似乎找不到合适的文章。

I'm also told that SQL Server Data Tools (SSDT) is installed on the server, in order to create reports via Visual Studio. 还告诉我,服务器上已安装SQL Server数据工具(SSDT),以便通过Visual Studio创建报告。 However, I can't seem to find the right link on the server (damn this new Server 2014 interface! hard to loose the muscle memory of the previous os) What is the start up procedure for SSDT on the VM? 但是,我似乎无法在服务器上找到正确的链接(该新的Server 2014界面!!!!!!!!!!!!!!!!!)VM上SSDT的启动过程是什么?

I've also tried using the Browser directly on the VM, but without JavaScript enabled, that wont' work as well. 我也尝试过直接在VM上使用浏览器,但是如果没有启用JavaScript,那也无法正常工作。 How do I drop (temp) all the constraints it's under? 如何删除(临时)它所受的所有约束?

In essence, how do you create a report on the Azure VM? 本质上,如何在Azure VM上创建报告?

If you can access the report server from a browser in a remote client, for example, yourazurevm.cloudapp.net/reportserver, then you have already configured firewall correctly. 如果可以通过远程客户端中的浏览器(例如yourazurevm.cloudapp.net/reportserver)访问报表服务器,则您已经正确配置了防火墙。 Otherwise, refer to this article ( http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-provision-sql-server/#SSMS ) to configure Azure SQL VM. 否则,请参考本文( http://azure.microsoft.com/zh-cn/documentation/articles/virtual-machines-provision-sql-server/#SSMS )来配置Azure SQL VM。

To create reports using ReportBuilder, install the standalone version of the ReportBuilder 3.0 from http://www.microsoft.com/en-us/download/details.aspx?id=6116 . 要使用ReportBuilder创建报告,请从http://www.microsoft.com/zh-cn/download/details.aspx?id=6116安装独立版本的ReportBuilder 3.0。 After you launch the ReportBuilder, you can configure it to connect to your Azure SQL report server in the lower left corner. 启动ReportBuilder后,可以对其进行配置以连接到左下角的Azure SQL报表服务器。

To create reports using Visual Studio and SQL Server Data Tools (SSDT), install SSDT-BI (not just SSDT) in the client where Visual Studio is installed. 若要使用Visual Studio和SQL Server数据工具(SSDT)创建报告,请在安装了Visual Studio的客户端中安装SSDT-BI(而不仅仅是SSDT)。 Then create a Report Server Project by going to File->New->Project->Installed->Templates->Business Intelligence->Reporting Services. 然后通过转到文件->新建->项目->已安装->模板->商业智能-> Reporting Services创建一个报表服务器项目。 Open the properties of the project, and set the Target Server URL to your Azure SQL report server. 打开项目的属性,然后将目标服务器URL设置为您的Azure SQL报表服务器。

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

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