I have database that has 1000+ tables.
I just want the structure of the database (Create Table script)
I can do it one by one but that will take long time.
Is there anyway to extract the script of all tables at once (no data needed)
My database is SQL Server 2014