SQL Server Disaster Recovery
Sunday June 25, 2006
After completing the process of installing and configuring Microsoft SQL Server, any database administrator is entitled to sit back and take a well-deserved break. However, it's important to remember that ... Read More
Summarizing Data with CUBE and ROLLUP
Sunday June 25, 2006
Looking for a quick, efficient way to summarize the data stored in your database? The SQL ROLLUP and CUBE commands offer a valuable tool for gaining some quick and ... Read More
Introduction to MySQL
Sunday June 25, 2006
Fed up with the world of commercial software licensing? Are you looking for a stable database platform for your organization but sweating at the hefty price tags attached to mainstream ... Read More
SQL Server Replication
Sunday June 18, 2006
SQL Server replication allows database administrators to distribute data to various servers throughout an organization. You may wish to implement replication in your organization for a number of reasons, such ... Read More
Stored Procedures in SQL Server
Sunday June 18, 2006
Microsoft SQL Server provides the stored procedure mechanism to simplify the database development process by grouping Transact-SQL statements into manageable blocks.
Introduction to SQL
Sunday June 18, 2006
The Structured Query Language (SQL) comprises one of the fundamental building blocks of modern database architecture. SQL defines the methods used to create and manipulate relational databases on all major ... Read More
User-Level Security in Microsoft Access
Sunday June 11, 2006
If you’re a Microsoft Office power user, you might be familiar with the encryption features of Word, PowerPoint and Excel. These programs all allow file owners to easily apply encryption. ... Read More
Aggregate Functions in SQL
Sunday June 11, 2006
By their very nature, our databases contain a lot of data. In previous features, we've explored methods of extracting the specific data we're looking for using the Structured Query ... Read More
Starting a Career in Databases
Sunday June 11, 2006
If you've been reading the IT industry's help wanted ads recently, there's no doubt you've come across a number of ads seeking professional database administrators, designers and developers. Have you ... Read More
Splitting an Access Database, Step by Step
Sunday June 4, 2006
Oftentimes, you wish to share data with users in your organization who may, in turn, wish to create their own forms and reports. While you may want them to have ... Read More
Creating an ADO Connection
Sunday June 4, 2006
In this article, we'll begin a series that looks at the details of using ADO in a real-world environment. The sample code in these tutorials will assume that you're a ... Read More
SQL Server Database Consolidation
Sunday June 4, 2006
In a recent forum posting, Paul wrote:
"We currently have multiple SQL DB's across multiple Servers (includes sharepoint, some Japanese DB's and accounting/asset management).
I have been asked to consolidate these DB's ... Read More

