I have 100 tables in 6 schema. I want to create DDL (create table) script for 25 tables belong to all 6 schema. All are in one database.
I am new to SSMS (SQL Server 2018). I know its easy in Oracle. I am not getting a way how to get exact DDL only for some tables.
Can someone provide the script if handy?