How to run Batch file from ssms
Hello,I am trying to run below code in ssmsDECLARE @CMDSQL VARCHAR(1000) SET @CMDSQL = 'D:\TRY.bat' EXEC xp_CMDShell @CMDSQLbut it is giving error like 'D:\TRY.bat' is not recognized as an internal or...
View Article"An error has occurred" when attempting to subscribe to a report
Hello, I am hoping someone out there can help me solve this SSRS subscription issue. Basically after configuring SSRS to use SSL connections only (remove port 80 support using SSRS Configuration...
View ArticleThe request failed with HTTP status 401: Unauthorized. in SSRS
HI All,I am getting the error when trying to call SSRS web service from SQL Agent Job. I have written C# code in Script task of SSIS Which calls SSRS reports and genrates report in pdf format. Now, the...
View ArticleIs it possible to stop a subscription from mailing if there is no data...
I have got a report that mails everyday a set of raw data, I only have to mail the report if there is data in the report, is it possible to have a check inside the subscription to only email if the...
View ArticleIs timedataretrieval, time processing and timerendering included in the SSRS...
Hi,Is timedataretrieval, time processing and timerendering included in the SSRS definitions of "Allow the report to run for XXXXX seconds before timing out"?I've attached 2 screenshots
View ArticleSSRS starting with sort on sum field with interactive sorting on column group
Hi all,I have build a report with interactive sorting on a column group (this works)I also have interactive sorting on the sum column of that group (also works)My problem how do I start the report with...
View ArticleSSRS report access issue
given role on ReportManager... but still getting issue,The permissions granted to user '' are insufficient for performing this operation. (rsAccessDenied) XXX\srini --- what type of access need to...
View ArticleSSRS : Do not export Summary Page while exporting to PDF.
Hi guys, I have a report and this is subscribed to run @6 pm daily. This report creates a PDF for multiple patients. When the report is generated @6 pm and saved in the PDF form, there's a summary...
View ArticleReturn Activities that are "not Followed By" some other activities in SQL
Dear FriendsIn the SQL database, i have a table of person, linked to a table of activities that are linked to each person as shown bellow:i want to write an SQL query that will retrieve those persons...
View ArticlePower BI report server install on existing SSRS 2016 instance
We have a Sql 2016 Reporting service installation which has lot of content (Reports, dataset, data source etc...) in it. We would like to install (on-prem)Power BI report server on existing Reporting...
View ArticleMatrix Totals by Column Group
Hi there,Sorry guys, got the post wrong the first time. This is what I am trying to do here;I am having this issue here with a Matrix Totals, I will try to explain it with an example below;...
View Articlessrs - text inside the bars of bar chart
Hello, I am retrieving Name,Number from sql and trying to display onto a horizontal bar char on the x axis I have the number field and the bars are showing one for each Name. Question: 1- How can I...
View ArticleSSRS Conditional Parameters
Hi,I need to create a report in which if end user enters any date the data for the report should be fetched from the 1st day of the of the month selected/entered by the end user.Example:If User enters...
View ArticleNeed to insert multiple record for same employee in different table and...
I have two table table1 and table2if table1 have more then one record for same employee I want second or third row data insert in another columns in table2.below is my requirement...
View Articlessrs reports similar stored procs
Hello, Is there asql statement which shows which ssrs reports use similar stored procs?Thank you
View ArticleReport Builder button missing
My set up is Windows 7 HP SP1, SQL Server 2008 R2 Developer and SQL Server Business Intelligence Development Studio (9.0.30729.4462). I think the BIDS version is an Express version.I can't seem to see...
View ArticleSSRS Reporting (Lookup and other features)
Hi,I am currently working on a report which populates data from IP21 application.As there are no relationships/common keys between the tables of that application,we have prepared another database which...
View ArticleSSRS with Azure SQL data
I get this error "The data processing extension used for this report is not available. It has either been uninstalled, or it is not configured correctly." when trying to report on data held in an Azure...
View ArticleSSRS Auto Email Report Supscription
Hi,Could you please provide me the steps to configure auto-email in SSRS?1.How can we add/configure emails?2.If mail fails how to track it and reschedule?Please help!
View ArticleSSL Redirect for SSRS 2012
Does anyone know how to implement a redirect in SSRS? If a user goes to http://servername/Reports I want it to redirect to https://servername/Reports.
View Article