Viewing 15 posts - 1,486 through 1,500 (of 2,278 total)
This definitely required some reading. I will definitely be able to use what I learned. Thanks.
January 13, 2011 at 7:24 am
Switch is definitely an easier option when you have multiple conditions
January 12, 2011 at 10:24 am
Probably what I would do first is to use the Windows search and search for rdl files containing the text of the table name.
January 12, 2011 at 6:22 am
Rob-350472 (1/12/2011)
January 12, 2011 at 6:14 am
VPN - working from home during the snow storm today.:-)
January 12, 2011 at 6:09 am
Tom.Thomson (1/12/2011)
Nice question.The fact there's always an active VLF even when the log is empty doesn't appear to be documented anywhere. But it seems like common sense to me.
Exactly my...
January 12, 2011 at 6:07 am
Avast ye mateys!
With the winter blahs setting I am declaring a random type like a pirate day in this forum.
Arrrrgg. Another snowstorm on the east coast. Arrrgg. ...
January 11, 2011 at 6:53 am
As for your mind... in order to lose something, you have to have it in first place... 😀 Are you sure you had one to lose?
Well that's the question,...
January 10, 2011 at 7:21 am
What is it you want returned?
>=19, True
Mother, True
Father, True
All others false?
If this is what you want, try this:
=IIF(cstr(Fields!AGE.Value) >= 19,"true",IIF(cstr(Fields!Position.Value) = "Mother","true",IIF(cstr(Fields!Position.Value) = "Father","true","false")))
January 10, 2011 at 7:13 am
There is something called parameter sniffing that frequently has very negative consequences on SSRS reports. Fortunately there is an easy way around it.
In all the stored procedures that receive...
January 10, 2011 at 7:03 am
OK, so may be I haven't been the most observant during the last year or so, but I just noticed a graphic sort of background visible in the forums that...
January 10, 2011 at 6:47 am
The query and everything should be in the XML file.
If you want to pull the report into a solution so you can edit in VS. Open an existing Report...
January 9, 2011 at 11:40 am
Sorry, you have a matrix, my initial answer is incorrect.
Go to the text box properties >> Visibility >> choose Show or Hide based on an expression. Then write an...
January 7, 2011 at 1:47 pm
Duplicate thread.
http://www.sqlservercentral.com/Forums/Topic1043046-1633-1.aspx
January 7, 2011 at 7:26 am
Viewing 15 posts - 1,486 through 1,500 (of 2,278 total)