Other News

Community

SQL Server Data Structure

The actual data in your table is stored in Pages, except BLOB data. If a column contain BLOB data then a 16 byte pointer is used to reference the BLOB page. The Page is the smallest unit of data storage in Microsoft SQL Server. A page contains the data in the rows. A row can only reside in one pag

Community

Checking to see if indexes exist

(Craig Mullins) I have a process that loads data through a nightly job. Say for example the job drops all the indexes and then loads the data and rebuilds the indexes. Is there an easy way to check if the indexes exist before even starting the dropping of the existing indexes. In some cases the proc

Community

Sending e-mail from within Oracle

(James Koopmann) Using e-mail from within Oracle can be a great advantage. Many methods of sending e-mail extract the information and then package it up outside of Oracle. However, Oracle has supplied us with all that we need to do everything from within Oracle. This can be quite handy when we as DB

Community

SVG At the Movies

(Antoine Quint) If you’re a regular reader of this column, or if you just read the specification carefully, you would know that SVG is more than just a vector graphics XML vocabulary. While I won’t bore you here with the list of application contexts SVG is suited for, I will point out that since Day