This query will return the number of software file records in the current database. Just for fun execute it to see just how many unique file executables you have in your database and be prepared for a shock
SQL Query:
Select Count(*) as 'Total Number Of Records'
From SoftwareFile
No Comments