Page 1 of 1

count routines

Posted: Tue Jan 18, 2011 8:52 am
by adams06
How to get the count of routines in a particular project

Posted: Tue Jan 18, 2011 3:45 pm
by ray.wurlod

Code: Select all

SELECT COUNT(*) FROM DS_ROUTINES WHERE DSRID NOT LIKE '\\%';