[quoted text, click to view] On Sun, 09 Apr 2006 13:39:31 -0700, Allan Mitchell wrote:
> Hello MikeV06,
>
> There is a KB article for this task here
>
>
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q274/4/63.ASP&e=7415&NoWebContent=1
>
> which also features your error.
>
Thanks. I had read that article a couple of times, but went back one more
time:
"If the destination SQL Server is started under a domain account that does
not have local administrator privileges on the source computer then the
following error message may be generated by the wizard: ..."
Uhm, this says my local laptop SQL Professional instance which is running
under a local account which has admin rights on the laptop (into which I am
trying to copy the database) must also have local admin privileges on the
Win 2003 SQL Server system. No wonder it is not working.
Yes, I understand that it is recommended that one use Windows
authentication, but I have reasons that prevent that from being an option.
I want to have a workstation/laptop which is running SQL Server 2000
Professional to be able to connect to a remote (using WAN, not LAN) SQL
Server 2000 and copy a database (using SQL authentication). Obviously, the
copy wizard is not the correct tool.
Interestingly enough though, it appears that import data works under the
exact same circumstance.
Thanks for the response, I will stop trying to use copy wizard for this