How to find unused stored procedures in sql server 2005?

Answer:
There is no way to view this information by way of SQL Server Management Studio.
You could write a stored procedure against the SYSObjects tables to gather the information. You can also obtain information regarding the create / last accessed|used date of many objects from the same resources.
First answer by Jwilliamsoh. Last edit by Jwilliamsoh. Contributor trust: 57 [recommend contributor recommended]. Question popularity: 1 [recommend question].