RE: Exporting data to another server

From: Walt (walter@lynxpm.com)
Date: 12/07/02


From: "Walt" <walter@lynxpm.com>
Date: Fri, 6 Dec 2002 16:02:30 -0800


Thanks anyway, Alvin, however none of your suggestions
work. I can't log on to the remote server as sa because
the only valid login is LynxServer. I finally got
everything up to the remote server by copying the SQLs
generated by DTS for triggers, stored procedures, foreign
keys, etc., modifying them for the correct owner, and
running the SQLs on the remote server with EM. Anyway,
the problem is solved for now.
Thanks again for your help.
>-----Original Message-----
>Hi Walt,
>
>You can use SQL Server authentication and use sa as the
login in both
>source and destination SQL Server to export data. In
this way, you can
>resovle the problem. If you want use the domain account,
please make sure
>that you logon to Windows with that account and the
domain account is a
>valid login for the SQL Server to which you use the
domain account to log
>on.
>
>
>Sincerely,
>
>Alvin Zhao
>Microsoft Support
>
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>
>.
>



Relevant Pages

  • Re: Backing up SQL Server problem
    ... Are you trying to move local logins to the remote server? ... Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) ... > 'myusernameforsqlserver' does exist on the remote server - what I can't ... > to log on to the remote database and to create my tables and SPs. ...
    (microsoft.public.sqlserver.dts)
  • SQL CE Setup 101... C#
    ... "The remote server does not exist or has not been designated as a valid ... along with "Initializing SQL Server Reconciler has failed. ... // Create the Local SSCE Database subscription. ... IncontrolNew is the database the ip address is the ip addy to the ...
    (microsoft.public.sqlserver.ce)
  • RE: enterprise manager no longer connects to remote database
    ... Get onto the remote server and for the login, change the default database. ... Mike Epprecht, Microsoft SQL Server MVP ... Fasthosts technical support advise me to reload SQL Server ...
    (microsoft.public.sqlserver.setup)
  • RE: display all data in a long text column
    ... point in Query Analyzer, change the execute mode to "Results in Text". ... Once I am attached to the remote server, ... > some sql server tool report the data, ...
    (microsoft.public.sqlserver.programming)
  • RE: Exporting data to another server
    ... shown under the SQL Server Group in EM. ... database in the remote server. ... >2.Is SERVER\IUSR_SERVER a valid login account on the ...
    (microsoft.public.sqlserver.security)

Loading