Tips for using views in SQL Server 2012 (5/22/2013)
Tips for using views in SQL Server 2012
Keep the indexes on the views as narrow as possible.
Because each index takes up disk space try to minimize the index key's size to avoid using
sup...
Running Oracle Database on Oracle VM VirtualBox (5/21/2013)
Running Oracle Database on Oracle VM VirtualBox
By Yuli Vasiliev
This article covers how you might evaluate Oracle Database coming with the Database App Development VM appliance that install...
SELECT from INSERT, DELETE, UPDATE, and MERGE (5/9/2013)
SELECT from INSERT, DELETE, UPDATE, and MERGE
By Craig S. Mullins
A somewhat under-utilized feature of DB2 SQL provides the ability to SELECT from INSERT, DELETE, UPDATE, and MERGE ...
Tips for using SQL Server 2012 file and filegroups (5/8/2013)
Tips for using SQL Server 2012 file and filegroups
Microsoft SQL Server 2012 introduces many new useful stored procedures, functions and operators.
Some actions you can perform without these n...
Tips for Minimizing Deadlocks (5/6/2013)
Tips for Minimizing Deadlocks
By Basit A. Farooq
The Database servers are configured in such a way that they can service multiple requests from multiple users. Obviously this incr...
XML Support and SQL Server (Part 6) (4/29/2013)
XML Support and SQL Server (Part 6)
By Basit A. Farooq
Editor’s Note: This is the sixth part of my XML support and SQL Server article series. In this par...
External Table as a Data Loading Tool (4/16/2013)
External Table as a Data Loading Tool
By Yuli Vasiliev
The external tables feature can be used as a data loading tool – a good alternative to SQL Loader.
&nbs...
Tips for using SQL Server 2012 Join Hints (4/10/2013)
Tips for using SQL Server 2012 Join Hints
If you want to set any join hints, do not remember to test the query with hint
and without the hint and compare results.
Because SQL Server 2012 q...
Using OWB to Handle Heterogeneous Data Sources (4/9/2013)
Using OWB to Handle Heterogeneous Data Sources
By Yuli Vasiliev
Being an Oracle database user, you may need, at some point, to access data stored in a remote non-Oracle data...