Viewing 15 posts - 106 through 120 (of 138 total)
Why would you ever want to set this up? 4A/2P makes sense, but 2A/4P? Pay two whole extra processor lics for a server that you hardly ever...
Keith Henry
Cool, but boy thats ugly. You're getting the same resultset as if you just got a OLEDB recordset object straight from MSOLAP, which is what I guess...
Keith Henry
All I was saying is that I had a rough idea on the day about how many people got the answer, and today 80% have got it by...
Keith Henry
quote:
But I'm running an MDX query using the SQL stored procedure. When I get the resultset back in QA
Keith Henry
According to everyone I know I "do something with computers?" for a living, so there you go.
quote:
Access As The UI With Linked Tables From SQL Server
Never never ever...
Keith Henry
You can also use any VBA or Excel functions in calculated measures
Keith Henry
DBA/Developer/BI Manager
Keith Henry
Just to confuse things Access 2000 on can use sql as the back end. The choice is not Access vs SQL but "MS Jet 4.0 Engine" vs...
Keith Henry
maybe member.properties("leveldepth")
Keith Henry
Keith Henry
How about
filter( {
descendants([startdatedim].[all],[year],self_and_after)
* descendants([enddatedim].[all],[year],self_and_after)
Keith Henry
According to everyone I know I "do something with computers?" for a living, so there you go.
Could be related to SSPI/Kerberos as MSOLAP is notoriously difficult with NT Security delegates and the like. Look at what account IIS connects to MSOLAP under and...
Keith Henry
You can remove the "all" level, but part of the point of dimensions is this combination of values (can be SUM, COUNT, AVG)
Keith Henry
Keith Henry
Not in one cube. All measures will be availiable at all levels. You can remove the "All" level of a dimension if totals don't make sense. ...
Keith Henry
MDX slices don't work like SQL where clauses. You don't have fields as such, just members of dimensions
Say you wanted all data between two dates:...
Keith Henry
Viewing 15 posts - 106 through 120 (of 138 total)