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
Telligent Community Fragment Control URL Resolver Available on CodePlex
Community Server Video Preview Image Module on CodePlex
Upgrading a Community Server Site to a New Version of the Product
Mastering Community Server Training Class is Here
Community Server 2008.5 SP1 Sitemap Hotfix
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
MediaGalleries
MOSS
My Life
Orcas
Patterns
Performance
Security
SharePoint
Silverlight
SQL
SQL Server
Tools
Tricks
VB.NET
Video
Visual Studio
WCF
My del.icio.us
Receive Email Updates
Subscribe
Archives
July 2009 (1)
June 2009 (1)
April 2009 (1)
February 2009 (1)
December 2008 (1)
November 2008 (2)
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