From fdd332d3024fbeb27473a31bc7159d1c1b6d7a7c Mon Sep 17 00:00:00 2001 From: Umachandar Jayachandran Date: Tue, 4 Oct 2016 21:40:42 -0700 Subject: [PATCH] Updated readme with steps to downloading reports as zip file. --- samples/features/r-services/SSMS-Custom-Reports/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/features/r-services/SSMS-Custom-Reports/README.md b/samples/features/r-services/SSMS-Custom-Reports/README.md index ac0cb62d..f2e016a7 100644 --- a/samples/features/r-services/SSMS-Custom-Reports/README.md +++ b/samples/features/r-services/SSMS-Custom-Reports/README.md @@ -40,7 +40,11 @@ To run this sample, you need the following prerequisites. ## Run this sample Installation instructions for R Services can be found [here](https://msdn.microsoft.com/en-us/library/mt696069.aspx). -To use custom reports from SQL Server Management Studio, follow the instructions from "[Add a custom report to Management Studio](https://msdn.microsoft.com/en-us/library/bb153687.aspx)" topic in SQL Server Books Online. +Steps: +- Download a zip file containing the reports to a folder using one of the links below: + - [DownGit Link](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/Microsoft/sql-server-samples/tree/master/samples/features/r-services/SSMS-Custom-Reports) to get Zip file with contents + - Use [GitZip](http://kinolien.github.io/gitzip/) & specify the [Url](https://github.com/Microsoft/sql-server-samples/tree/master/samples/features/r-services/SSMS-Custom-Reports) +- Open the custom reports from SQL Server Management Studio using the instructions from "[Add a custom report to Management Studio](https://msdn.microsoft.com/en-us/library/bb153687.aspx)" topic in SQL Server Books Online