Advanced IIS log Parsing
The top ten files/pages requested select top 10 [uri-stem]+uri as [page] , count([uri-stem]+uri) n from [dbo].[18jan-logdata group by [uri-stem]+uri order by »
The top ten files/pages requested select top 10 [uri-stem]+uri as [page] , count([uri-stem]+uri) n from [dbo].[18jan-logdata group by [uri-stem]+uri order by »
I had to manually work with some IIS logs to carry out statistical analysis for a one off task. Yes I know if I had time »
I have my local GIT repository on a short path on my c drive. This is for two principal reasons. Even in the second decade of »
Legacy systems, don't you just love them. Occasions when you become more of a curator than a developer. Here's one. A system handles requests by receiving »
After attending this year's SharePoint Saturday conference in London @SPSLondon and specifically Nigel Price's presentation of the Microsoft Office Patterns and Practices community initiative, I was »