dbTalk Databases Forums  

Specified owner does not exist

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


Discuss Specified owner does not exist in the microsoft.public.sqlserver.dts forum.



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

Default Specified owner does not exist - 05-12-2004 , 02:16 AM






I am trying to copy a database within the same SQL Server instance, and I keep getting the message "Specified owner name 'donationstreet' either does not exist or you do not have permission to use it". The owner name does exist, and I am logged in as the sytem administrator. Any clues?

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

Default Re: Specified owner does not exist - 05-12-2004 , 07:58 AM






Have you tried using BACKUP/RESTORE ?

This is by far the simplest way to move a DB

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"alCorwin" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I am trying to copy a database within the same SQL Server instance, and I
keep getting the message "Specified owner name 'donationstreet' either does
not exist or you do not have permission to use it". The owner name does
exist, and I am logged in as the sytem administrator. Any clues?




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

Default Re: Specified owner does not exist - 05-13-2004 , 02:32 PM



A BAckup takes a copy of the database as a whole. If it's in the DB its in
the backup

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"alCorwin" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Allan,

Thanks for your response. That worked, although there was a glitch.

First, restore did not copy the tables. I had to copy them with DTS.
This is troubling since I wonder now if the tables are in the backup

Second, I am still at a loss for what triggered the original error.



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.