Blogs

Filling in Data Potholes Redux: Tally Tables vs CTEs

Filling in Data Potholes Redux: Tally Tables vs CTEs

on January 4, 2011

In A Previous Installment… our heroine (that’s me) rediscovered CTEs, specifically in the recursive style. That was in my post “Filling in Data Potholes with Recursive CTEs.”

Continue reading

2010 liner notes and my theme for 2011

2010 liner notes and my theme for 2011

on December 30, 2010

The MorningNews asked the following question recently:

Who you would recognize in your 2010 liner notes?

Continue reading

Filling in Data Potholes with Recursive CTEs

Filling in Data Potholes with Recursive CTEs

on December 23, 2010

Imagine that you are writing a script that looks at data grouped by the minute. You notice that there are no rows for some minutes, and you’d like to display a value when that is the case, probably showing a count of zero.

Continue reading

The 9th Day of SQL: Things Are Not as Simple as They Seem

The 9th Day of SQL: Things Are Not as Simple as They Seem

on December 21, 2010

The 12 days of SQL

Brent Ozar (blog |Ā twitter) had an idea: a group of people should blog about writing which they’ve loved this year by people in the SQL community. For each “day of SQL,” someone picks a blog which they thought was great and writes about it.

Continue reading

Invalid metadata in views and user defined functions

Invalid metadata in views and user defined functions

on December 16, 2010

This week a question on the Twitter #sqlhelp hash tag reminded me of a detail of SQL Server that I learned the hard way, but forgot to blog about.

Continue reading

What the Business Wants: FEATURES

What the Business Wants: FEATURES

on December 14, 2010

This month’sĀ #tsql2sDay is hosted by Steve Jones (blog | twitter), and the topic is “What the Business Says is Not What the Business Wants.” Steve asks the question:

What issues have you had in interacting with the business to get your job done?

Continue reading

Review: A day of doing many things at once with @AdamMachanic

Review: A day of doing many things at once with @AdamMachanic

on December 3, 2010

At SQLPass this year I was fortunate to attend “A day of doing many things at once: Multitasking, Parallelism, and Process distribution” by Adam Machanic (blog | twitter). This was a day long post-conference.

Continue reading