Not 'stuff' as in 'Where's my stuff'... 'Stuff' as in the T-SQL function.
http://msdn.microsoft.com/en-us/library/ms188043.aspx
I've tried for years to find a good use for this function, and I've finally found one
I frequently need to convert a date to the first of the month. Normally I use several steps, first calculating the day of the month and then subtracting that number from the date using DATEADD. But now...