How to generate scripts to recreate table using SQL Server Management Studio [Schema and data]?
16:54 22 Nov 2012

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.

sql-server ssms sql-server-2008