Posted by Russ Rose on 02/15/07 02:52
"Xerxes" <mfkashani@gmail.com> wrote in message
news:1171495938.996070.298470@h3g2000cwc.googlegroups.com...
> Hi,
> is there a way of exporting database structure not the data in it?
>
> Thanks.
>
Right click on DB --> All Tasks --> Generate SQL Script then choose
appropriate options.
Or
Restore a copy of the database, truncate all tables, make a backup of the
now empty database and use that backup as your db structure "export".
[Back to original message]
|