• subscribe


Greg A. Larsen

Greg A. Larsen is the lead DBA for the Washington State Department of Health. He is an MCITP Database Administrator and Database Developer, has authored numerous articles, hosts the www.sqlserverexamples.com website, and consults part-time.
Email: gregalarsen@msn.com

My Latest Content
My Latest Comments



Author Articles

Quickly Find Your Worst-Performing T-SQL Statements

By Greg A. Larsen, 10/30/2008

Here's a stored procedure that lets you quickly and easily produce customized reports showing the poorest-performing T-SQL statements that were run against your SQL Server 2008 ...

Generating New SQL Server Logins

By Greg A. Larsen, 01/20/2004

When you create a SQL Server login that has the same permissions as an existing login, the process of researching the old login's permissions and reassigning them can be tedious. ...

Avoiding the Red Zone

By Greg A. Larsen, 11/26/2002

You know you can predict future database storage needs by evaluating past usage, but how do you collect the historical statistics? Here's a 2-step process that lets you do it ...