i have an existing database that i would like my 'model' database to be exactly like (excluding the table data).
for example: MyDBase is the name of a database that contains the tables that i need for my app. Th table in MyDBase also contains data. I want to somehow make the sql server 'model' database have the exact structure as MyDBase but without the table data.
how do i go about doing this?
for example: MyDBase is the name of a database that contains the tables that i need for my app. Th table in MyDBase also contains data. I want to somehow make the sql server 'model' database have the exact structure as MyDBase but without the table data.
how do i go about doing this?