I have a .net project with Linq to SQL used in data access layer.
The project is in development and all the stored procedures in db are added in dbml file.
Unfortunately I lost database today, so in attempt to recreate database I managed to create database schema
Now I want at-least the stored procedures to be created. I am fully aware that the logic/ code in SP can not be recovered, but at-least it has information about stored procedure name and parameter.
So is there any tool that can read my dbml file and created empty stored procedure in db with same name and parameters?