I have a database with many tables that have been periodically updated over the years (not by me). I would like to make CREATE TABLE
scripts for all of the tables.
It appears Script table as...
only works on a single table at a time. Is there a way to script out all of the tables in a database?