SOLVED: How to Export SQL 2008 2012 Table Schema
There are several ways to produce the schema of a SQL 2008/2012 table but the on I use is: Open SQL SERVER MANAGEMENT STUDIO Expand DATABASES Expand the database in question Expand TABLES Right Click on the table in question Select SCRIPT TABLE AS Select CREATE TO Select FILE Enter Read more…