• subscribe

LINQ to SQL in Action

SQL Server Pro

Although LINQ to SQL has T-SQL under the hood, it provides a higher-level set of query tools for developers to leverage. Use it to realize a new data-access layer and use auto-generated types to exchange data with the business and presentation layers.


T-SQL 101: Stored Procedures

By Bill McEvoy, 04/28/2009

The final lesson in the T-SQL 101 series shows you how to create and execute stored procedures that get data into and out of databases.

Get Ready for SQL Server 2008 SP1

By Michael Otey, 04/25/2009

In the Community Technology Preview (CTP) for SQL Server 2008 SP1 you’ll find a couple of important changes in the way that service packs are applied and used as well as some ...

Subqueries and Joins for Running Aggregates

By Itzik Ben-Gan, 04/22/2009

Both the subquery and join solutions perform reasonably well for calculating running aggregates when you have very small partitions, but the join approach is best for calculating ...

Integrating SharePoint Data with SQL Server

By Anup Kafle, 04/22/2009

SharePoint can become an isolated data island--unless you use SQL Server Integration Services to integrate that data into SQL Server databases.

Focus on Files and Filegroups

By Andrew J. Kelly, 04/16/2009

Most SQL Server DBAs wonder how many data files or filegroups they should have when they create a new user database. But they should be focusing on how to better utilize ...

Need to Find an Object But You Don't Know Its Exact Name? Try this Search Engine

By Shaunt Khaldtiance, 04/09/2009

Looking for an object in a SQL Server instance without knowing the object's exact name and the database in which it resides can be time-consuming. Here's a T-SQL stored procedure ...

Review: Toad for SQL Server

By Michael K. Campbell, 04/02/2009

Here's an option if you're not satisfied with SQL Server Management Studio. With more features and smoother performance, it's a solid choice.

LINQ to SQL in Action: Joining and Grouping

By Dino Esposito, 04/01/2009

Explore the workings of LINQ to SQL queries, then walk through examples of using LINQ to SQL to join and group data in .NET Framework applications.

Configuring Storage for Your SQL Server Environment

By Denny Cherry, 03/10/2009

What you need to know about properly configuring your storage resources, and the storage solutions that work best with SQL Server.

SQL Server 2008 Express Editions

By Michael Otey, 03/02/2009

Make the right SQL Server choice by checking out this list of SQL Server 2008 Express editions before you buy.

Quickly Identify Columns with Mismatched Data Types

By Readers, 01/22/2009

Here's a utility that you can use to quickly find which columns have mismatched data types across tables in a SQL Server 2008 or SQL Server 2005 database. Correcting these columns ...


Browse the Archive by:

advertisement