List Total Number Of Records In The Software File Table

 

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

 

 

 

Published Sunday, March 30, 2008 7:42 AM by dhite
Filed under:

Comments

No Comments