Hi,
This is the only bit of sql code that is in it for the country statistics:
SELECT DISTINCT sComputername
FROM GlobalIISLog
UNION
SELECT 'ALL' AS sComputername
This can't be right.
Fré
[quoted text, click to view] "Amarnath" <Amarnath@discussions.microsoft.com> wrote in message
news:A0BDDA24-52B0-402E-B551-4589C39C2539@microsoft.com...
> Yes why not go open the solution file from the sample or just using
> notepad
> open .RDL file you can see the select statement.
>
> Amarnath
>
> "Frederik Vanderhaeghe" wrote:
>
>> Hi,
>>
>> Is there a way that the sql code of the standard reports for IIS (MS SQL
>> Server Report Pack for IIS logs) can be viewed?
>>
>> Fré
>>
>>
>>