I have a table in a local SQL server database. I want to recreate this table in a hosted database.
What I want to do is to have a script that when run against the hosted database, this table is recreated with all the data, etc.
How do I create this script using SQL Server Management Studio? Thanks.