<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>SQLManager: SQL Articles</title><copyright>(c) 1999-2005 EMS Database Management Solutions, Inc. All rights reserved.</copyright><link>http://www.sqlmanager.net/fr/articles</link><description>SQL Articles</description><language>fr</language><ttl>86400</ttl><item><title>MySQL 5.1 partitions in practice</title><link>http://www.sqlmanager.net/fr/articles/1318</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/1306</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/1280</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/1272</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/1271</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/1251</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/1220</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/1209</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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>Managing Hierarchical Data in MySQL</title><link>http://www.sqlmanager.net/fr/articles/725</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/704</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/692</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/691</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/682</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/655</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/articles/655</guid><description></description></item><item><title>PostgreSQL Authenication with pam_ldap</title><link>http://www.sqlmanager.net/fr/articles/654</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/653</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/652</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/646</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/636</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/593</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/592</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/591</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/590</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/589</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/588</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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/fr/articles/587</link><guid isPermaLink="true">http://www.sqlmanager.net/fr/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>
