dbTalk Databases Forums  

SQL 2000: Problem running DTS as sa

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL 2000: Problem running DTS as sa in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ray Booysen
 
Posts: n/a

Default SQL 2000: Problem running DTS as sa - 07-24-2006 , 06:01 AM






Hi

I'm running a simple copy database objects DTS between two databases on
the same server as sa.

However, right at the end of the dts, I get the following error:
SETUSER Permission denied in database 'XXX'

where XXX is the destination database.

Any ideas?

Regards
Ray

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SQL 2000: Problem running DTS as sa - 07-24-2006 , 12:48 PM






Hello Ray,

I have just never had much luck with the Transfer Objects task and I will
always look for ways not to use it. Why are you using it? If you simply
want to transfer data then using this task is expensive. if you want to
make sure that you have the object structure update and kept in sync I would
question doing this in this way as well. I would always use scripts.



Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Hi

I'm running a simple copy database objects DTS between two databases
on the same server as sa.

However, right at the end of the dts, I get the following error:
SETUSER Permission denied in database 'XXX'

where XXX is the destination database.

Any ideas?

Regards
Ray



Reply With Quote
  #3  
Old   
Ray Booysen
 
Posts: n/a

Default Re: SQL 2000: Problem running DTS as sa - 07-25-2006 , 02:36 AM



Hi Allan

I use it because its the easiest to quickly transfer the data across.
At the moment we have a holding database that holds a set of data our
developers are using to test our application across. Its pretty quick
to use DTS to copy the objects across to your own dev database.

What would you suggest?

Regards
Ray

Allan Mitchell wrote:
Quote:
Hello Ray,

I have just never had much luck with the Transfer Objects task and I
will always look for ways not to use it. Why are you using it? If you
simply want to transfer data then using this task is expensive. if you
want to make sure that you have the object structure update and kept in
sync I would question doing this in this way as well. I would always
use scripts.



Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Hi

I'm running a simple copy database objects DTS between two databases
on the same server as sa.

However, right at the end of the dts, I get the following error:
SETUSER Permission denied in database 'XXX'

where XXX is the destination database.

Any ideas?

Regards
Ray



Reply With Quote
  #4  
Old   
Ray Booysen
 
Posts: n/a

Default Re: SQL 2000: Problem running DTS as sa - 07-25-2006 , 02:55 AM



Interestingly enough, it works with other users in the domain that are
part of the system administrators group. Just not sa.

Allan Mitchell wrote:
Quote:
Hello Ray,

I have just never had much luck with the Transfer Objects task and I
will always look for ways not to use it. Why are you using it? If you
simply want to transfer data then using this task is expensive. if you
want to make sure that you have the object structure update and kept in
sync I would question doing this in this way as well. I would always
use scripts.



Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Hi

I'm running a simple copy database objects DTS between two databases
on the same server as sa.

However, right at the end of the dts, I get the following error:
SETUSER Permission denied in database 'XXX'

where XXX is the destination database.

Any ideas?

Regards
Ray



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.