Viewing 15 posts - 61 through 75 (of 184 total)
Hi Kevin,
Do you have a defined relationship (dimension usage in BIDS) between Customer and Time? If so what is it?
In my experience - the datetime format type is slow and...
May 9, 2012 at 8:44 am
peseta30 (5/8/2012)
May 9, 2012 at 8:16 am
jvElecenter (5/4/2012)
SarahUnfortunately they disappear.
Kind regards
I have also seen this behaviour in BIDS (2008 R2) - I use BIDS helper[/url] from codeplex to delete the cached datasets to ensure im getting...
May 9, 2012 at 2:40 am
turner.kraig (5/8/2012)
Unless I'm missing something, doing this will give me a url greater than 260 characters.
My apologies - here is a solution you could try: http://msdn.microsoft.com/en-us/library/ms153563.aspx
May 9, 2012 at 2:35 am
AFAIK you need to have the full path to parts, so in your example you would need to include the report server URL
For the Report URL I am using: http://server.ca/Reports_2008/
For...
May 8, 2012 at 10:37 am
turner.kraig (5/4/2012)
Maybe there's another way I can accomplish the same thing. On a report we have a ton of parameters....
May 8, 2012 at 10:31 am
This link [/url]may help with your requirements.
Although the post is quite old (5 years) the solution works when changing the references to 2008, and in particular some of the comments/replies...
May 8, 2012 at 10:24 am
This is a very open ended question and if you have the right tools available, maintenance and scalability can be overcome.
I have tried this tool : RSScripter by Jasper Smith...
May 8, 2012 at 10:19 am
If the columns are all the same this sounds like an "ETL" process in the making.
Use SSIS to combine the data from the results into a "Staging table" which could...
May 8, 2012 at 10:10 am
Have you registered your assembly to the GAC (Global Assembly Cache)
http://msdn.microsoft.com/en-us/library/ex0ss12c(v=vs.80).aspx
April 27, 2012 at 5:45 am
gsc_dba (4/27/2012)
I don't think there are duplicates based on the rows in the picture included.
The dispute amount (or the join to it) makes the row unique, I suspect that is...
April 27, 2012 at 5:28 am
I don't think there are duplicates based on the rows in the picture included.
April 27, 2012 at 5:26 am
This may be of assistance...
January 16, 2012 at 9:20 am
SaintGr8 (9/22/2011)
CREATE PROCEDURE dbo.sp_select
@Person NVARCHAR(200)
AS
DECLARE @cmd NVARCHAR (255)
SET...
September 22, 2011 at 3:37 am
Reporting Services
Business Objects
September 20, 2011 at 3:56 am
Viewing 15 posts - 61 through 75 (of 184 total)