I have a C# project in Visual Studio with a SQL Server database. I have a problem with my PC and I lost the database and I don't have a backup or a script to recreate the database and this is medium large.
My question: is there a way to pass the dataset of my project to tables in SQL Server in an automatic way using some tool?
I ever heard that you could create databases from Visual Studio with Entity Framework, but I don't really know how it works.
Here's a screenshot of the dataset: