Tsql-Programming

Category: tsql-programming

How I learned to write TSQL

How I learned to write TSQL

on August 17, 2015

I primarily work with SQL Server, but my favorite book on TSQL is the one that I learned with: The Transact SQL Cookbook.

Continue reading

Can you write a story in 11 words or less?

Can you write a story in 11 words or less?

on April 4, 2011

“Sam Beckett, revised: Code again, error again, monitor better.”

Continue reading

Using APPLY for calculations

Using APPLY for calculations

By Kendra Little on March 29, 2011

Here’s a little TSQL snack. I picked this up in a presentation by Itzik Ben-Gan at the PNWSQL user group recently, and it’s become a fast favorite.

Continue reading

Date Rounding Tactics and the Tiny Devil of SMALLDATETIME

Date Rounding Tactics and the Tiny Devil of SMALLDATETIME

By Kendra Little on January 6, 2011

With every new year I think a little bit about time and dates. This posts looks a little more at that in TSQL.

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

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