Viewing 15 posts - 1 through 15 (of 62 total)
I got to finish my lunch! Thanks for the question.
March 20, 2014 at 4:23 pm
Nice to recollect INTERSECT. Basic, but I've almost forgotten to use it. Thanks Ron!
February 27, 2014 at 12:26 pm
I got it. I presumed that restorehistory keeps only the latest restore record. But I came across with restorehistory table that contained multiple records for a database restored periodically. So...
February 24, 2014 at 4:38 pm
February 24, 2014 at 4:23 pm
We restore our testing database frequently from Production database. Is there any way we can get details of all previous restores, or may be last 5 restores?
SELECT * FROM dbo.restorehistory
Returns...
February 24, 2014 at 2:12 pm
Good to know. Not yet encountered such scenario. Thanks for sharing!
February 12, 2014 at 5:31 pm
Nice one. It being long since I last used SSAS, gets hard to recollect things.
February 10, 2014 at 5:28 pm
It's because either or both of the queries are returning more than one ID.
SELECT ID FROM MyCTE WHERE FullContent = 'Authorized Privileges:'
SELECT ID FROM MyCTE WHERE FullContent = 'Default Privileges:'
Do...
February 6, 2014 at 3:47 pm
Try setting properties related to the textboxes, like "can increase to accomodate contents" to false.
You may try the alignment by setting hard coded values to the textboxes. Just to see...
February 6, 2014 at 3:39 pm
Is this resolved by now? If yes, what approach did you take?
February 5, 2014 at 11:50 am
Michael R (1/5/2009)
http://blogs.msdn.com/lukaszp/archive/2005/10/11/479791.aspx
Use a hidden parameter and drillthrough links back to the same report. The hidden parameter will be used...
February 5, 2014 at 11:23 am
Revenant (1/28/2014)
Thanks for an interesting question, Amit. Nitpicking: if it asks 'select all that apply,' it should have checkboxes, not radio buttons.
Somehow I missed to set the options as checkboxes....
January 29, 2014 at 5:50 pm
Are you sure about this?
I tried replicating this in SSRS 2005 (unfortunately I don't have SSRS 2008 installed on my machine).
With a dataset like:
Select 'Pre Order #1' as Text
union
Select 'Pre...
January 23, 2014 at 6:05 pm
I agree with Steve. Normally it's conversion or calculation error. The twist is it works in BIDS but not when deployed (I guess with the same data). :crazy:
January 6, 2014 at 2:27 pm
Viewing 15 posts - 1 through 15 (of 62 total)