The Wayback Machine - https://web.archive.org/web/20111008014409/http://www.developer.com/db/
October 7, 2011
RSS RSS feed

Database Section Index

3 SQL Join Concepts to Help You Choose the Right Join

Conceptualizing your desired data's relationship with database tables will quickly help you determine which type of SQL join to use.

10 Command-line Timesavers for MySQL Tasks

Whether you pick and choose or apply all 10, these MySQL command-line tips will save you a great deal of time and effort.

CouchDB Hits 1.0 with Open Source NoSQL for Windows, Too
First production-ready milestone of the CouchDB open source NoSQL database is released, providing stability and performance gains for developers and users.

MongoDB Delivers NoSQL Flexibility and Scalability to Developers
The NoSQL database MongoDB is on the rise because of its flexibility and scalability. Find out how to implement MongoDB in your Web development.

Doctrine: Object Relational Mapping for Your PHP Development
Use Doctrine, the open source object-relational mapper, to map database tables to PHP objects.

Top 10 MySQL GUI Tools -- Plus One for the Command Line
Here are ten outstanding graphical interfaces for MySQL management, development and administration, as well as one great MySQL toolkit with a wealth of command-line tools.

Video: Analyzing MySQL Queries with EXPLAIN
The MySQL EXPLAIN statement provides insight into MySQL's query execution plans. This video demonstrates how you can use this powerful feature to boost your MySQL database performance.

The Basics of SQL Joins in MySQL
SQL JOINs can help you retrieve interrelated data stored in multiple tables from your MySQL (or really any relational) database.

Five Indispensable MySQL Tools
Use these powerful tools to increase your MySQL development productivity.

Mnesia: A Distributed DBMS Rooted in Concurrency
Find out what makes Mnesia, the Erlang-based database management system, perfect for distribution across a network of computers.

Installing SQL Server 2008
Need your server and your site up and running quick? Let Greg Larsen show you what you need to know to get SQL Server running and configured.

Using new location-aware data types in SQL Server 2008
Learn how leverage location based data using Microsoft SQL Server 2008 from C# applications and combine them with interactive maps.

Performance Improvement: Understanding
The results you get out of any performance prediction exercise are bound to be wrong. The goal is to make them as least wrong as possible. Rob Bogue will help you understand how to avoid getting them too wrong.

Using SQL Server 2008 Change Data
In many business applications, it is crucial to know how data has changed over time. For developers, this is not a new problem; many different solutions have been created to log changes. But creating a log is time-consuming. Read on to learn how SQL Server 2008 can help you save time and work more effectively.

Text Transformation with MGrammar and the Oslo SDK
Learn to build a text DSL in MGrammar.

Updating a Database from WinForms Controls, Old School
Old school programming, whereby the programmer reads control values and writes inline SQL, still works, but it's so 90s. If you are new to WinForms or Web programming but experienced, peruse the article and then master LINQ.

Using T-SQL CROSS APPLY and OUTER APPLY
Elevate your SQL game (a little bit) with CROSS APPLY and OUTER APPLY.

Building Microsoft Oslo Models
Learn modeling and M development with the Oslo CTP SDK.

Exploring the Oslo Repository
Walk through examples and see how existing Repository models are constructed using the M language, how the models are stored in a SQL database, and how to query the SQL database for model information.

Building a Windows Workflow SQL Server Integration Services Activity
Learn to how to make SQL Server Integration Services a part of Windows Workflow Foundation.

.NET Tip: Using a Nullable Value Type
Discover how to use nullable types when retrieving data from your database.

Deploying and Configuring SQL Server Integration Services Packages Without the Wizard
Ever get confused by or dislike using the SQL Server Integration Services deployment wizard? Learn how to manually deploy the packages to SQL Server 2005 and configure the packages in a multitude of ways as well.

Dynamically Building Windows Presentation Foundation DataTemplates
Discover how to use the XamlReader to dynamically create a Datatemplate. Then, see how you can bind to a Dataset and display the data in a ListView control (via a sample application pointing to the Northwind database).

TIP: Nested Stored Procedure Calls with SQL Server Transactions
Discover how you can utilize SQL Server transactions when nesting calls to stored procedures.

Creating Native Web Services in SQL Server
Expose your SQL Server data directly over the web. Learn to create SOAP-based native web services in SQL Server 2005/2008 that can be consumed from client applications over HTTP.

Sitemap | Contact Us