copy a database within SQL Server Express?

前端 未结 13 2603
眼角桃花
眼角桃花 2020-12-07 22:02

I would like to make a copy of a database I have but keep it on the same server as a test database. However, everything I have found is to use the copy database wizard (I am

13条回答
  •  死守一世寂寞
    2020-12-07 22:59

    SQL Express database has an export button, I just exported the database to a new database on the same server, it is copying the database. Just right-click on the database name.

提交回复
热议问题