<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>SQLManager: SQL Articles</title><copyright>(c) 1999-2010 EMS Database Management Solutions, Inc. All rights reserved.</copyright><link>http://www.sqlmanager.net/en/articles</link><description>SQL Articles</description><language>en</language><ttl>1440</ttl><item><title>Window Functions in Firebird 3 (part2) - cumulative aggregates</title><link>http://www.sqlmanager.net/en/articles/1627</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1627</guid><description>Another article about the specifics of using the window functions support in Firebird 3.</description></item><item><title>Replacing MEMORY storage engine with MySQL Cluster</title><link>http://www.sqlmanager.net/en/articles/1618</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1618</guid><description>The article discusses using MySQL Cluster as an alternative to the MySQL MEMORY storage engine.</description></item><item><title>Encrypting PostgreSQL data with pgcrypto</title><link>http://www.sqlmanager.net/en/articles/1613</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1613</guid><description>In this article we'll go over the basics built-in and the more advanced provided by the PostgreSQL contrib module pgcrypto.</description></item><item><title>A Practical Guide to Adopting an Open Source Database for Enterprise IT Use</title><link>http://www.sqlmanager.net/en/articles/1602</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1602</guid><description>Trends &amp;amp; Applications: The article discusses the drivers and benefits of using open source database management systems in the enterprise.</description></item><item><title>MERGE Your DML Statements in SQL Server 2008</title><link>http://www.sqlmanager.net/en/articles/1601</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1601</guid><description>MERGE is a new statement introduced in the SQL:2003 standard for performing multiple DML (Data Manipulation Language) statements against a target table at once. In this article we&amp;rsquo;ll look into ways to take advantage of this powerful addition to SQL.</description></item><item><title>Oracle Database Partitions - Partition Virtually</title><link>http://www.sqlmanager.net/en/articles/1593</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1593</guid><description>Save space by deactivating index partitions, and use virtual columns to partition more logically.</description></item><item><title>Regular Expressions in PostgreSQL</title><link>http://www.sqlmanager.net/en/articles/1582</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1582</guid><description>This article highlights the methods of using regular expressions in PostgreSQL SQL statements.</description></item><item><title>Window Functions in Firebird 3</title><link>http://www.sqlmanager.net/en/articles/1572</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1572</guid><description>One of the Firebird Core Developers has published some information about the implementation of the OVER function in Firebird 3.</description></item><item><title>Validating MySQL data entry with triggers: A quick look at the SIGNAL syntax</title><link>http://www.sqlmanager.net/en/articles/1566</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1566</guid><description>MySQL 5.5 New Features: support for an ANSI/ISO standard SIGNAL syntax.</description></item><item><title>How to identify unused indexes in DB2 for Linux, UNIX, and Windows</title><link>http://www.sqlmanager.net/en/articles/1554</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1554</guid><description>Get to know different approaches for determining indexes never or rarely used by database queries.</description></item><item><title>Replicate down or up-level - your choice</title><link>http://www.sqlmanager.net/en/articles/1548</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1548</guid><description>The article discusses the replication with different versions of SQL Server.</description></item><item><title>Scripting Oracle RMAN Commands</title><link>http://www.sqlmanager.net/en/articles/1544</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1544</guid><description>&lt;span class="boldbodycopy"&gt;Learn how to create and automate scripts to execute common recovery tasks.&lt;/span&gt;</description></item><item><title>A first look at Microsoft SQL Server 2008 R2</title><link>http://www.sqlmanager.net/en/articles/1533</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1533</guid><description>Read the following article for an overview of the benefits, new features and improvements to expect with SQL Server 2008 R2.</description></item><item><title>10+ tips for working smarter with SQL</title><link>http://www.sqlmanager.net/en/articles/1530</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1530</guid><description>Whether you use SQL a lot or sparingly, working smarter with SQL will help you avoid errors and improve performance.</description></item><item><title>Get rid of those NOLOCK hints</title><link>http://www.sqlmanager.net/en/articles/1527</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1527</guid><description>This article discusses the use of various techniques to reduce the negative impact of the data locking issues.</description></item><item><title>Focus on Files and Filegroups</title><link>http://www.sqlmanager.net/en/articles/1518</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1518</guid><description>Don&amp;rsquo;t create too many files in your database in an effort to improve performance</description></item><item><title>Optimizing the MySQL Query Cache</title><link>http://www.sqlmanager.net/en/articles/1508</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1508</guid><description>Keeping MySQL's query cache optimized and used efficiently can make a big difference in the overall throughput of your application.</description></item><item><title>SQL Server 2008 Express Editions</title><link>http://www.sqlmanager.net/en/articles/1500</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1500</guid><description>SQL Server 2008 Express provides developers with high-end database features that enables developers to create powerful databases for Windows and the Web.</description></item><item><title>Transparent Data Encryption: Experience from the Trenches</title><link>http://www.sqlmanager.net/en/articles/1461</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1461</guid><description>Introduced as part of the Oracle Advanced Security Option, Oracle Database Transparent Data Encryption (TDE) allows you to selectively encrypt sensitive database data that's maintained in the underlying data files of a database</description></item><item><title>Grouping with SQL Server 2008</title><link>http://www.sqlmanager.net/en/articles/1454</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1454</guid><description>Grouping records is the process of combining like SELECT columns together. Once combined, Aggregate functions such as SUM and AVERAGE can be performed on the set. This article will examine several SQL Server 2008 grouping functions including GROUP BY, GRO</description></item><item><title>Open-Source Databases MySQL, PostgreSQL, Adoption Rising</title><link>http://www.sqlmanager.net/en/articles/1409</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1409</guid><description>Open-source databases MySQL and PostgreSQL are gaining steam, but rip-and-replace situations where MySQL and PostgreSQL replace Oracle Database, IBM DB2 or Microsoft SQL Server databases remain rare.</description></item><item><title>SQL Server 2008 Top 10 List for Developers </title><link>http://www.sqlmanager.net/en/articles/1407</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1407</guid><description>My boss, Mauricio, has been on me for months asking me to list the top 10 features of SQL Server 2008. I have been stalling. I think every single feature in the product is compelling, and inevitably I am going to leave something out and will hear about it</description></item><item><title>SQL Server 2008 released</title><link>http://www.sqlmanager.net/en/articles/1389</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1389</guid><description>Once again, Microsoft has released a new version of SQL Server that promises to improve life for database administrators. The latest version is SQL Server 2008, and it offers a large variety of new features and functionality that will make the administrat</description></item><item><title>MySQL 5.1 partitions in practice</title><link>http://www.sqlmanager.net/en/articles/1318</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1318</guid><description>This article explains how to test the performance of a large database with MySQL 5.1, showing the advantages of using partitions.</description></item><item><title>UNIQUE Column with multiple NULL values</title><link>http://www.sqlmanager.net/en/articles/1306</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1306</guid><description>In this article, author illustrates how to maintain uniqueness on a column and also allow multiple NULL values...</description></item><item><title>Oracle, MySQL and PostgreSQL feature comparison – Part 2</title><link>http://www.sqlmanager.net/en/articles/1280</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1280</guid><description>Though the feature sets certainly differ between Oracle, Postgresql, and MySQL, most of your daily needs are met in these areas. This time around, we'll hit upon some areas where the platforms differ more significantly</description></item><item><title>A Primer on Falcon Tablespaces</title><link>http://www.sqlmanager.net/en/articles/1272</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1272</guid><description>This article takes a quick look at how tablespaces are used within Falcon and what you can and can’t do with them.</description></item><item><title>How MySQL Treats Security Vulnerabilities</title><link>http://www.sqlmanager.net/en/articles/1271</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1271</guid><description>The purpose of this article is to describe how MySQL has treated security vulnerabilities.</description></item><item><title>Setting Up Delegation for Linked Servers</title><link>http://www.sqlmanager.net/en/articles/1251</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1251</guid><description>This article will discuss how to set up delegation on your SQL Server instances so you can use the impersonate options when setting up the security properties of linked server definitions. </description></item><item><title>Oracle, MySQL and PostgreSQL feature comparison – Part 1</title><link>http://www.sqlmanager.net/en/articles/1220</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1220</guid><description>This is a first article to take a look at Postgresql, MySQL, and Oracle and discover which ones do what you need.</description></item><item><title>Using Non-Standard Port for SQL Server</title><link>http://www.sqlmanager.net/en/articles/1209</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1209</guid><description>In this article author discusses how to use different port number than 1433 and the issues he came across when setup up SQL Server 2005 to use a non-standard port number</description></item><item><title>Debunking GROUP BY Myths</title><link>http://www.sqlmanager.net/en/articles/1188</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1188</guid><description>This article shows how and why in MySQL, one can write GROUP BY queries that reference non-aggregated columns in the SELECT list that are not included in the GROUP BY clause</description></item><item><title>Row Movement in Oracle</title><link>http://www.sqlmanager.net/en/articles/1166</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1166</guid><description>This article looks at three major operations where row movement is required: partition key value change, flashback and space management.</description></item><item><title>Using NOLOCK and READPAST table hints in SQL Server</title><link>http://www.sqlmanager.net/en/articles/1164</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1164</guid><description>This article focuses on two table hints: NOLOCK and READPAST. I'll set up a table to use for our example queries</description></item><item><title>Multipurpose code in Oracle and Oracle Forms</title><link>http://www.sqlmanager.net/en/articles/1151</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1151</guid><description>For DBAs and developers, this article should serve as a valuable lesson in learning how to take charge of what Oracle provides out of the box and making something better to suit your own purposes.</description></item><item><title>Using Multiple Active Result Sets (MARS)</title><link>http://www.sqlmanager.net/en/articles/1143</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/1143</guid><description>The concept of MARS is explained in an understandable and simple way...</description></item><item><title>Stored Procedures in MySQL 5.0</title><link>http://www.sqlmanager.net/en/articles/776</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/776</guid><description>Stored Procedures allows to automate or program our way out of many tasks on directly on the server rather than having to write external scripts to do complex manipulation of data.</description></item><item><title>MySQL 5.1's New XML Functions</title><link>http://www.sqlmanager.net/en/articles/775</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/775</guid><description>MySQL version 5.1.5 has functions for searching and changing XML documents. This article has examples.</description></item><item><title>MySQL 5.0 New Features: Triggers</title><link>http://www.sqlmanager.net/en/articles/773</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/773</guid><description>This article covers MySQL 5.0 support for Triggers using detailed examples, source code, and hands-on exercises.</description></item><item><title>MySQL 5.0 New Features: Data Dictionary</title><link>http://www.sqlmanager.net/en/articles/772</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/772</guid><description>This article covers the MySQL 5.0 Data Dictionary using detailed examples, source code, and hands-on exercises.</description></item><item><title>MySQL 5.0 New Features: Views</title><link>http://www.sqlmanager.net/en/articles/771</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/771</guid><description>This article covers MySQL 5.0 support for Views using detailed examples, source code, and hands-on exercises.</description></item><item><title>Managing Hierarchical Data in MySQL</title><link>http://www.sqlmanager.net/en/articles/725</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/725</guid><description>Two models for dealing with hierarchical data in MySQL.</description></item><item><title>A Practical Look at the MySQL Query Cache</title><link>http://www.sqlmanager.net/en/articles/704</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/704</guid><description>A quick look on how the popular database vendors implement their caching strategies...</description></item><item><title>Firebird for the Database Expert: Episode 1 - Indexes</title><link>http://www.sqlmanager.net/en/articles/692</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/692</guid><description>This paper focuses on the unusual characteristics of Firebird indexes.</description></item><item><title>Firebird Null Guide</title><link>http://www.sqlmanager.net/en/articles/691</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/691</guid><description>NULL behaviour and pitfalls in Firebird SQL</description></item><item><title>Point-in-Time Data Recovery</title><link>http://www.sqlmanager.net/en/articles/682</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/682</guid><description>Binary logging will slow a server by only one percent. In return, though, it allows for up to the minute data recovery.</description></item><item><title>An Overview of SQL Server 2005 for the Database Developer</title><link>http://www.sqlmanager.net/en/articles/655</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/655</guid><description/></item><item><title>PostgreSQL Authenication with pam_ldap</title><link>http://www.sqlmanager.net/en/articles/654</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/654</guid><description>This article will discuss how to setup PostgreSQL to authenticate against an LDAP system.</description></item><item><title>Choosing the Right MySQL Version</title><link>http://www.sqlmanager.net/en/articles/653</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/653</guid><description>Which MySQL version you should use, whether you should consider upgrading, what to do when you find a bug?..</description></item><item><title>MySQL 5.0 New Features: Stored Procedures</title><link>http://www.sqlmanager.net/en/articles/652</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/652</guid><description>This article shows you how to write stored procedures and shares the implementation details of Stored Procedures in MySQL 5.0.</description></item><item><title>MySQL Network and You</title><link>http://www.sqlmanager.net/en/articles/646</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/646</guid><description>MySQL Network is presented in the press. What it all means for you?</description></item><item><title>SQL Constraints With PostgreSQL</title><link>http://www.sqlmanager.net/en/articles/636</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/636</guid><description>This article has covered a variety of constraints that help restrict user data within specified limits.</description></item><item><title>Using PostgreSQL User-Defined Functions to solve the Tree Problem</title><link>http://www.sqlmanager.net/en/articles/593</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/593</guid><description>In this article we demonstrate how to solve the classic tree problem using PostGreSQL user-defined functions.</description></item><item><title>Prepared Statements</title><link>http://www.sqlmanager.net/en/articles/592</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/592</guid><description>Benefits (and trade-offs) of the new server-side prepared statements and the support for it from various programming languages.</description></item><item><title>Structure Means Subqueries: Nesting SELECTs in MySQL 4.1</title><link>http://www.sqlmanager.net/en/articles/591</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/591</guid><description>Subqueries are another way to get data from multiple tables using a single query, and MySQL 4.1 includes support for this standard SQL construct.</description></item><item><title>New in MySQL 4.1: All the Little Features</title><link>http://www.sqlmanager.net/en/articles/590</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/590</guid><description>We've covered the major features in 4.1, now we wrap up our 'New in 4.1' series with an article about all of the little features.</description></item><item><title>Writing Secure Transact-SQL</title><link>http://www.sqlmanager.net/en/articles/589</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/589</guid><description>There are plenty of good sources of information about how to deploy SQL Server in a secure fashion.</description></item><item><title>Extending InterBase with User Defined Functions</title><link>http://www.sqlmanager.net/en/articles/588</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/588</guid><description>An overview of UDF's - User Defined Functions</description></item><item><title>Packaging SQL Procedures into iSeries Applications</title><link>http://www.sqlmanager.net/en/articles/587</link><guid isPermaLink="true">http://www.sqlmanager.net/en/articles/587</guid><description>This article explains a cost-effective way to package SQL procedures that does not require additional software.</description></item></channel></rss>
