Viewing 6 posts - 16 through 21 (of 21 total)
Sad but true: I believe you're correct. When I started in IT, you had to upgrade your pc every few years, and it took a specialist to install it; now,...
July 9, 2015 at 3:31 am
I ran into the same problem today, and tried to see if this has been fixed in SQL 2014. I'm a bit disappointed to see that this is not the...
April 28, 2014 at 8:56 am
One way is to look in the setup log. This is located in program files\microsoft sql server\110\setup bootstrap\log. There is a folder with as name, the installation date. Inside this...
November 20, 2013 at 2:15 am
Even more simple: use the expression builder and nested IIf to set the colour directly by name, e.g.:
=IIf(Fields!Num.Value/Max(Fields!Num.Value,"DSBounds") > 0.25,IIf(Fields!Num.Value/Max(Fields!Num.Value,"DSBounds") > 0.5,"HotPink","Pink"),"White")
September 12, 2012 at 8:58 am
This reply may be a bit late, but this morning I had the same problem, so I thought I'd post the answer for anybody else who stumbles upon this. The...
July 28, 2011 at 1:35 am
Hello Iryna,
We have the same error. I don't have a solution for this yet, but I think it may be related to the fact that we have put some resource...
March 31, 2008 at 6:02 am
Viewing 6 posts - 16 through 21 (of 21 total)