Copy Table Schema with SQL Server Management Studio
Quick way to copy the table schema using SQL Server Management Studio:
- Right-Click table to copy
- Script table as
- CREATE To
- New Query Editor Window
- Find & Replace all instances of the table you are copying with the table you wish to create
NOTE: Pay attention to any Primary Key and Foreign Key indexes listed in the SQL script. They may require updating as well.











There are no comments for this entry.
[Add Comment]