I'm using EF5 Database First approach.
This is an old application that I need to work on, it has stored procedures included in model but when I try to update model and add more tables and/or stored procedures, the existing ones are removed and nothing appears.
I need to figure out how to add more Stored Procedures without removing existing ones.
thank you