Process Add / Update /data in real life
Can anyone give an real life example that a partition and dimension can be process incrementally? In many situations, the facts and the dimensions are always changed/inserted, sometimes, even deleted....
View ArticleOffline cube
Hello,We created a sql statement that automatically created multiple offline cub files.These cub files are send to different users (using Sharepoint) as those users do not have access to the online...
View Article"The 'OraOLEDB.Oracle' provider is not registered on the local machine" when...
Hi there,We have requirement to access oracle database via Microsoft Visual Studio 2010 in SQL Server Analysis Service project.But when try to execute table import wizard, it raise error : "The...
View ArticleProgrammatically get query generated by ROLAP engine
Hi all,I am trying to work out if it is possible through ADOMD.NET or any other programmatic means to get the T-SQL query that is to be run on the underlying data source when using ROLAP.We are very...
View ArticleHttp access to SSAS cube and Windows Authentication
Hi,I created access to the SSAS cube via HTTP and in the IIS for the web application I enabled the Windows Authentication. Everything works fine, but now I want to block one particular user from not...
View ArticleMDX Help - SSRS: Comparing Values in Two Time Periods within a larger Set of...
Hi,I'm brand new to MDX and need some help. In SSRS I have a dataset that pulls from an SSAS cube. What I need to be able to do is to compare a value for the max(timeID) with a value for the second...
View ArticleSQL SERVER REGISTRATION FAILED
Im trying to create a database in SQL SERVER 7.0.Iam not able to connect a SQL Group.It says,"SQL SERVER registration failed because of the connection failure displayed below.Do you wish to modify...
View ArticleSSAS Aggressive Data Scanning
Hello!I get the situation, what called 'Aggressive Data Scanning' in 'SQL Server 2008 White Paper: Analysis Services Performance Guide'Do anyone know how to resolve this...
View ArticleHow to avoid rollups at parent level of hierarchy????
I jus need to show hierarchy i.e., Jan Feb Mar rolling up to Qtr 1.Which I m able to do it, the problem which we are facing is while we push data in SSAS cube.It roll up the value available in Jan Feb...
View ArticleCommunication link failure; 08S01; TCP Provider: An existing connection was...
Hi,I'm having a problem processing my cube. I keep getting the error stated below everytime I process the cube. I'm a newbiew and can't quite understand the error fully. I'm processing the cube from...
View ArticleMore or less than in MDX query
Sorry guy, I'm tryng to understand MDX syntax...I have this query:SELECT [Measures].[Sales Amount] ON COLUMNS,([Order Date].[DATA].[Calendar Year], [PRODOTTI NEW].[PRODOTTI].[English Product Category...
View ArticleThe sort order specified for distinct count records is incorrect
Following error occurred when processing the ssas cube.The sort order specified for distinct count records is incorrectI have fact group that evaluates distinct count on varchar column. It worked fine...
View ArticleSSAS cube processing - TCP protocol error
OLE DB error: OLE DB or ODBC error: Protocol error in TDS stream; HY000; Communication link failure; 08S01; TCP Provider: An existing connection was forcibly closed by the remote host. ; 08S01;...
View ArticleHow to use a measure as a dimension attribute?
I have a measure, let's say "Price." How would I go about using this similar to a dimension attribute? I need to create intervals or buckets of this measure and create statistics based on them. So it...
View ArticleMDX Get Time when Min or Max Occured
Hi everyoneMy post is some what simliar to this post titled "Find date of running total max and min" But its getting done in SQL there. I want to do it in MDX.how can I compute a calculated measure for...
View Articlecapture MDX query trace with parameter values
MDX query on the profiler doesn't come with paramters filled. All parameters are available in Query Begin event but its very difficult to manually copy paste every time. Any solution????
View ArticleAdding leading zero in Time dimension fields
Hi All,Can someone mention how to achieve the below scenario :We have this existing Time dimension and the corresponding cube is also deployed on analysis server and running successfully.Now I have...
View ArticleProactive Caching
I have set up proactive caching on each of the Fact Table Partitions, Using the Standard Settings for Automatic MOLAP, with SQL Server notification, the tracking table is set to the Fact Table...
View ArticleHow can I convert this script to calculated member
I want to get the count of below calculation with member [measures].[Coupon] as '([Measures].[Cash].members)' select { [Measures].[Cash] } on columns, { (DrilldownLevel( [Dim...
View ArticleQuery Optimization
hi, Thanks for u r extreme help in advance, please help me in optimizing the below query, the table names are highlighted which...
View Article