(Steve Herbert) One of the least understood Query Execution operators is the Bitmap. I’d like to give a fairly brief overview of how Bitmap filters are used, as well as some technical details about their limitations and functionality. Bitmap filters are often mistaken as Bitmap indexes. The two a
Author: SSWUG Research
Implementing the XMLHttpRequest Object in AJAX
(Deepak Vohra) I recently wanted to join a popular online community. But when I filled out the registration form and clicked Submit, it responded, “User ID already taken.” Why did I have to type in all my personal data and then find out that I had to make a change?
Working with Comma Separated Data – Part 2
(Gregory A. Larsen) When dealing with data you run into all kinds of different situations. For each different occurrence you might need to have a different technique to produce the results you require. Last month I discussed a couple of different comma separated data situations. This month I will de
Pop Rivett’s SQL Server FAQ No.4: Pop does Log Shipping
(Pop Rivett) A lot of people come up to me and say, “Pop, you’ve been around a bit, how do you ensure that your standby SQL Server is always in synch with your production one?” Usually I sigh wearily and tell them that it takes a lifetimes experience and a natural flair for the task, and would take
Boost data warehouse performance
(Jeremy Kadlec) Data warehouses are typically the largest databases at any organization. Building and managing systems is a large undertaking and these projects can quickly become unwieldy with numerous users providing incompatible input. Boosting the system’s query performance is possible but takes
Process non-consecutive array items in FORALL
(Bob Watkins) Executing Data Manipulation Language (DML) statements within a PL/SQL loop is time consuming because each time through the loop a switch is made from the PL/SQL engine to the SQL engine. A better approach is to use the FORALL statement, which passes the SQL statement only once along wi
Read and write Open XML files (MS Office 2007)
(Zeljko Svedic) With Office 2007, Microsoft decided to change default application formats from old, proprietary, closed formats (DOC, XLS, PPT) to new, open and standardized XML formats (DOCX, XLSX and PPTX). New formats share some similarities with old Office XML formats (WordML, SpreadsheetML) and
The VB.NET-MySQL Tutorial – Part 4
This article is part four of a series of articles on how to create a simple Windows application using Visual Basic.NET and MySQL. In previous articles we have designed our database, installed the software we need to create our application, and designed a simple login form. The previous three article
Using the Oracle Wait Interface to Troubleshoot I/O Issues
(Shakir Sadikali) There’s been a fair bit of discussion with respect to whose vegetables are the freshest in Ottawa. From one DBA to another, I’m here to tell you that St. Laurent Fruit and Vegetable (beside the Mideast Meat Market) is probably the place to go for the best prices on… well… fruits an
XML and Related Technologies certification prep, Part 5: XML testing and tuning
(Louis E Mauget) This tutorial on XML testing and tuning is the final tutorial in a series that helps you prepare for the IBM certification Test 142, XML and Related Technologies. This tutorial provides tips and hints for how to choose an appropriate XML technology and optimize transformations. It w
