Initially I created database tables and generated DBML class file using Database. (LINQ).
But due to system crash, I lost my database instance ( around 20 tables ) and I want to get it back. ( atlest schema )
Is there any tool/ way to generate SQL from DBML file.
Thanks in advance.