Viewing 15 posts - 16 through 30 (of 219 total)
There isn't a tool within ReportManager to copy another server. Could you redploy the reports from the new server from BIDS? You would need to re-setup security though...
December 20, 2010 at 7:21 am
Have you considered a database backup/restore?
December 20, 2010 at 6:36 am
Use backup/restore...
December 13, 2010 at 6:58 am
If you're calling the report from a URL, add &rs:ClearSession=True. This will cause the broswer to refresh the report everytime it's called.
December 13, 2010 at 6:57 am
You may also want to add a check for zero in the denominator or you will get a didvide by zero error. Also, be aware an iif block will...
November 24, 2010 at 6:35 am
Yes, you can restore the ReportServer from a DB backup. The only issue you may run into is regarding the encryption key of the RS. Do you have...
October 30, 2010 at 5:36 am
No, merge is only available at design time. What you could do is create a second row with the merged columns and then based on a value, set the...
October 19, 2010 at 7:15 am
Have you looked into using ReportBuilder?
September 17, 2010 at 11:42 am
I've built a custom web app in ASP.NET/C# using the SSRS API's, but this is a failry involved process but can be done. The built-in SSRS parameters are pretty...
September 16, 2010 at 2:18 pm
There's a great 4 part guide at MSSQL Tips that starts here... http://www.mssqltips.com/tip.asp?tip=1687. I used it for our installation and it was invaluable.
September 16, 2010 at 2:11 pm
Is SSIS installed on the server? I remember trying to create a plan where is was not and the error was cryptic and had nothing to do with SSIS...
September 15, 2010 at 7:11 am
Out of curiosity, why would you want to run SSRS with a compatibility level of 90 as these databases are internal only.
August 20, 2010 at 10:27 am
No, not possible.
July 6, 2010 at 2:02 pm
Are you getting errors in the function. The code should be something like...
Function DispTypeString(value1 AS DateTime, value2 AS DateTime) As Long
Dim NumberOfDays AS Long
NumberOfDays = Datediff("d",value1,value2)
Return NumberOfDays
June 24, 2010 at 9:50 am
Viewing 15 posts - 16 through 30 (of 219 total)