Other News

Community

Analysis About Dimensions

(Ramunas Balukonis) In my previous article (Analysis About Analysis Services) I showed how to make analysis from the log of Analysis Services. As the information about olap queries are modest, we should try to get as much information from the log as we can. For example, we should known how many part

Community

Implicit or Explicit Index Keys

(Kalen Delaney) As I’ve mentioned, I get many article ideas from questions that people ask me directly or that come up on the public newsgroups. When the same question comes from several directions at once, I start thinking that maybe it’s time to write about that question. My idea for this month’s

Community

FIX: DataSet.WriteXML outputs a decimal number as scientific notation and causes a System.FormatException exception in subsequent DataSet.ReadXML calls

When you use an XML document that contains an attribute or an element with a decimal value such as 0.00001, the schema marks that attribute or element as a decimal. If you use the DataSet.ReadXML method to read an XML file, and then you use the DataSet.WriteXML method to write the value back to the