I am new to MVC, my company wanted me to work on an already built MVC application. There are lot of Tables and Stored procedures used in that application. Is there any way i can collect all the table names and the Stored Procedures names. The server and DB are been used by several applications in the company . So it makes more complicated in SQL server side to list them.
Thanks