Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading data from an external source
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Divers
Thread ID:
00892226
Message ID:
00892274
Vues:
11
Gilles,

A Linked Server is "a persistant server object". You create it once with EM or sp_addlinkedserver. You can create a stored procedure that does all the processing and set it as a SQL Server Job. You've to check if ODBC driver for DBL database allow write access to the database through the linked server though.

>Thanks for your reply.
>
>
>If I understand this, the application will have to issue an sp_addlinkedserver.
>
>But I'd like to define a persistant server object. I'll give you a bit more info so you understand what I'm trying to do.
>
>
>I have a DBL database that runs on a UNIX server (RDL2). I have a SQL Server 2000 (RDL1).
>
>RDL1 has to be able to issue DML statements against the DBL database. I have installed the ODBC Drivers on RDL1 for that provider. Right now, I can access the data through a system DSN.
>
>I will need to define a job (running in Sql Server) that will retrieve new data from 2 tables that resides on DBL (RDL2). It will transfer data from those tables into SQL Server tables, delete the remote rows, and sleep for a while.
>
>How whould you "attack" this ?
>
>Thanks
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform