Copy From Sql Server 2005 to Sql Server 2005 EXPRESS

Copy From Sql Server 2005 to Sql Server 2005 EXPRESS

Post by Ed Warre » Tue, 15 Nov 2005 00:04:44


I note that sql server 2005 express does not support the sqlagent.

So how do I copy a database from a 2005 (standard) instance to a 2005
Express edition.

Thanks

Ed Warren
 
 
 

Copy From Sql Server 2005 to Sql Server 2005 EXPRESS

Post by Andrew J. » Tue, 15 Nov 2005 01:30:41

You should be able to do a Backup and Restore or detach and attach.

--
Andrew J. Kelly SQL MVP

 
 
 

Copy From Sql Server 2005 to Sql Server 2005 EXPRESS

Post by Ed Warre » Tue, 15 Nov 2005 04:40:48

Thanks, I was able to do a detach, move the file, then attach. I was afraid
I had missed something simple.
I greatly appreciate your help

Ed Warren.