As there aren't many samples for this on the web, thought I'd throw out some code that I got working. The query gets hits by uri-stem, and I wanted the date & server name (computer name) fields as well: The database table is pretty simple in my case: CREATE TABLE [dbo].[TableName] ( [log_date] [datetime...