Sign in
|
Join
|
Help
Search
John's Brain Dump
All the technical gyrations I go through to build software, so I don't forget them and others can benefit from them.
Home
Contact
About
RSS
Atom
Comments RSS
Recent Posts
NDoc 2.0 is (Not Quite) Dead!
Community Server 2008 Form Breaking Changes
Debugging MOSS 2007 Web Parts
Silverlight = .NET Framework in the Browser
TableAdapterManager in ADO.NET Orcas
Tags
.NET 1.1
.NET 2.0
.NET 3.5
ADO.NET
ASP.NET
Blogs
C#
CLR
Community Server
Crystal Reports
CSS
DataSet
Diagnostics
DOM
Entity Framework
HTML
Hydrus Software
LINQ
MOSS
My Life
Orcas
Patterns
Performance
Security
SharePoint
Silverlight
SQL
SQL Server
Tools
Tricks
VB.NET
Visual Studio
WCF
My del.icio.us
Receive Email Updates
Subscribe
Archives
July 2008 (1)
May 2008 (1)
May 2007 (3)
April 2007 (1)
March 2007 (3)
December 2006 (2)
August 2006 (1)
July 2006 (3)
June 2006 (1)
May 2006 (4)
December 2005 (2)
November 2005 (4)
Browse by Tags
All Tags
»
Patterns
(
RSS
)
SQL
Avoiding Cursors with Superclass-Subclass Tables
Ever since I read Itzik Ben-Gan's article in SQL Server Magazine about changing cursor-based logic to set-based logic, I've avidly sought to avoiding using cursors in my SQL procedures. One of the biggest problems that I've faced on this front...
Posted:
Nov 21 2005, 05:32 PM
by
John
| with
no comments
Filed under:
Patterns
,
SQL
More Posts