I have database with multiple tables in Microsoft SQL Server with schema in tables as "xyz", "abc". i am able to copy this database tables along with data from one sql server to another using export and import wizard of SQL server.
Need to Find a way-
1. Copy only tables with no data.
2. Is it possible to covert current database design to a script and then run the same on another server which will create all these tables with empty data ?
I have large Database so I can't use generate Scripts option...
Thanks in advances.
Best Regards
Regards, Vishnuvardhan