Viewing 15 posts - 1 through 15 (of 28 total)
thanks for the question and the great explanation...
August 10, 2010 at 1:26 am
You can apply the expression on the text box...
=IIF(Fields!TotalHours.Value < 8 ,"",Fields!TotalHours.Value)
July 27, 2010 at 6:43 am
LastRuntime is the column which can help getting the Running time value of the subscription
July 27, 2010 at 6:33 am
You need to connect to the ReportServer DB on the report server to retrieve the Running time of the subscriptions...
select * from subscriptions
July 27, 2010 at 6:31 am
You can use the following query to get the last date of the week..
select dateadd(dd,7-datepart(dw,getdate()),getdate())
just replace the getdate() with the date column and group the data based on this last...
July 20, 2010 at 4:01 am
You can use the last date of each week on the X-axis...
July 20, 2010 at 1:07 am
If you will try to enter the NULL value into the column with the definition AllowNull = Yes, it will permit the NULL value to be inserted even if you...
July 20, 2010 at 12:38 am
As dave said, you can use SSRS reports to get the results back in the excel and with also the format which is required...
You can subscribe the reports to get...
July 16, 2010 at 7:06 am
It really depends on what are you trying to tune in SQL server...
if its query, procs , ssis packages, ssrs reports or the jobs...
plz be more precise asking the questions,...
July 16, 2010 at 7:03 am
Try using NVARCHAR(MAX) as datatype for the comments column
July 16, 2010 at 5:57 am
Try to open the reports in BIDS and in Data tab you will be able to locate the Datasets used by the report. Edit all the dataset and change the...
July 13, 2010 at 6:46 am
Click on Report > Report Properties
Within the Report properties click on the Layout tab and set the page width/height settings as per needed.
July 7, 2010 at 4:27 am
Got it right...
It took me 15 min to read and 15 second to answer;-)
July 2, 2010 at 6:33 am
Viewing 15 posts - 1 through 15 (of 28 total)