dbTalk Databases Forums  

Exporting to another server

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


Discuss Exporting to another server in the microsoft.public.sqlserver.dts forum.



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

Default Exporting to another server - 06-24-2006 , 03:31 PM






I created a DTS package to export data from a table in one database to a
table in another database located on another server. I got an error,
however, because the other database was not linked.

I went to query analyzer within the source database and tried:

exec sp_addlinkedserver 'ExternalServerName'

and then reran the package, which still failed. This time, I got the
following result:

Server: Msg 18452, Level 14, State 1, Line 1
Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection.

What did I do wrong? Thanks in advance for any help.

BH



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.