I ran the report on my SQL server but it does not finish... I even changed the start and end period dates to " day" as follows:
SET @startPeriod=DATEADD(d,-1,getdate())
SET @endPeriod=getdate()
I waited and waited but the SQL query was still running after 30 minutes. Is there something else that I need to do? By the way, we have over 3,000 Wireless AP's so perhaps SQL is just overwhelmed by the huge number of queries to complete. Any ideas? Thanks.