Well, you can run the Database.SetInitializer () method to create the source database for you, and then, as soon as you are satisfied with the database schema, then you can use something like SQL Server Management Studio to generate a script from the database
source
share