Viewing 15 posts - 76 through 90 (of 452 total)
See if this helps:
Rob
February 18, 2015 at 6:56 am
This SSAS Performance Guide from MS might be a start for you:
http://msdn.microsoft.com/en-us/library/dn749781.aspx
HTH,
Rob
November 21, 2014 at 12:14 pm
ramana3327 (11/20/2014)
We have a report with parameter username. When we pass username it will update his email.
We have to enter the parameter. We didn't specify the the values or...
November 20, 2014 at 12:42 pm
So, someone switched the SP_ReportServer or SP_ReportServerIntegrated (if using SP integrated mode)? You can probably tell when this happened by checking execution log for report run times. But...
November 14, 2014 at 1:48 pm
Are you talking about the report's data source being changed? Is the .rsds stored in SharePoint or a file system where you can see who last modified?
It's hard to...
November 13, 2014 at 8:47 am
DarthBurrito (10/8/2014)
robert.gerald.taylor (10/8/2014)
Or are you saying that your grouping's expression...
October 8, 2014 at 12:05 pm
I thought columnstore indexes were updatable in 2014:
http://blogs.msdn.com/b/sql_shep/archive/2014/05/01/sql-server-2014-updatable-columnstore-index.aspx
http://sqlblog.com/blogs/michael_zilberstein/archive/2013/07/01/49903.aspx
Wouldn't that take care of your updating the SCD?
HTH,
Rob
October 8, 2014 at 8:55 am
Probably a silly question, but if the Add-On Column is always green, why not just set the back color to green.
Or are you saying that your grouping's expression is incorrectly...
October 8, 2014 at 7:43 am
doug.brown (10/7/2014)
i have to find sum of months amounts starting from November to till financial year ending that is March
can any one suggest me how to do this....
??? A...
October 8, 2014 at 7:35 am
Does your login not have permissions? Is SSRS running under a service account? That would be the first things I'd check.
HTH,
Rob
October 8, 2014 at 7:25 am
I've found it helpful to use windows explorer and browse/search the reporting server(s) directly. That way I can search for all .rdl (report) or .rsds (data source) files. ...
October 8, 2014 at 7:21 am
gmontanaro (9/22/2014)
CREATE TABLE [dbo].[FactRetailSales]
([LocationKey] [int] NOT NULL,
[InvoiceDateKey] [int] NOT NULL,
[ItemKey] [int] NOT NULL,
[RebateKey] [int] NOT NULL,
[InvoiceNumber] [int] NOT...
September 23, 2014 at 9:24 am
mutlyp (9/8/2014)
I have view that has and ID number, a Min and Max value and a TotalCount columns. I then...
September 9, 2014 at 7:56 am
Someone has probably written a little bit of code to do division that handles zeros. To see the code in your SSRS report take a look at this link:
http://msdn.microsoft.com/en-us/library/ms156028(v=sql.110).aspx
From...
August 11, 2014 at 12:38 pm
I'm guessing this isn't SSRS related and that you'd probably have better luck asking a MySQL load question on forums specifically for MySQL as opposed to MS SQL Server.
Good luck,
Rob
July 15, 2014 at 9:09 am
Viewing 15 posts - 76 through 90 (of 452 total)