Other News

Community

Getting Good Advice About Access

(Kimberly Floss) It’s not unusual to spend hours tuning SQL statements in hopes of getting better SQL performance, often relying on methods that are time-consuming at best or, worse, border on guesswork or wizardry. However, with the new SQL tuning tools available in Oracle Database 10g—specifically

Community

Index Creation Guidelines

(Leo Peysakhovich) Often times index placement is a confusing task for many SQL Server developers. We all have been told that indexes do boost performance. The problem is how to select the ideal type of index, the number of columns to index, and which columns should be indexed, and how to answer all

Community

IBM gets heuristic in database wars

(Angus Kidman) The technology, codenamed mineLink and developed at the company’s research centre in Almaden, uses heuristic techniques to identify data fields which contain related information even though they may be labelled differently. For instance, a field labelled ‘Surname’ in one database may

Community

Read File Transformation

(Allan Mitchell) This article was inspired again by a newsgroup post asking how a directory of files could be read and the filenames be entered into a SQL Server table along with the file itself. In this article we shall be making use of code we have used previously in other articles along with t