Viewing 15 posts - 301 through 315 (of 451 total)
I'm not familiar with Toad, but are you sure it's using the same driver?
November 1, 2012 at 2:46 pm
tinnusqlserver (10/31/2012)
I am creating a SSRS report which directly gets the data from oracle.
I am running an oracle query in bids.
When i run this query in the "query designer"...
October 31, 2012 at 9:16 pm
Jeff,
Thank you for that thoughtful reply; you make a good point about having to sell/justify the change with ROI. I can create a template package that will/should be easy...
October 31, 2012 at 9:13 pm
Kayal-717623 (10/31/2012)
I have a master package to execute 200 child packages. The master package goes thru a loop and executes 5 -6 packages at a time. The...
October 31, 2012 at 9:04 pm
You can also install Report Builder 3.0 to create your SSRS reports.
http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=6116
Rob
October 31, 2012 at 8:10 am
scottcabral (10/30/2012)
I built a dimensional model with the fact and dim tables populated and created a cube using SSAS 2008.
Now I would like to give the end user's the...
October 30, 2012 at 11:03 pm
niha.736 (10/29/2012)
=IIF(CInt(ReportItems!Sales38.Value) > 99999, ReportItems!Sales38.Value, FormatNumber(CDbl(ReportItems!Sales38.Value),"N2"))
this is the expression i have written. with help of this am getting...
October 29, 2012 at 2:05 pm
Use an expression like:
=CInt(Ceiling(RowNumber(Nothing)/4))
Then put this into a group and set your page break as you wish for that grouping.
HTH,
Rob
October 29, 2012 at 1:53 pm
grasshopper26 (10/29/2012)
I am trying to understand the following sentence from SSAS cube i just built
"Avoid defining measure groups with zero dimensional overlap" ...
October 29, 2012 at 1:41 pm
Try something like:
=IIF(Fields!YourField.Value < 99999, FormatPercent(Fields!YourField.Value), CInt(Fields!YourField.Value))
I haven't tried this, so you may need to play around with this. But it should give you a start.
HTH,
Rob
October 29, 2012 at 6:25 am
One way to do this is to create a Calendar or Date table.
Take a look at: http://weblogs.sqlteam.com/dang/archive/2010/07/19/calendar-table-and-datetime-functions.aspx
HTH,
Rob
October 29, 2012 at 6:08 am
Charles Hearn (10/25/2012)
This is interesting. Do you know if its allowing parallel processing of the partitions?
Charles, investigating further, it doesn't appear that parallel processing is allowed (see attached screen...
October 27, 2012 at 12:52 pm
rupesh.gajjela (10/18/2012)
Hi ,Can we create a single report adding some columns from a table and some columns from OLAP cube in SSRS ?Please help.
Yes, you can query a SSAS cube...
October 27, 2012 at 12:22 am
richykong (10/25/2012)
October 25, 2012 at 8:45 pm
Charles Hearn (10/25/2012)
This is interesting. Do you know if its allowing parallel processing of the partitions?
I don't know if it allows for parallel processing -- where would I check...
October 25, 2012 at 12:17 pm
Viewing 15 posts - 301 through 315 (of 451 total)