Other News

Community

Going Native, Part 3

(Ronald Bourret) In parts one and two of this article, we discussed how native XML databases are used to store and query document-centric XML; integrate data; and work with semi-structured data. In this, the final part, we discuss their use in schema evolution, long-running transactions, handlin

Community

Extracting data from Oracle

(Kent Milligan) We have a Oracle V8i sitting on a Sun Solaris Server. We have another DB2 database on iSeries (version V5R3M0). Our aim is to extract data from the Oracle database every 30 minutes (it will not be a straight pull but will involve massaging the data) and loading onto DB2/400. At the m

Community

The CREATE GLOBAL CUBE statement or training data mining models are unsuccessful after you use Kerberos authentication to connect to a computer that is running SQL Server 2000 Analysis Services

Consider the following scenario. You use Kerberos authentication to connect to a computer that is running Microsoft SQL Server 2000 Analysis Services from your Microsoft ASP.NET application. When you then try to run a statement, you receive the following error message: The operation requested fai

Community

Performing Base Conversions

(Itzik Ben-Gan) A frequent request that pops up in public SQL Server newsgroups is how to perform base conversions. That is, you store values as character strings containing digits in a given base and want to convert them to a target base. Typically, you need to store values in a nondecimal base whe