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 2000 Forums
 Import/Export (DTS) and Replication (2000)
 setuser permission denied

Author  Topic 

returnofthemack
Starting Member

16 Posts

Posted - 2002-11-30 : 06:13:49
i'm attempting to transfer database objects from one server to another using dts. when attempting to do so, i receive a "setuser permission denied" error message.

please advise.

thanks in advance for your help!

returnofthemack
Starting Member

16 Posts

Posted - 2002-11-30 : 06:37:57
sorry, forgot to mention that this is ms sql server 7

Go to Top of Page

Andraax
Aged Yak Warrior

790 Posts

Posted - 2002-11-30 : 09:13:42
You have to use a user with sufficient rights. SETUSER can only be run by the sysadmin server role or the db_owner database role.

Go to Top of Page
   

- Advertisement -