Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Export Wizard help

Author  Topic 

jgn1013
Starting Member

24 Posts

Posted - 2009-08-27 : 16:28:42
I'm exporting a database from one SQL 2005 server to another 2005 server located on a different domain. I'm getting permission errors.

"The current user is not an owner of the selected database. This might cause some operations with this database to fail."

Tried using 'SA' on the DataSource server and using a designated login for the destination server. Don't know the SA pwd for that server because it's a off site client. TIA

Peter99
Constraint Violating Yak Guru

498 Posts

Posted - 2009-08-27 : 16:31:26
Backup the database on source and restore on destination
Go to Top of Page

jgn1013
Starting Member

24 Posts

Posted - 2009-08-27 : 16:32:34
I figured it out, I'm going to export it to a new db in the destination server, or I could use your suggestion.
Go to Top of Page
   

- Advertisement -