My SQL Server is hosted by my hosting provider. This means that I don't have permission to recreate (or create) the database.
This is causing me a problem with EF 4 - it thinks the tables are missing, which they are. I think is caused by not being able to recreate the database.
To recap: developed locally, moving to hosted server for first time run, switched the connection string, run against the hosted server, error saying Invalid object name 'dbo.Products'.
I have permission to create anything else apart from the DB
Am I correct in this assumption and how do I work around this?