Viewing 15 posts - 1 through 15 (of 49 total)
Singanan Krishnasamy (9/6/2011)
1. Drill down, the + and - symbol conflicts...
September 6, 2011 at 10:25 am
My Favourite bad thing about SSRS
is exporting reports to excel, when the rows resize so you lose half your cell
2. another pet hate is having to use CTRL+C ,...
September 6, 2011 at 3:34 am
HA! when I was first tasked with this I looked at RS Scripter , but I didn't know you could generate the entire solution
Much Appreciated!
September 22, 2010 at 4:47 am
Declare @LiveRS Table (
RDL varchar(MAX),
CompletePath nvarchar(max)
)
Insert Into @LiveRS
select convert(varchar(max), convert(varbinary(max), content)) [RDL],Path + Name [CompletePath]
from [TEST].[Reportserver].[dbo].catalog
where content is not null
Declare @SourceControlRS Table (RDL varchar(max),
CompletePath nvarchar(max))
Insert Into @SourceControlRS
select convert(varchar(max), convert(varbinary(max),...
September 20, 2010 at 6:40 am
The reason it flagged the generation of the email as a virus was due to McAfee thinking that some unreputable program had been creating HTML emails
But i do agree...
May 27, 2010 at 7:06 am
I remember when I was doing something along the same sort of lines before but McAfee Anti-Virus always flagged some emails as a virus
Does your method get round this somehow?
May 27, 2010 at 6:33 am
becklery (11/14/2009)
Hi.In my opinion, you should refer to the url below:
http://technet.microsoft.com/en-us/library/dd335967.aspx
Regards,
becklery.
How on Earth is that going to help?
November 16, 2009 at 2:23 am
katesl (11/12/2009)
November 12, 2009 at 8:36 am
you mean I could get 10k just for writing a script ... right im on that
November 12, 2009 at 6:12 am
Nice Spreadsheet, in my job , I Tend to get the Data in the Tables rather the the Spec's , it is up to me/the team to decide the specifications...
November 12, 2009 at 4:40 am
One thing you might want to check is whether ConsumeContainerWhitespace is set to True. This Property could be causing the initial page to span across 2 pages.
When Set to...
November 11, 2009 at 2:20 am
Taking a long shot here without know the full description :
neither you could do this in Excel with SQL
create a separate excel sheet for you to download the data into...
October 20, 2009 at 3:00 am
just a thought , but try editing the report and putting a text box that will always render ,
like a dot or something , make it almost white too...
October 12, 2009 at 8:29 am
oh yes very gutsy , we did have other servers we could point to and run the reports if everything went to pot, so not AS scary as it sounds....
October 5, 2009 at 9:51 am
How about trying a formating for that particular field
In the properties for that field, in the formatting tab try using this as:
£#,##0.00;-£#,##0.00;-
the last dash represents the zero , and when...
April 23, 2008 at 3:02 am
Viewing 15 posts - 1 through 15 (of 49 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy