Restored database missing views, stored procs and foreign keys

后端 未结 2 1855
清歌不尽
清歌不尽 2021-01-21 21:34

I\'m trying to create a copy of a database in SQL Management Studio (SQL Server Express) using Backup-Restore. Local to local. When I do it it copies tables and data, but igno

2条回答
  •  心在旅途
    2021-01-21 21:59

    Backup and restore will transfer anything in that database, even views and procedures. You must be doing wrong something else. Are you looking at the wrong database? Or is the restore failing?

提交回复
热议问题