Keith Barrows
Musings on Microsoft Technologies and other technical things
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
ALT.NET
Announcements
Architecture
ASP.NET
ASP.NET Starter Kits
ASPInsider
Book Review
C# (Specific)
Caching
Communities
CS
CSK 2.0
Current Events
Diabetes
Education
EntLib
Event
Extensions
fx 3.5
LINQ
Notes
Outlook
Personal
R&D
SQL
SQL Server
VBA
Virtualization
VS2005
XML
XML/RSS
News
You will probably find this content duplicated on my site at http://sol3.net. However, this blog will have just my technology related posts moving forward.
Navigation
Home
Blogs
Archives
October 2009 (1)
July 2009 (2)
October 2008 (1)
September 2008 (2)
August 2008 (2)
June 2008 (1)
May 2008 (1)
April 2008 (5)
March 2008 (1)
February 2008 (1)
January 2008 (12)
November 2007 (1)
October 2007 (7)
September 2007 (2)
August 2007 (2)
July 2007 (1)
May 2007 (1)
April 2007 (1)
June 2004 (3)
May 2004 (2)
April 2004 (17)
March 2004 (15)
November 2003 (2)
April 2003 (1)
March 2003 (2)
Affiliations
Community: C# Today
All Starter Kits
ASPInsiders
Microsoft MVP
Advice - ASP
Advice - SQL
Advice - XML
ASP.NET Site
August 2008 - Posts
0
Comments
SQL Not In Revisited
by
StarPilot
I always seem to struggle with a NOT IN clause when there are more than one column to compare. This, of course, comes up when I am trying to get records from one set that are NOT IN another set and the comparison has to be done across multiple columns...
Filed under:
SQL
0
Comments
SQL XML - TreeView
by
StarPilot
I sometimes forget how to do an XML output formed in a tree when dealing with a single table parent/child relationship. There is a great explanation on SQL Server Central on *how* to do this . I am mainly capturing the link and the SQL I just...
Filed under:
XML
,
SQL
More Posts