Jeff's SQL Server Blog

Random Thoughts & Cartesian Products with Microsoft SQL Server
posts - 138, comments - 1711, trackbacks - 64

My Links

SQLTeam.com Links

News

Welcome to my weblog. My name is Jeff Smith, and I am a software developer in Boston, MA. Check in frequently for tips, tricks, commentary and ideas on SQL Server and .NET programming.


Subscribe





Archives

Post Categories

Programming

Sports

SQL

October 2007 Entries

Date Only and Time Only data types in SQL Server 2005 (without the CLR)

posted @ Wednesday, October 31, 2007 9:13 AM | Feedback (8)

Taking a look at CROSS APPLY

posted @ Thursday, October 18, 2007 5:01 PM | Feedback (3)

The Mailbag: Referencing Assemblies in Reporting Services; some SQL help

posted @ Thursday, October 18, 2007 12:19 PM | Feedback (0)

Some HTML / ASP.NET Thoughts ...

posted @ Wednesday, October 17, 2007 11:13 AM | Feedback (2)

Working with Time Spans and Durations in SQL Server

posted @ Monday, October 15, 2007 9:28 AM | Feedback (0)

By The Way ... DISTINCT is not a function ...

posted @ Friday, October 12, 2007 10:45 AM | Feedback (3)

Be Careful When Mixing INNER and OUTER Joins

Be careful when mixing OUTER and INNER JOINS together in a single SELECT statement. The end result doesn't always seem to "work", and it can be tricky to understand exactly why and how to fix it without incurring additional unintended side effects. Here's an example that demonstrates some of the issues. read more...

posted @ Thursday, October 11, 2007 2:39 PM | Feedback (23)

Creating CSV strings in SQL: Should Concatenation and Formatting Be Done at the Database Layer?

A question I see very often in the SQLTeam forums is how to return data in a summarized form by concatenating a list of values into a single CSV column. This can be done fairly easily in T-SQL, but as the formatting and concatenation requirements becomes more elaborate, be sure to ask yourself: Am I forcing presentation code into the database layer? read more...

posted @ Tuesday, October 09, 2007 3:02 PM | Feedback (18)

Powered by: