I'm working on one project using ASP.Net 4.0 and SQL Server 2012. I have used DBML files for data access layer and Unfortunately, the database is got corrupted due to hard disk crash and not able to get the database.
Is it possible to retrieve the following things from DBML?
- Tables (I didn't drag the tables into DBML before)
- Stored procedures with body
- Triggers
Help would be highly appreciated .
Thanks, Dhaval