FarzanaSaleem
Programmer
In the SQL Server Enterprise Manager, two databases are defined in Console Root-> Microsoft SQL Servers -> SQL Server Group -> ServerName -> Databases. Names of Databases are ABCLIVE and ABCTEST. In ABCTEST, tables are defined and data is present in these tables. In ABCLIVE only database is defined with no tables. I want to copy the structure of tables in ABCTEST to ABCLIVE. (I need to copy only structure and not data)