Dear Experts,
Please forgive such a dumb question, but...
I'm trying to simply get a count of rows in a particular MS SQL Server table. My syntax goes:
SELECT COUNT(*) AS rowcount FROM ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21394635.html