writing to a .txt file using SQL server agent Job
Hello I have created job which runs every hour to get data from SQL server table based upon current date and time. SQL statement SELECT timecrawl, MainTitleCrawl,dateweb FROM SchedulingModule where...
View ArticleGetting List of shared schedules with powershell --> Parameter 'SiteUrl' is...
trying to call the method from powershell which needs an $null parameter as input: $reportServerURI2010 = http://XY/ReportserverSSRS2008R2/ReportService2010.asmx?WSDL $RS = New-WebServiceProxy -Class...
View ArticleHow to bind List to SSRS report instead of dataset
i always bind dataset to ssrs report. so i want to know that can i bind list to my report. if possible please give me a code snippet.
View ArticleTriggering Data Driven Subscriptions in SSRS
Hi I am trying to get a data driven subscription once a set of stored procs has been run. The procs are run through SQL Agent every morning and I would like my report to run after the last of these...
View ArticleDisplaying results based on the selected value dynamically
Hi I've a challenge in creating one of the reports. I've created a SSRS report with the parameters as - from Date, To Date, State, Group, Territory,CallType. All are multi select. In Call Type, we have...
View ArticleProblem with Multiple Values in ReportViewer (SSRS 2008 R2)
I've created a report for Report Viewer and I'm using the SSRS 2008 R2 to generate the report and it's control. However, I'm having a strange problem with the DropDown of multiple values. If I open the...
View ArticleCLR20r3 - Unable to launch Report Builder 1.0
Hi all, Need some help here. When I double click on C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\ReportBuilder\ReportBuilder.application I receive the...
View Articlenewbie question about data sources: Is it possible to use business objects as...
I am a newbie as far as Microsoft reporting tools are concerned. All the examples use SQL objects (tables, queries, store procedures, etc). Is it possible to use C# collection objects such as...
View ArticleBrowsing Issue in SSRS report Manager
Hi All I have issue with Browsing reports in report manager..When i deployed report successfully and browse in Browser ,preview of report is not fine . In IE it does not open and in mozila it...
View ArticleDrillthrough broken in VS2008 preview pane after SP1 applied
Experiencing a problem with drillthrough's in .rdl files after applying some SP1 patches, so would appreciate any advice. Here's what happened: After applying SP1 for Visual Studio 2010, the...
View ArticleCount the number of rows
I want to count the number of usernames and display for each company name. I want 2 to be written in the report As highlighted I selected the option to Show Sub Totals, seems it does not work for text...
View ArticleNeed help reporting on rebort builder metadata
HI there, I am hoping to populate a table that we use for documenting reports programmatically for old legacy report, the info I would like to retrieve and populate for each report (report builder 3)...
View ArticleReport Builder 3.0, hosted Sharepoint and no Reporting Services
I wonder if this should work? I'm accessing a hosted SharePoint 2010 Foundation site collection. I therefore have no access to logs, permissions, or anything from an admin perspective. I am using...
View ArticleSSRS - Sharepoint integration mode
Hi, We have reporting services installed on sharepoint server and databases on seperate server (cluster instance). Now we are moving databases to vm. In native mode we can change connection string for...
View ArticleNeed to Create a Parameter in a subquery
I'm using SSRS 2008 and I have a report with a subquery that contains a parameter, @LocationNo. what I'm trying to do is allow a user to enter a Location Number, which is a five digit integer, and have...
View Articlehow to connect Project server database from sql server as mixed mode
Hi , I want to connect project server database created using project server 2010 , but my using mixed mode , i could not able to connect in sql server 2008 r2 , pl wat i need to do for that , pl...
View ArticleHow do I run sub queries on a Dataset?
Hi Guys, I have a dataset which could potentially be fairly large depending on the date range that the user selects, so Id prefer to run it only once, and get my results from that... This dataset will...
View Articlehow to get the year in date parameter
Hi Guys, I have a parameter in my SSRS report and a variable that contains the following codes. i already get the month but my problem is how to get the year. speciall if it falls on the previous year....
View ArticleLast Quater
How do i write an expression setting the default value in a start Date parameter for the start of last quarter and end of the quarter as default value in the end date parameter ? I am using BID 2008...
View ArticleShade eevry second line for eas of reading
I have a long list of items in my report. I want to set the colour of every second row for ease of reading. How can that be done please help
View Article