The best MDX references on the net [closed] - mdx

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the best references/links,cheatsheets for the MDX language? Here are a few starters that I have collected. Please share yours :)
http://www.gumper.com/mdx.html
http://www.sqlserveranalysisservices.com/OLAPPapers/InventoryManagement%20in%20AS2005v2.htm
http://www.ssas-info.com/ssas-cheat-sheets/72-cheat-sheets/880-time-mdx-cheat-sheets

It's perhaps hard to look through if you don't know what you're looking for, but the Microsoft MDX Reference is actually very good if you know the name of the functions.
Obviously (or perhaps not that obviously) the MDX implementation differs between OLAP sources, and the Microsoft reference is tailored towards Analysis Services.

You'll find some MDX documentation (introduction and reference) at : http://www.iccube.com/support/documentation/mdx/index.html

Related

How to design blog templates [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I would like to design my blog. I don't know, the tool is having or not. Suppose anything have like that means pls help me and say the best and user friendly tool.(Offline tool)
This is a really broad question but I have had good experiences with both:
BlogDesk - http://www.blogdesk.org/en/index.htm
and
Windows Live Writer - http://www.microsoft.com/en-us/download/details.aspx?id=8621
Both are free and can be used offline. Do you have any specific requirements for what the software can do?

Which project is more mature, ScalaQuery or Squeryl? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
For me both of them looks quite similar if it's going to features, but it's hard to say without using them (yet). So I have few questions:
1) Are they really feature comparable (more or less)?
2) Is there any example of enterprise or big open source system using any of them?
3) I have impression that Squeryl have better documentation, is lack of documentation in case of ScalaQuery real problem?
4) Which of them is growing faster and/or is faster on fixing the bugs?
5) Is any of them easier to use / more productive?

What is the best ORM framework and why? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 12 years ago.
What is the best ORM Object Relational Mapping framework or architecture in your opinion, And why??
Hibernate.
There is a community support behind it. It s widely used. Easy to learn and use.
Hibernate is good documented, has support in other frameworks like Spring. Also implements JPA so it's definitly good choice.

SQL interview question [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I got following question on an interview:
Which SQL mechanisms allow user to browse tables sequentially?
Cursor is a good example - but I don't think you could really argue that Cursors are truely a part of SQL - rather they just tend to come bolted in with procedural languages used on database servers - like pl/SQL and T-SQL.
You could also make an argument for Recordsets, Dynasets, DataTables and DataViews, but those aren't part of SQL itself either.
They might be referring to ORDER BY with a sequential field on the table, but if so, they've not phrased their question very well...
Martin.
"CURSOR" might be the word that you should google for.

Free SQL formatter tool [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
is there any free SQL formatter tool? I am using http://www.sqlinform.com/ for small queries. It is very good. But free version supports only 100 lines. TORA has the feature but it has many issues and I can not customize everything. Any free Eclipse plugins for this?
SQL Developer from Oracle is free, supports multiple databases (not just Oracle), and lets you configure how SQL is formatted.
e-texteditor have a snippet can do this.