Link to home
Start Free TrialLog in
Avatar of John Darby
John DarbyFlag for United States of America

asked on

SELECT * FROM syscolumns

I can see all the contents of syscolumns, but how do I query for a row count of syscolumns?

Thanks!
JohnD
ASKER CERTIFIED SOLUTION
Avatar of Aneesh
Aneesh
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of John Darby

ASKER

Thank you, aneeshattingal!
I noticed when I ran SELECT * FROM syscolumns, the affected rows 11223, but when I ran SELECT Count(*) FROM syscolumns, it returned 10757.  Are the remaining 466 the lines of instruction of Stored Procedures?