I have a project that I am trying to deploy, and I am using a cheap host to get started. As part of the hosting package, I have a SQL Server database, but I have no exceptions or privileges, I can only use the database that they created for me. In this case, I want to get DDL to start it manually.
I know that I could script to create database scripts from SQL Management Studio, and this might end up working fine, but I would like to automate the process as much as possible, so if I could get the scripts that the Entity Framework creates, which would be perfect.
source share