• subscribe


Luther Miller

Luther Miller is the vice president of professional services at Softagon in San Francisco. Having worked with various flavors of SQL Server for about 15 years, he's responsible for ongoing custom software projects for multiple clients and rolls up his sleeves to contribute to T-SQL and .NET coding.
Email: luther.miller@softagon.com

My Latest Content
My Latest Comments



Author Articles

Understanding the ASP.NET Lifecycle

By Luther Miller, 10/30/2009

Luther Miller explains the key steps in thelifecycle of an ASP.NET page and shows how to use logs in conjunction withother tools to troubleshoot performance.

Normalizing the First Day of the Week

By Luther Miller, 08/07/2009

The DATEPART function uses the DATEFIRST value when returning the day of the week. Because the DATEFIRST value can differ between regional settings and can be changed, DATEPART ...