> How do you backup a database that resides on MSDE and the > restore it on SQL Server 2000 and the remove the original > DBOwner and create a new one?
Use BACKUP, then RESTORE (see books online), once you've restored to SQL Server 2000, use the sp_changedbowner stored procedure, to set a new dbo for your database.