How to copy one database on one server to another? I am using SQL Server 2005. In the past, I used Tasks → Backup and Restore for a new database. But my database server is full, and I can’t delete anything, and only SQL Server allows backup to the local machine.
Is there an easy way to do this?
source
share