InterviewSolution
Saved Bookmarks
| 1. |
________ causes the server to raise an error when Microsoft SQL Server Analysis Services finds any error in the MDX script.(a) Ignore(b) IgnoreNone(c) IgnoreAll(d) All of the mentionedThis question was addressed to me by my college professor while I was bunking the class.My doubt is from MDX topic in chapter Business Intelligence of SQL Server |
|
Answer» CORRECT option is (B) IgnoreNone Explanation: ERROR handling is done through the ScriptErrorHandlingMode ENUMERATOR. |
|