Can I get the list of all sp_ stored procedures with description? e.g. sp_who, I forgot some of them which used to use frequently.
for e.g. If I have to do a count(*) to get the total count on a large table will eat up time. I remember we have a sp_ sp when passed table name as parameter it give the count.
Thanks!
Neil
Neil